A simple application to clean up your Spotify playlists by removing duplicate tracks, finding missing tracks, and more.
- Remove duplicate tracks from playlists
- Identify missing tracks
- Sort playlist by various criteria
- Cross-platform support (Windows, macOS, Linux)
- Clone the repository
git clone https://github.com/yourusername/SpotifyPlaylistCleaner-DotNET.git- Navigate to the project directory
cd SpotifyPlaylistCleaner-DotNET- Build the application
dotnet build- Run the application
dotnet run- Authenticate with your Spotify account
- Select the playlist you want to clean
- Choose the cleaning operations to perform
- Review and save changes
- .NET 9.0 or higher
- Spotify account
- Spotify Developer API credentials
The application will prompt you for your Spotify Client ID on first run.
To get your Client ID:
- Go to the Spotify Developer Dashboard
- Log in with your Spotify account
- Create a new application
- Set the redirect URI to
http://127.0.0.1:3000/callback - Copy the Client ID to use in the application
Your credentials will be securely stored locally for future use.
MIT
Contributions are welcome! Please feel free to submit a Pull Request.