Mopidy extension for playing music service playlists using mopidy-youtube
Install by running:
python3 -m pip install https://github.com/natumbri/mopidy-tubeify/archive/master.zip (TODO: python3 -m pip install Mopidy-Tubeify)
TODO: See https://mopidy.com/ext/tubeify/ for alternative installation methods.
Before starting Mopidy, you must add configuration for Mopidy-Tubeify to your Mopidy configuration file:
[tubeify] enabled = true applemusic_playlists = apple_playlist_id_1 ... apple_playlist_id_n
Where apple_playlist_id_1 ... n are each an apple music playlist id, which can be found in an apple music url:
https://[apple url]/playlist/{apple_playlist_id} spotify_users = spotify_user_id_1 ... spotify_user_id_n
Where spotify_user_id_1 ... n are each a spotify user id, which can be found in a spotify url:
https://open.spotify.com/user/{spotify_user_id} tidal_playlists = tidal_playlist_id_1 ... tidal_playlist_id_n
Where tidal_playlist_id_1 ... n are each a tidal music playlist id, which can be found in an tidal url:
https://[tidal url]/playlist/{tidal_playlist_id}
- Original author: Nik Tumbri
- Current maintainer: Nik Tumbri
- Contributors