This is a web page which takes in a CSV file of a collection of music, and cross references each entry in the CSV file against the Discogs and Musicbrainz Databases to provide collectors/archivists with more information about materials in their collection.
GNU General Public License v3.0
2
stars
1
forks
source link
Dynamic Pages in Flask for Each Release in a Batch #1
For each release submitted in the batch CSV, we need a way of showing each release's search results clearly. Ideally the user would be able to interact with their search results in each one in search of a match in a database for that release. This information also has to be saved so that at the end the search results for each release can be accessed as a CSV, text file, email, etc.
For each release submitted in the batch CSV, we need a way of showing each release's search results clearly. Ideally the user would be able to interact with their search results in each one in search of a match in a database for that release. This information also has to be saved so that at the end the search results for each release can be accessed as a CSV, text file, email, etc.