Metadata-Version: 1.1
Name: Mopidy-VKontakte
Version: 0.3.0
Summary: Mopidy extension for VKontakte allows         to listen to music from VKontakte social network.
Home-page: https://github.com/sibuser/mopidy-vkontakte
Author: Alexey Ulyanov
Author-email: sibuser.nsk@gmail.com
License: Apache License, Version 2.0
Description: ****************
        Mopidy-VKontakte
        ****************
        
        .. image:: https://pypip.in/v/Mopidy-VKontakte/badge.png
            :target: https://pypi.python.org/pypi/Mopidy-VKontakte/
            :alt: Latest PyPI version
        
        .. image:: https://pypip.in/d/Mopidy-VKontakte/badge.png
            :target: https://pypi.python.org/pypi/Mopidy-VKontakte/
            :alt: Number of PyPI downloads
        
        .. image:: https://travis-ci.org/sibuser/mopidy-vkontakte.png?branch=master
            :target: https://travis-ci.org/sibuser/mopidy-vkontakte
            :alt: Travis CI build status
        
        .. image:: https://coveralls.io/repos/sibuser/mopidy-vkontakte/badge.png?branch=master
           :target: https://coveralls.io/r/sibuser/mopidy-vkontakte?branch=master
           :alt: Test coverage
        
        `Mopidy <http://www.mopidy.com/>`_ 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
        <http://apt.mopidy.com/>`_.
        
        
        Configuration
        =============
        
        #. 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.
        
        
        Project resources
        =================
        
        - `Source code <https://github.com/sibuser/mopidy-vkontakte>`_
        - `Issue tracker <https://github.com/sibuser/mopidy-vkontakte/issues>`_
        - `Download development snapshot <https://github.com/sibuser/mopidy-vkontakte/tarball/master#egg=Mopidy-VKontakte-dev>`_
        
        
        Changelog
        =========
        
        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.
        
Platform: UNKNOWN
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Multimedia :: Sound/Audio :: Players
