- Moderator
- #111
Hi mamachan,
in MP nearly all is possible... and within the skins also .
So here we go:
First open mytvhome.xml (with an editor which supports the XML format!!!!).
Search for this code:
Code:<control> <description>TV Shows</description> <type>button</type> <id>14</id> <hyperlink>9811</hyperlink> <label>1300</label> <onup>13</onup> <ondown>77</ondown> <alignY>center</alignY> <visible>plugin.isenabled(MP-TV Series)</visible> </control>
Then replace it with this one (you may copy/paste it from here):
Code:<control> <description>My Programs</description> <type>button</type> <id>14</id> <hyperlink>3</hyperlink> <label>My Programs</label> <onup>13</onup> <ondown>77</ondown> <alignY>center</alignY> <visible>yes</visible> </control>
Save the file.
Clear the cache.
Start MP.
Enjoy!