Kodi Community Forum
Custom tagging & library navigation - how can browsing be improved? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Music Support (https://forum.kodi.tv/forumdisplay.php?fid=263)
+--- Thread: Custom tagging & library navigation - how can browsing be improved? (/showthread.php?tid=300052)

Pages: 1 2 3 4


RE: Custom tagging & library navigation - how can browsing be improved? - Uatschitchun - 2017-01-29

(2017-01-22, 20:46)jjd-uk Wrote: Some cross referencing is actually there already I think in the core code, I'm assuming it's yhis type of thing you're on about https://github.com/xbmc/xbmc/pull/10951

Thanks for pointing me there!

Do I get it correct that if changes are done in conjunction with separation of db access into its own thread? In other words, if there's some info-provider part supplying the GUI with infos to display, all is fine? A non blocking instance is handling the db?