Skip to content

A web app to help you fix your Spotify playlists by de-duping songs and replacing dead tracks

Notifications You must be signed in to change notification settings

pbsinclair42/SpotifyCleanup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Cleanup

What is it?

Spotify Cleanup allows you to easily fix your Spotify playlists by de-duping songs and replacing dead tracks.

To run:

  • Setup a new python virtual env for the project:

    virtualenv env
    source env/bin/activate
    pip install -r requirements.txt
    
  • Export the settings:

    cd src/
    export FLASK_APP=app.py
    
  • Run the app:

    python -m flask run
    

Collaborating:

Feel free to raise a new issue for any new feature or bug you've spotted. Pull requests are also welcomed if you're interested in directly improving the project.

About

A web app to help you fix your Spotify playlists by de-duping songs and replacing dead tracks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published