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.
- Host: GitHub
- URL: https://github.com/dargmuesli/spotitag
- Owner: dargmuesli
- License: gpl-3.0
- Created: 2022-04-22T12:43:13.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-24T20:40:33.000Z (over 1 year ago)
- Last Synced: 2025-03-17T11:21:27.634Z (3 months ago)
- Language: Kotlin
- Homepage:
- Size: 974 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spotitag
Tag mp3 files with data from Spotify.

## 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/