Mopidy extension for VKontakte allows to listen to music from VKontakte social network."
Install by running:
pip install Mopidy-VKontakte
Or, if available, install the Debian/Ubuntu package from apt.mopidy.com.
Before starting Mopidy, you must add configuration for Mopidy-VKontakte to your Mopidy configuration file:
[vkontakte] email = your_email@maild_domen.com or phone number password = secret client_id = optional
- You must register for a user account at http://www.vk.com/
- Add the email and password to the
mopidy.conf
config file: - Hence VKontakte has only one playlist you can add and remove songs only from it.
- FIXED: In some cases your token can be expired and you needed to remove a db file manually.
- Code style fixed. Setup a test cover system.
- Initial release.