Skip to content

alexander-richardson/Discogs_Labels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discogs Label Generator

Why the label generator?

This app was created while working at the record store Landfil Rescue Unit. On the outer plastic sleeve of a record the owner would make a sticker with information from the music database Discogs about the record for buyers to see. They would manually enter all of the fields into a spreadsheet (artist name, album name, format type, year and country of release) and then print it out as a sticker. This looked very tedious!

What this label generator does

This app uses the requests library to access the Discogs API. It puts the information into a pandas dataframe, and returns the information in a .csv file. All of this done though a Tkinter gui

How to install the app

Dockerization in progress and will update here soon!

How to use the app

Enter the Discogs release ID/s into the text box in the GUI
Dicogs release can be found on the release page in the top right hand corner. Once finished adding the id’s click on the ‘Upload ID” button. This creates a txt file of the releases.
Click the ‘Run Generator button
This makes a call to the Discogs API for the requested information about the selected releases.
Click the Open
his adds the newly called information a .csv file as well as deletes the txt file.

About

Record shop label generator using Discogs API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages