Skip to content

robbieindorf/playlist-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify -> Plex

Converts Spotify URI's to Plex Playlists on a Specified Interval.

Setup

Set the following Docker environment variables

SPOTIPY_CLIENT_ID - A Spotify client id created here: https://developer.spotify.com/dashboard/login

SPOTIPY_CLIENT_SECRET - The Spotify client secret from the created client id

PLEX_URL - Your plex url: http://plex:32400

PLEX_TOKEN - Your plex token found by https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/

SPOTIFY_URIS - A comma seperated list of the spotify URI's you would like to import: spotify:user:sonosplay,spotify:user:sonosplay:playlist:6nQjiSQhdf84s2AAxweRBv

SECONDS_TO_WAIT - How many seconds to wait before syncs

The following URI's are supported:

  • A user's URI which will import all public playlists a user owns: spotify:user:sonosplay
  • A playlist URI which imports a specific playlist (must be public): spotify:user:sonosplay:playlist:6nQjiSQhdf84s2AAxweRBv

Playlists will only be created on Plex if your Plex instance has at least one of the songs. Only songs found on your Plex will be created in the Plex Playlilst

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published