-
And another question: I am wondering if it is possible to have both Musicbrainz IDs, but also Discogs IDs in the database. As far as I understand now, by looking into the DB and using If it is tagged from an release via the Discogs plugin, it seems to put the discogs_albumid, etc. fields but as well sets mb id fields to the same as the discogs id fields for some reason. Anyway, my question is: Can I use both. I love musicbrainz/acousticbrainz because I get a lot of information about my music for DJ use, but on the other hand I am an oldschool music collector and have loads of vinyl as well, thus having direct access to Discogs release links for most of my files would be awesome. musicbrainz does have direct links to discogs releases very often, I am aware of that, but is there a way to directly save it in the beets db alongside musicbrainz. E.g. thinking of things like displaying weblinks with a customized Thanks in advance for your thoughts and tips! |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
We don't currently have a way to do save the Discogs ID from MusicBrainz. I imagine it wouldn't be the hardest thing to add, though, provided it comes along with the MB API response for releases by default. |
Beta Was this translation helpful? Give feedback.
-
Hmmm, I recall that I used musicbrainz discogs urls to match with my discogs collection over at my DiscoDOS project. It's somewhere here: And yes it seems like it's included in the releases endpoint's result directly, no extra fetch, I seem to pull it out just from there: Ah, but I see now that I actually include a bunch of extras in what the releases endpoint should give me: (And btw don't blame me for that crappy hacky code, that could all be so much smarter) |
Beta Was this translation helpful? Give feedback.
-
I would love to look into it, maybe not this week but later on. Interested in how thinks work. Please point me to some starting points in the code and in the docs. Thanks so much in advance! |
Beta Was this translation helpful? Give feedback.
-
What happens when you tag it using MB? Is the |
Beta Was this translation helpful? Give feedback.
-
PR #4708 which resolves this issue was just merged. |
Beta Was this translation helpful? Give feedback.
PR #4708 which resolves this issue was just merged.