go straight to music folder?
#1
how do i do this. im using MQ3 and i have a music tab on my home screen. when i click it, it takes me to a folder displaying one of my drives, my music, and also another folder named add souce. how do i have it set so when i click "music" on the home screen i bypass the next folder and always go straight into my music?

thanks
Reply
#2
anyone? Sad
Reply
#3
in the includes.xml fileyou have to change the following:
Code:
<item id="1"><!-- music -->
    <label fallback="31000">$INFO[Skin.String(CustomMusic_Label)]</label>
    <include>MusicBackdrop</include>
    <onclick>ActivateWindow(Music)</onclick>
    <visible>!SubString(Skin.String(DisableMusic),true)</visible>
  </item>
in this:
Code:
<item id="1"><!-- music -->
    <label fallback="31000">$INFO[Skin.String(CustomMusic_Label)]</label>
    <include>MusicBackdrop</include>
    <onclick>ActivateWindow(Music,Artists,return)</onclick>
    <visible>!SubString(Skin.String(DisableMusic),true)</visible>
  </item>

And please don't be so hasty, people have other things to do tuning your mediacenter (especially on christmas night)
Reply
#4
thanks steven but that doesnt work. with that edit, from clicking on "my music" text on the homescreen, it just takes me to a blank page?
Reply

Logout Mark Read Team Forum Stats Members Help
go straight to music folder?0