Hacker News new | past | comments | ask | show | jobs | submit login

My gripe with Kodi is that it's horribly slow at scanning even my medium-sized (~1.5 TB) music collection. I've tried switching to UPnP so that the metadata is scanned locally on the media server, but Kodi's UPnP support is horribly broken. I've tried fixing some of the issues, but it's an endless rabbit hole of spaghetti code...



Pretty sure the time consuming but of that is the metadata lookups going to the internet.


Nope, I've turned off online metadata. I've debugged it and the issue is that Kodi wouldn't pipeline the SMB read requests, so a huge chunk of time is spent waiting for small bits of data to arrive.


Did you create an issue for this?

My last info was, that we don't process anything in parallel, as the old xml scrapers were not optimized for that. As we're moving to python scrapers now, we should be able to optimize the interface to handle more in parallel. That was the plan at least, but XML scrapers first need to be removed, as they hold back the API.


SFTP add-on [1] has been faster and more reliable in my experience

1. https://kodi.wiki/view/Add-on:SFTP_support


Plex does the same, yet it take a few seconds to do that on the same library.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: