Mopidy extension for playing Hi-Res/Lossless music from Qobuz.
Requires a non-free account.
- Up to 24b/196k playback
- Artist, album and track search
- Browse support
- Playlists support
- Featured lists support
- Image support
Install by running:
pip install mopidy-qobuz-hires
or:
pip install git+https://github.com/vitiko98/mopidy-qobuz
pip install mopidy-qobuz
IS NOT RELATED to this repository/extension.
This extension conflicts with https://github.com/taschenb/mopidy-qobuz (https://pypi.org/project/Mopidy-Qobuz). You will need to uninstall it if it is currently installed in your environment.
Before starting Mopidy, you must add username
, password
, app_id
and secret
fields
to the Mopidy configuration file:
[qobuz] username = alice password = secret app_id = foo secret = bar quality = 6
See this gist to get app_id and secret values yourself.
The following configuration values are available:
qobuz/enabled
: If the Qobuz extension should be enabled or not. Defaults totrue
.qobuz/username
: Qobuz username (or email). You must provide this.qobuz/password
: Qobuz password. You must provide this.qobuz/app_id
: Qobuz app id. You must provide this.qobuz/secret
: Qobuz secret key. You must provide this.qobuz/quality
: Quality code integer. 5 is 320 MP3; 6 is FLAC; 7 is FLAC 24 ≤ 96; 27 is FLAC 24 > 96. Defaults to 6.qobuz/search_album_count
: Maximum number of albums returned in search results. Defaults to 10.qobuz/search_track_count
: Maximum number of tracks returned in search results. Defaults to 10.qobuz/search_artist_count
: Maximum number of artists returned in search results. Defaults to 0.qobuz/custom_libraries
: An optional directory containing custom YAML library files. Seetests/data/library.yml
for more info.
This extension is in alpha development.