/mopidy-vkontakte

Mopidy-VKontakteMusic

Primary LanguagePythonApache License 2.0Apache-2.0

Mopidy-VKontakte

Latest PyPI version Number of PyPI downloads Travis CI build status Test coverage

Mopidy extension for VKontakte allows to listen to music from VKontakte social network.

Installation

Install by running:

pip install Mopidy-VKontakte

Or, if available, install the Debian/Ubuntu package from apt.mopidy.com.

Configuration

  1. You must register for a user account at http://www.vk.com/

  2. 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
    
  3. Hence VKontakte has only one playlist you can add and remove songs only from it.

Project resources

Changelog

v0.3.1 (UNRELEASED)

  • Fixed the encoding issue

v0.3.0 (UNRELEASED)

  • 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

v0.2.0 (UNRELEASED)

  • Require Mopidy >= 0.18.
  • Fixed: ext.conf was missing from the PyPI package, stopping Mopidy from working as long as Mopidy-VKontakte is installed.

v0.1.2 (2013-11-27)

  • FIXED: In some cases your token can be expired and you needed to remove a db file manually.

v0.1.1 (UNRELEASED)

  • Code style fixed. Setup a test cover system.

v0.1.0 (UNRELEASED)

  • Initial release.