spotify-to-plex
A beautiful web application that you can use to sync your Spotify playlists with Plex. This application uses the data from Spotify (playlists or albums) and tries to find all the matching songs in Plex. With every playlists it gives you an overview of the songs that have been matched and how they have been matched. It's important to also setup an encryption key. This should be a random string. It is used to encrypt any sensitive data that we receive from Spotify. To get a random key, open Unraid terminal and type in the below. Put the generated key in ENCRYPTION_KEY variable openssl rand -hex 32 Please read the project page for how to configure Spotify and Tidal Developement accounts.