Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vonzeppelin/mopidy-ydisk
Mopidy extension for playing music files from Yandex.Disk
https://github.com/vonzeppelin/mopidy-ydisk
mopidy mopidy-backend yandex-disk
Last synced: 28 days ago
JSON representation
Mopidy extension for playing music files from Yandex.Disk
- Host: GitHub
- URL: https://github.com/vonzeppelin/mopidy-ydisk
- Owner: vonZeppelin
- License: apache-2.0
- Created: 2018-09-28T11:40:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-06T05:07:02.000Z (over 3 years ago)
- Last Synced: 2024-11-15T16:47:03.744Z (about 2 months ago)
- Topics: mopidy, mopidy-backend, yandex-disk
- Language: Python
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
************
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 `_ 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 = ,...,To acquire a Yandex.Disk token use Mopidy commands::
mopidy ydisk shortlink
mopidy ydisk tokenAudio 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 = 3where 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
=================- `Source code `_
- `Issue tracker `_Changelog
=========v0.2.0
------- Improved audio tags retrieval.
v0.1.0
------- Initial release.