Bug KODI is too slow on huge lists of songs Part II
#61
Thanks, Great to hear Smile
Reply
#62
It's still under review.
https://github.com/xbmc/xbmc/pull/15651

I hope it will be merged soon.

This is how it should work:
https://onedrive.live.com/?cid=b9f84c0d8...fGLy6x5z3o

There are still additional performance issues. e.g. when it comes to lists (filters). But I wait for review, till I continue with the other performance problems.
Reply
#63
(2019-01-31, 23:51)docwra Wrote: Quick demo from my Kodi setup, not my full collection but the video should show nice ways to browse the Music Library without long lists.



Seems the shield struggles a bit recording 4K, but its a lot smoother in real life Wink

This looks great! I could certainly use it for my 230k song collection (over 6k album artists). Is this in your Estuary ATF mod? @docwra, is it OK with you if I borrow the code and adapt it for another skin? Thank you in advance.

Regards,

Bart
Reply
#64
(2019-03-21, 13:13)bsoriano Wrote:
(2019-01-31, 23:51)docwra Wrote: Quick demo from my Kodi setup, not my full collection but the video should show nice ways to browse the Music Library without long lists.



Seems the shield struggles a bit recording 4K, but its a lot smoother in real life Wink

This looks great! I could certainly use it for my 230k song collection (over 6k album artists). Is this in your Estuary ATF mod? @docwra, is it OK with you if I borrow the code and adapt it for another skin? Thank you in advance.

Regards,

Bart 
 Yes please do, its all on GitHub.

To be honest most of it is just a custom A-Z music Node, while the landscape WideThumb view is done with a small mod to Estuary and artwork comes from the artwork beef Add-on (I think it also works with the latest scrapers now and advancedsettings.xml to add the new artwork type).

Skin Mod
https://github.com/zag2me/skin.estuary-atf

A-Z Custom Node (just download the XMLs and pop into the library folder in userdata)
https://github.com/xbmc/xbmc/pull/7518

Or some instructions on how to do the nodes manually here: 
https://forum.kodi.tv/showthread.php?tid...pid2222418
Reply
#65
Bringing this thread up again. Will it ever be fixed?
Reply
#66
I don't get the point in creating a list of all tracks in library to play them randomly when all you need to do is to turn on party mode.
cheers,azido :;):
Reply
#67
There are several (performance) issues with the music selection. I could upload several debug infos, my database and so on but this is lot of work and I will not do so if this matter is not taken seriously.
I know it's an edge case and almost nobody experience them. As the title says, it is an issue of large databases. In my case songs > 380.000, artists > 40.000
I could upload test databases and description -> sql-query-samples and modifications how to address the issue, video instruction etc.

Spoiler, the sql queries are suboptimal. e.g. selection Artist or Artist AND Album artist results into a query difference between couple of seconds and over 2 minutes (I7 16GB ram). So first, the sql queries must be updated, probably the music db layout as well.
Second, the playlist creation is also "slow", but step by step.

So if any of the devs are really interested fixing the issue, I can point them to the exact location.

btw, this issue is partially related to custom node filters but not the core issue. confirmed, it's not
Reply

Logout Mark Read Team Forum Stats Members Help
KODI is too slow on huge lists of songs Part II0