Mopidy-YDisk

Mopidy extension for Yandex.Disk


Keywords
mopidy, mopidy-backend, yandex-disk
License
Apache-2.0
Install
pip install Mopidy-YDisk==0.1.0

Documentation

Mopidy-YDisk

Latest PyPI version

Mopidy extension for playing music files from Yandex.Disk.

Installation

Install by running:

sudo pip install Mopidy-YDisk

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

Configuration

Before starting Mopidy you should 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 read and cache audio file metadata, i.e. tags.

This feature is disabled by default. To enable it, use the following parameter:

[ydisk]
tagging_mode = 3

where value 0 disables the feature and value 0 < n <= 10 means n threads will be used to load audio tags.

To clear the tags cache, use the following Mopidy command:

mopidy ydisk clear

Project resources

Changelog

v0.2.0

  • Improved audio tags retrieval.

v0.1.0

  • Initial release.