Skip to content

Mopidy extension for playing Hi-res/Lossless music from Qobuz

License

Notifications You must be signed in to change notification settings

fatg3erman/mopidy-qobuz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mopidy-Qobuz

Mopidy extension for playing Hi-Res/Lossless music from Qobuz.

Requires a non-free account.

Features

  • Up to 24b/196k playback
  • Artist, album and track search
  • Browse support
  • Playlists support
  • Featured lists support
  • Image support

Installation

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.

Configuration

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 to true.
  • 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.

Status

This extension is in alpha development.

Project resources

About

Mopidy extension for playing Hi-res/Lossless music from Qobuz

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%