Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.
/ mopidy-spotitube Public archive

Use mopidy-youtube to play public spotify playlists

License

Notifications You must be signed in to change notification settings

natumbri/mopidy-spotitube

Repository files navigation

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

About

Use mopidy-youtube to play public spotify playlists

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages