Great mod, Vergo
I've used your 8-tab mod to create a XML which makes it easy to alter all tabs as you prefer it (label, hyperling and backdrop).
All you need to alter is the following lines:
Here is hot to use first tab (called Menu0 here) for TV series:
<description>Menu0-Series</description> <--- Nothing needed, just to keep track of things
<define>#item0label:1300</define> <---- The label ID of the tab. Type or use ID*
<define>#link0:9811</define> <--- Hyperlink to XML (plugin)
<define>#folder0:series</define> <--- Name of folder with backdrops to be used. You can - like I have here - create new ones.
Alter the last 7 menus, and thats it
*Must be ID, it seems. Label ID can be found in language\[country].xml. You should be able to create new once that is needed.
I've used your 8-tab mod to create a XML which makes it easy to alter all tabs as you prefer it (label, hyperling and backdrop).
All you need to alter is the following lines:
Code:
<description>Menu0-Series</description>
<define>#item0label:1300</define>
<define>#link0:9811</define>
<define>#folder0:series</define>
(...)
<description>Menu7-plugins</description>
<define>#item7label:913</define>
<define>#link7:34</define>
<define>#folder7:pluginsbg</define>
Here is hot to use first tab (called Menu0 here) for TV series:
<description>Menu0-Series</description> <--- Nothing needed, just to keep track of things
<define>#item0label:1300</define> <---- The label ID of the tab. Type or use ID*
<define>#link0:9811</define> <--- Hyperlink to XML (plugin)
<define>#folder0:series</define> <--- Name of folder with backdrops to be used. You can - like I have here - create new ones.
Alter the last 7 menus, and thats it
*Must be ID, it seems. Label ID can be found in language\[country].xml. You should be able to create new once that is needed.