gmusicapi
gmusicapi copied to clipboard
Invalid artist and album ids on search
When receiving the search results from mobileclient, the song_hits are not valid. So the artist and album Ids does not start with A or B as they are supposed to. Not sure if this affects the gmusicapi when working with that ID, if not it should be at least documented.
(I am using mopidy-gmusic and there an ID without leading A,B or T is handled as an uploaded song).
Can you provide an example?
E.g. search("cory wong")
(reduced the output, as it would be too much)
output.txt
Huh, interesting. I wonder if they switched things around on the backend prior to the switch to youtube music.
I don't think gmusicapi makes any assumptions in code about the prefixes, but if this makes parts of the docs incorrect then that ought to be fixed.