|
> I applied tags to some recordings and they aren't being returned in the XML for some reason. The test I did was against /ws/2/release, /ws/2/recording works fine for me. In the second link you should also include the "recordings" inc argument. Here's what I did: Added tags test1, test2, and test3 to the first three recordings of http://musicbrainz.org/ws/2/release/f22729a2-c6ed-4870-8406-85f1a68abf17?inc=user-tags+recordings Ah, yes I added 1 tag for each recording on the release and http://musicbrainz.org/ws/2/release/7dd633af-8c64-446c-bf6a-033e9a16ccb8?inc=user-tags+recordings But... not sure this is how it should be handled, but using ?inc=recordings would return every recording MBID which could be used to ?inc=user-tags each recording separately to get the tags. It would probably not be the optimal way to handle it, but it should work. I either case there seems to be bug here and I'm not sure if I should clone this one or just change it. We shouldn't have to fix a server bug in Picard, so I'll convert this to an MBS ticket and let the server devs deal with it. |
||||||||||||||||||||||||||||||||||
It might be an MBS problem. I applied tags to some recordings and they aren't being returned in the XML for some reason.