Bug Discography and tracks
#1
So I've stumbled over the discography entry and the track listings.

I'm not sure if this is worth fixing, as we might be better of killing the albuminfosong and discography tables. (I'm not sure if or when entries go into them, atleast not with the musicbrainz scrapper)
Shouldn't this be something that a script like extendedinfo can handle?

So here is whats going on:
The discography is missing albums, from the logfile:
Quote:23:19:33 T:1804 DEBUG: CScraperUrl::Get: Using "UTF-8" charset for XML "http://musicbrainz.org/ws/2/release-group?artist=30a0d440-98c4-4604-b82e-5c1b21ca1029&limit=100&type=album"
23:19:33 T:1804 DEBUG: scraper: ParseMBDiscography returned <details><album><year>2012</year><title>Holon : Anamnesis</title><label>34ecff1e-e9bf-475b-b159-ce4ea16a4374</label></album><album><year>2010</year><title>Holon : Hiberno</title><label>4e0b06fd-06db-4c9c-9c48-03cba8e8f119</label></album></details>
3 Items if you click on the link.
Only two get processed by the scrapper, might be a bug in the regex.

Also when you click on a album to see the tracks you end up seeing this:
Image

I'm thinking this might be due to the musicbrainz scrapper not scrapping into the "infoSongs"
https://github.com/xbmc/xbmc/blob/58363b...e.cpp#L532
Reply
#2
Just figured the first one out, when you refresh http://musicbrainz.org/ws/2/release-grou...type=album
multiple times, you can see the 'type="Album"' jump back and forth in the result.

Edit:
https://github.com/xbmc/repo-scrapers/pull/16
Reply
#3
Okay, I figured out that entries are added to the albuminfosong and discography.
These tables are ment to hold data about albums/tracks, that are not on your system. So that you can view/explore them.
For discography this seems like it might get used, but I haven't found a place where you can explore the tracks of these albums.
I can only find ways to explore data that really is on my system.
Reply

Logout Mark Read Team Forum Stats Members Help
Discography and tracks0