Spotify Offline Playlist Maker! Convert your offline music library to high quality Spotify playlists!
To use the application, simply install the given requirements by using
pip intall -r requirements.txt
Next, run the application using run.sh and follow the instructions on the terminal.
Alternatively, you can run the script directly using
python spotifyopm/spotifyopm.py $username $path
where you replace $username with your Spotify username and $path with the path to your offline music library.
SpotifyOPM requires your music library to be organised as follows:
The path to the library you supply, must correspond to a main folder, containing multiple subfolders. The names of these subfolders will be taken as names for the playlists. Each and every one of these subfolders should contain the music that you want to be present in this playlist.
At the moment, SpotifyOPM supports mp3, flac, wma, m4a.
This project was made as a quick workaround, but can surely be used by anyone who wants to try this out!