Posts: 122
Joined: Nov 2019
Reputation:
1
vonson
Senior Member
Posts: 122
Hello everybody,
I just noticed that when i list my music library by artists the list is incomplete, some artists won't show up. When I list by album, which I sort by arist/year, they DO show up.
I tested the genre-list, here also the same artist won't be listet, the corresponding genres wont show. But when using the years-list, again, they DO show up.
So no-show in 'artists' and 'genre', but in 'albums' and 'years' they are included. Seems odd to me. Any ideas what might cause and how to fix this? Is this a known issue?
Thanks,
vonson
Posts: 5,069
Joined: Jul 2012
Reputation:
311
2023-09-13, 02:03
(This post was last modified: 2023-09-13, 02:05 by scott967. Edited 1 time in total.)
I assume this is for Kodi v 20.2? Please confirm.
First thing to check is setting media/music/"show song and album artists" radiobutton.
If "off" please enable. If on, please enable system debug logging, restart, navigate to music window and open artist node and then year node and select a year. Exit copy and paste log to paste.kodi.tv.
scott s.
.
Posts: 5,069
Joined: Jul 2012
Reputation:
311
Unfortunately your log indicates that "script.areswizard" is installed. In the past "ares" has been banned as facilitating copyright infringement. I see some comments online that the current script has removed those features, but can't confirm. Per Team Kodi policy, no forum support can be given when banned addons are installed.
If you are willing to uninstall script.areswizard and post a new debug log I will take a look.
scott s.
.
Posts: 5,069
Joined: Jul 2012
Reputation:
311
OK have the log and I am reviewing the SQL queries to the database. I'm not a SQL guru so it will take some time, but I'm hoping the query will point to why you see a difference.
scott s.
.
Posts: 1,434
Joined: Oct 2015
Reputation:
131
Looking at the log file I see a number of the queries have LIMIT statements in them which would truncate the results.
Line 1992 is a GetRecentlyAddedAlbums query: SELECT albumview.*, albumartistview.* with a limit of 10 . This looks like your album / artist query.
However line 2074 is a GetYearsNav query: SELECT DISTINCT CAST query with no limit with no limit. This appears to be your artist by year query.
and on line 2111 is a GetAlbumsByWhere query: SELECT albumview. query with no limit. This appears to be your album query.
I am seeing another query with a limit of 20 in it. When you aren't seeing everything do you know how many you are seeing (i.e. 10, 20 etc.. ) ?
Thanks,
Jeff
Posts: 122
Joined: Nov 2019
Reputation:
1
vonson
Senior Member
Posts: 122
Oh it is definitely more. Artists list (missing some entries) is significantly more than 20. There are no limits defined in my nodes.
I hardly ever use the Recently Added Albums listing. Might that be the main menu widget in estuary?