Linking Discogs and Zotero
Hi all,
Is there a way or is there anyone aware of how to link Discogs (the worldcat of music) and Zotero? If not, I would like to help and support the development of a solution.
I would like to use the guidelines offered by the academic journal Dancecult (see Discography). https://dj.dancecult.net/public/journals/24/dancecult_styleguide.pdf
Best,
AK
Is there a way or is there anyone aware of how to link Discogs (the worldcat of music) and Zotero? If not, I would like to help and support the development of a solution.
I would like to use the guidelines offered by the academic journal Dancecult (see Discography). https://dj.dancecult.net/public/journals/24/dancecult_styleguide.pdf
Best,
AK
Upgrade Storage
I'm not aware of any way to link Discogs and Zotero, but I know that Discogs has an open API so that might help get something started?
https://www.discogs.com/developers/
Best of luck!
I'm on if someone get a solution to link/import informations from discog to zotero ! Some news ?
I'm interested to improve the way how the web browser connector collect data from Discogs. I've got a bit of knowledge in coding but need help to find where to look at. Now, the connector finds that it's a recording, its date and mixed artist name with title.
What I suppose it should do is:
- to get the label name and its catalog ref
- add the country to place field
- add credit to Abstract field
If someone with better knowledge of how Zotero Web Browser connector see this message, please help.
https://www.zotero.org/support/translators
https://www.zotero.org/support/dev/translators
Translators are kind of fun to write, after your development environment is properly set up.
If you would like to try it out, you can download the JavaScript (JS) file here (https://github.com/Michael-Z-Freeman/translators/blob/Michael-Z-Freeman-Discogs-patch-1/Discogs.js) and add it to your translator directory.
I made some modifications for it to work the way I wanted (see my PR comment), but everything is fine now!