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.
You must register for a user account at http://www.vk.com/
Add the email and password to the
mopidy.conf
config file:[vkontakte] email = your_email@maild_domen.com or phone number password = secret client_id = optional
Hence VKontakte has only one playlist you can add and remove songs only from it.
- Fixed the encoding issue
- Fixed a problem if a client requires folders instead of playlists
- Added search functionality but only if you want to find something in vkontakte but not in you library
- Fixed some small issues
- Require Mopidy >= 0.18.
- Fixed:
ext.conf
was missing from the PyPI package, stopping Mopidy from working as long as Mopidy-VKontakte is installed.
- 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.