home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Skins
Popular Skins
StreamedMP
Using Skin Editor to Change MyTV homescreen
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="kiwijunglist" data-source="post: 534055" data-attributes="member: 76888"><p>Hi,</p><p></p><p>The Recorded TV link points to a completely different .xml file to my videos.xml</p><p>My Videos contains all your videos in your my video database, whereas Recorded TV just contains recording referenced in the tvserver database.</p><p>I assume what you are asking is that you want the button called "Recorded TV" to load My Videos plugin instead of loading My TV Recordings.</p><p></p><p>The streamedMP menu editor is only for changing the basic home screen, it doesn't change any other menus.</p><p>To do what you need to do you need to load the my tv.xml file in notepad and change the linking ID button to the skin id of my movies.xml</p><p></p><p>ok</p><p></p><p>load mytvhome.xml</p><p></p><p>find this</p><p></p><p>[code]</p><p> <control></p><p> <description>Recordings</description></p><p> <type>button</type></p><p> <id>11</id></p><p> <label>604</label></p><p> [b]<hyperlink>603</hyperlink>[/b]</p><p> <onup>10</onup></p><p> <ondown>12</ondown></p><p> <onright>99</onright></p><p> </control></p><p>[/code]</p><p></p><p>You can change it to this</p><p></p><p>[code]</p><p> <control></p><p> <description>Recordings</description></p><p> <type>button</type></p><p> <id>11</id></p><p> <label>604</label></p><p> [b]<hyperlink>6</hyperlink>[/b]</p><p> <onup>10</onup></p><p> <ondown>12</ondown></p><p> <onright>99</onright></p><p> </control></p><p>[/code]</p><p></p><p>You use ID=6 because if you open myvideo.xml you will see the 3rd line has skin id =6</p><p></p><p>[code]</p><p><?xml version="1.0" encoding="utf-8" standalone="yes"?></p><p><window></p><p> <id>6</id></p><p>[/code]</p><p></p><p>I havn't tried this but i think it should work!</p></blockquote><p></p>
[QUOTE="kiwijunglist, post: 534055, member: 76888"] Hi, The Recorded TV link points to a completely different .xml file to my videos.xml My Videos contains all your videos in your my video database, whereas Recorded TV just contains recording referenced in the tvserver database. I assume what you are asking is that you want the button called "Recorded TV" to load My Videos plugin instead of loading My TV Recordings. The streamedMP menu editor is only for changing the basic home screen, it doesn't change any other menus. To do what you need to do you need to load the my tv.xml file in notepad and change the linking ID button to the skin id of my movies.xml ok load mytvhome.xml find this [code] <control> <description>Recordings</description> <type>button</type> <id>11</id> <label>604</label> [b]<hyperlink>603</hyperlink>[/b] <onup>10</onup> <ondown>12</ondown> <onright>99</onright> </control> [/code] You can change it to this [code] <control> <description>Recordings</description> <type>button</type> <id>11</id> <label>604</label> [b]<hyperlink>6</hyperlink>[/b] <onup>10</onup> <ondown>12</ondown> <onright>99</onright> </control> [/code] You use ID=6 because if you open myvideo.xml you will see the 3rd line has skin id =6 [code] <?xml version="1.0" encoding="utf-8" standalone="yes"?> <window> <id>6</id> [/code] I havn't tried this but i think it should work! [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Skins
Popular Skins
StreamedMP
Using Skin Editor to Change MyTV homescreen
Contact us
RSS
Top
Bottom