Mopidy extension for playing Spotify users' public playlists using mopidy-youtube
Install by running:
python3 -m pip install https://github.com/natumbri/mopidy-youtube/archive/master.zip (TODO: python3 -m pip install Mopidy-SpotiTube)
TODO: See https://mopidy.com/ext/spotitube/ for alternative installation methods.
Before starting Mopidy, you must add configuration for Mopidy-SpotiTube to your Mopidy configuration file:
[spotitube] enabled = true spotify_users = spotify_user_id_1 spotify_user_id_2 ... 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}
- Original author: Nik Tumbri
- Current maintainer: Nik Tumbri
- Contributors