Metadata-Version: 1.1
Name: Mopidy-YDisk
Version: 0.1.1
Summary: Mopidy extension for Yandex.Disk
Home-page: https://github.com/vonZeppelin/mopidy-ydisk
Author: Leonid Bogdanov
Author-email: leonid_bogdanov@mail.ru
License: Apache License, Version 2.0
Description: ************
        Mopidy-YDisk
        ************
        
        .. image:: https://img.shields.io/pypi/v/Mopidy-YDisk.svg?style=flat
            :target: https://pypi.python.org/pypi/Mopidy-YDisk/
            :alt: Latest PyPI version
        
        `Mopidy <http://www.mopidy.com/>`_ extension for playing music files from `Yandex.Disk <https://disk.yandex.ru/>`_.
        
        
        Installation
        ============
        
        Install by running::
        
            sudo pip install Mopidy-YDisk
        
        Or, if available, install the Debian/Ubuntu package from `apt.mopidy.com <http://apt.mopidy.com/>`_.
        
        
        Configuration
        =============
        
        Before starting Mopidy you must acquire and add Yandex.Disk tokens to your Mopidy configuration file::
        
            [ydisk]
            tokens = <token_1>, ..., <token_n>
        
        
        To acquire a Yandex.Disk token use Mopidy commands::
        
            mopidy ydisk shortlink
            mopidy ydisk token <auth_code>
        
        
        Audio metadata retrieval
        ------------------------
        
        Mopidy-YDisk extension can try to read and cache audio file metadata. This feature is **experimental** and disabled by default.
        
        To enable audio files tag retrieval use the following parameter::
        
            [ydisk]
            tags_retrieve_concurrency = 3
        
        where ``0`` value disables the feature and ``n > 0`` means ``n`` threads will be used to load metadata.
        
        
        Project resources
        =================
        
        - `Source code <https://github.com/vonZeppelin/mopidy-ydisk>`_
        - `Issue tracker <https://github.com/vonZeppelin/mopidy-ydisk/issues>`_
        
        
        Changelog
        =========
        
        v0.1.0
        ------
        
        - 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
