<133dj.> Howdy folks, what's the best way to get streaming service (Spotify, Youtube, etc.) links using just the MusicBrainz track ID? preferably programmatically, via API
Lotheric joined the channel
opticdelusion has quit
opticdelusion joined the channel
mara42 joined the channel
Kladky joined the channel
<05rustynova> Use entity lookups to fetch your entity (add url-rels on recordings) https://musicbrainz.org/ws/2/recording/63a6edb5... Then iterate over the "relations" field, filter by "target-type":"url", and get your URL with current_relation.url.ressource
<05rustynova> Often people use importers like astiket and harmony who put streaming links to albums on the release, and don't put anything for the recording. So yeah, it's rare.
<05rustynova> Standalone releases / yt only releases often have those... At least I do put them
mara42 joined the channel
mara42 has quit
SigHunter has quit
SigHunter joined the channel
mara42 joined the channel
mara42 has quit
mara42 joined the channel
mara42 has quit
mara42 joined the channel
outsidecontext[m has quit
mara42 has quit
mara42 joined the channel
mara42 has quit
mara42 joined the channel
mara42 has quit
mara42 joined the channel
yvanzo[m]
yellowhatpro: Thanks, I will try these tomorrow. Please merge branches whenever possible so that we can test everything together (usually revealing unexpected issues). 😎
yellowhatpro[m]
okhayy sempaiii o7
mara42 has quit
mara42 joined the channel
tarun81 joined the channel
tarun81 has quit
mara42 has quit
mara42 joined the channel
mara42 has quit
pranav[m] joined the channel
pranav[m]
Hey akshaaatt shud I add the unit tests and the rest code to the same branch or shud I make a new PR? As it hasn't been reviewed yet