Release TvTunes alternative for playing soundtracks when browsing
#48
In customStartSoundtrack.xml I replaced the third line with this:

<onload condition="String.IsEmpty(Window(home).Property(PlayingOST)) + !String.Contains(ListItem.Path,JamesBondCollection) + !String.Contains(ListItem.Path,http)">PlayMedia($ESCINFO[ListItem.Path,,theme.mp3])</onload>
<onload condition="String.IsEmpty(Window(home).Property(PlayingOST)) + String.Contains(ListItem.Path,JamesBondCollection) + !String.Contains(ListItem.Path,http)">PlayMedia(special://home/media/JamesBond.mp3)</onload>

Now the theme starts also for the JamesBondCollection which is located in a few folders.  The only thing is now how to stop/pause the track when I selected a different collection.
I've tried to change the stop and pause xml's by adding String.Contains(ListItem.Path,JamesBondCollection) between the <visible>-tags, so it stopped but then I wasn't able to start any movie anymore.

So my question is: can someone help my to improve the pause and stop xml's?
Reply


Messages In This Thread
RE: TvTunes alternative for playing soundtracks when browsing - by MovieMan123 - 2018-09-09, 14:05
Logout Mark Read Team Forum Stats Members Help
TvTunes alternative for playing soundtracks when browsing2