Tidal music service integration
Project description
Tidal music service integration.
Installation
Install by running:
pip install Mopidy-Tidal or pip3 install Mopidy-Tidal
In case you are upgrading your Mopidy-Tidal installation from the latest git sources, make sure to do a force upgrade from the source root:
sudo python3 setup.py install --force
Configuration
Before starting Mopidy, you must add configuration for Mopidy-Tidal to your Mopidy configuration file, if it is not already present.
The configuration is usually stored in /etc/mopidy/mopidy.conf or possibly ~/.config/mopidy/mopidy.conf, depending on your system configuration
[tidal] enabled = true quality = LOSSLESS #client_id = #client_secret =
Quality can be set to LOSSLESS, HIGH or LOW. Hi_RES(master) is currently not supported. Lossless quality (FLAC) requires Tidal HiFi Subscription.
Tidal API client_id, client_secret can be overridden by the user if necessary.
When using High and Low quality, be sure to install gstreamer bad-plugins, eg.
sudo apt-get install gstreamer1.0-plugins-bad
This is mandatory to be able to play m4a streams.
OAuth Flow
Using the new OAuth flow, you now have to visit a link to connect the mopidy app to your login. When you restart the Mopidy server, check the latest systemd logs and find a line like:
journalctl -u mopidy | tail -5 ... Visit link.tidal.com/AAAAA to log in, the code will expire in 300 seconds``
Go to that link in your browser, approve it, and that should be it. Note that this is a blocking action, so Mopidy will not load until you approve the application. The OAuth session will be reloaded automatically when Mopidy is restarted. However, it will be necessary to perform these steps again if/when the session expires.
Project resources
Credits
Original author: mones88
Current maintainer: tehkillerbee
Changelog
v0.2.6
Improved reliability of OAuth cache file generation.
Added optional client_id & client_secret to [tidal] in mopidy config (thanks Glog78)
Removed username/pass, as it is not needed by OAuth (thanks tbjep)
v0.2.5
Reload existing OAuth session on Mopidy restart
Added OAuth login support from tidalapi (thanks to greggilbert)
v0.2.4
Added track caching (thanks to MrSurly and kingosticks)
v0.2.3
fixed python 3 compatibility issues
Change dependency tidalapi4mopidy back to tidalapi (thanks to stevedenman)
v0.2.2
added support browsing of favourite tracks, moods, genres and playlists (thanks to SERVCUBED)
v0.2.1
implemented get_images method
updated tidal’s api key
v0.2.0
playlist support (read-only)
implemented artists lookup
high and low quality streams should now work correctly
cache search results (to be improved in next releases)
v0.1.0
Initial release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for Mopidy_Tidal-0.2.6-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3582ac7c51d2cdb33ec7087dea053ae2e94ccc8be03e29ae0e26247d52399fa |
|
MD5 | 75e9f22c18fe68e60dd54001436c25ac |
|
BLAKE2b-256 | fa7abaa4b822ea1419b1a0fe8582890f04c9274723bf2c6ab6812e09ff29d542 |