An open API service indexing awesome lists of open source software.

https://github.com/dargmuesli/spotitag

Tag mp3 files with data from Spotify.
https://github.com/dargmuesli/spotitag

Last synced: 3 months ago
JSON representation

Tag mp3 files with data from Spotify.

Awesome Lists containing this project

README

        

# Spotitag

Tag mp3 files with data from Spotify.

![Spotitag Screenshot](./docs/images/spotitag-screenshot.png)

## Instructions

Register your application on https://developer.spotify.com/dashboard/.
There you will get a client id and client secret which your can set in the application's settings.

Select a directory then and hit scan!

## Special Features

- Skip equal files
- Exclude properties from comparison
- Duration comparison
- Caching

## References

- Library used: https://github.com/spotify-web-api-java/spotify-web-api-java/
- Inspiration:
- https://github.com/radusuciu/id3spot/
- https://github.com/FutureSharks/spotify-m3u-import/
- https://github.com/louiefb/integrating-local-music-library-to-spotify/