Release TvTunes alternative for playing soundtracks when browsing
#35
(2018-05-24, 10:01)manfeed Wrote: @Guilouz 

I have just checked your mod v2.9.9 with the latest nightly (24/05) and there's no problem for me (windows 64 bits). However I have noticed that the former visual glitch reappears when no theme.mp3 is present; to prevent this you could change the line in DialogBusy.xml from...
xml:
<onload condition="String.Contains(Player.Filenameandpath,theme.mp3) + !Skin.HasSetting(MusicTheme)">Dialog.Close(all,true)</onload>
to...
xml:
<onload condition="[String.Contains(Player.Filenameandpath,theme.mp3) | !String.IsEmpty(Window(home).Property(PlayingOST))] + !Skin.HasSetting(MusicTheme)">Dialog.Close(all,true)</onload>
 That change nothing.... I'm on OSX.

EDIT : Confirmed by other people on Android builds too.
 Estuary MOD V2 
Reply


Messages In This Thread
RE: TvTunes alternative for playing soundtracks when browsing - by Guilouz - 2018-05-24, 12:25
Logout Mark Read Team Forum Stats Members Help
TvTunes alternative for playing soundtracks when browsing2