2018-01-11, 02:03
for kodi leia i've decided to rewrite the globalsearch addon from scratch.
this means skinners will also have to rewrite their custom xml for the globalsearch addon from scratch....
luckily this isn't as bad as it sounds and should be relatively (hopefully) easy.
some notable changes:
this means skinners will also have to rewrite their custom xml for the globalsearch addon from scratch....
luckily this isn't as bad as it sounds and should be relatively (hopefully) easy.
some notable changes:
- the main window (script-globalsearch.xml) is now a window instead of a dialog (as much requested by skinners)
- i've removed as much required id's as possible. only a few mandatory id's remain
- the globalsearch window behaves (almost) like a regular videolibrary/musiclibrary window:
- the addon will use DialogMusicInfo.xml / DialogVideoInfo.xml from your skin, no need to create a globalsearch infodialog anymore
- you can define multiple viewtypes if you like
- using Container.Content() should work
- ListItem.Art() should work
- you can now use normal infolabels like you're used to: for instance ListItem.Genre instead of ListItem.Property(genre)
- the addon will use DialogMusicInfo.xml / DialogVideoInfo.xml from your skin, no need to create a globalsearch infodialog anymore