Release TvTunes alternative for playing soundtracks when browsing
#54
@manfeed 

im unsure if it ll work , but using skinhelper could help to check if file existing.

Check if file exists

xml:
RunScript(script.skin.helper.service,action=fileexists,file=[filenamepath],skinstring=[skinstring to store the result],windowprop=[windowprop to store the result])

This command will check the filesystem if a particular file exists and will write the results to either a skin string or window property. If the file exists, the result will be written as EXISTS in the property or skinstring, if it doesn't exist, the property/string will be empty.

Didnt test, but maybe that helps to solve the one issue.


so add in myvideonav.xml
xml:

<onload contition="*****">RunScript(script.skin.helper.service,action=fileexists,file=$INFO[ListItem.Path,,theme.mp3],skinstring=ListItem.OSTtheme,windowprop=Propert(ListItem.OSTtheme))</onload>

and add check conditions within the custom files (+ skinsetting if existing)
Skins |  Titan M O D   •   S W A N (WIP)
Reply


Messages In This Thread
RE: TvTunes alternative for playing soundtracks when browsing - by mardukL - 2018-09-25, 18:00
Logout Mark Read Team Forum Stats Members Help
TvTunes alternative for playing soundtracks when browsing2