change the view in music/audio Jarvis MQ7
#1
Hi,
i changed the views for video in MyVideoNav.xml so i have the wide view as default. But everything audio/music related is still on the right. I thought i could change it in MyMusicNav.xml but i can't. Sad
Where can i change the default view for this? Thanks!
Reply
#2
Open up the file IncludesMusic.xml and you will see this:

<include name="MusicWindow">
<defaultcontrol always="true">51</defaultcontrol>
<onload condition="Window.Previous(6626)">Container.SetViewMode($INFO[skin.string(setviewmusic)])</onload>
<onload condition="Window.Previous(6626)">SetFocus(9940)</onload>
<onunload condition="Skin.HasSetting(kioskcode)">Skin.Reset($INFO[skin.string(custom_code)])</onunload>
<views>51,54,55,56,58,59,62</views>
<controls>

change it to this:

<include name="MusicWindow">
<defaultcontrol always="true">59</defaultcontrol>
<onload condition="Window.Previous(6626)">Container.SetViewMode($INFO[skin.string(setviewmusic)])</onload>
<onload condition="Window.Previous(6626)">SetFocus(9940)</onload>
<onunload condition="Skin.HasSetting(kioskcode)">Skin.Reset($INFO[skin.string(custom_code)])</onunload>
<views>59,54,55,56,58,51,62</views>
<controls>

Hope this helps.........

You may change myprograms.xml this way also.
Reply

Logout Mark Read Team Forum Stats Members Help
change the view in music/audio Jarvis MQ70