Kodi Community Forum
GlobalSearch - tiny changes - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: GlobalSearch - tiny changes (/showthread.php?tid=126094)

Pages: 1 2


RE: GlobalSearch - tiny changes - ronie - 2012-03-23

(2012-03-23, 12:01)Eddage Wrote: With regards to the show thumb I currently use...

<texture diffuse="breeze/home/folder tile dif.png">$INFO[ListItem.path,,../season00.tbn]</texture>

for dialogvidinfo for episodes, is there a way to do something similar? I tried the same method but I think the problem is that path in the addon shows the filename as well? I'm still not entirely sure how to use the commas and periods in conjunction with the path, I've just cobbled it together by looking at other skins!

infolabels can be formatted as infolabel,prefix,postfix,
it's explained in detail in the wiki: Label_Parsing

the dots (..) are a trick to load an image from the parent folder.

never tried it myself, so i'm not sure if it'll work with globalsearch.


btw. i've pushed an update to the repo that should fix the issues you've reported.


RE: GlobalSearch - tiny changes - ronie - 2012-10-24

for frodo:

if your skin includes a customized script-globalsearch-main.xml
you may need to make this change:
ListItem.Property(Fanart_Image) -> ListItem.Property(Fanart)

script.globalsearch-1.0.4.zip