Create a music database in Obsidian with the QuickAdd Plugin and the Discogs API.
This is largely based off the Movie Database Script found in the Minimal documentation; the setup for this script is similar.
The most important part is obtaining a Discogs Key and Secret. To do this, you will need to create an application (note that we won’t be using a token).
- Add the
Discogs.jsscript to your vault. If you use the Movie script you can drop this in the same folder. - Create a template. You can use or modify my
Music Template.mdif you do desire. - Create a macro in QuickAdd. For this, I recommend you follow the Movie Database documentation, that guide is far more comprehensive than I could write.