/mopidy-spotitube

Use mopidy-youtube to play public spotify playlists

Primary LanguagePythonApache License 2.0Apache-2.0

Mopidy-SpotiTube

Latest PyPI version CI build status Test coverage

Mopidy extension for playing Spotify users' public playlists using mopidy-youtube

Installation

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.

Configuration

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}

Project resources

Credits