This application generates names from user generated playlists based on the ISRCs of the songs.
To use the application you need to put the required data into the ./data
folder. The following files are expected to be present:
isrc_lookup.csv
a tab separated value file with the columnsisrc
,track_artist
andtrack_title
.
The you can start the application with docker-compose up
and find it at
http://localhost:8080.