DW Panel - how the xml file is made up

ketmp

Satellite Moderator
Staff member
Moderator
Joined
Sep 16, 2014
Messages
2,601
Reaction score
1,674
Code:
You don't have permission to view the code content. Log in or register now.
Here is breakdown...

1. Creating a MENU entry (ie "Skins - OpenPLi 4"):
Menu entry starts with <plugins menu= " then the name of menu item so Skins - OpenPLi 4 then " >" at end (note the 's' in plugins. This is only in a menu entry not normal ipk plugin entry. So this becomes, <plugins menu=" Skins - OpenPLi 4 ">

Then after the MENU item you put the ipk plugin details, for each plugin, as follows

2. Creating a PLUGIN entry:

Let's start off with naming plugin as it will show in DW Panel. Start with <plugin name= and then the name of the plugin as you want it to display in DW Panel so in this example, "MetrixHD skin v3.1 by Takun345 Modded for CoolTVGuide 220x picon" and then end the plugin name with > so this then becomes <plugin name="MetrixHD skin v3.1 by Takun345 Modded for CoolTVGuide 220x picons">

Next you put the plugin web address (url) within <url> tags so this then becomes
<url>http://www.satelliteworldz.co.uk/plugins/skins/enigma2-plugin-skins-metrixhd-wpstyle-cooltvfix-piconx220_3.1M_all.ipk</url>. Then finally end the ipk plugin entry with <plugin>

You then list any other plugins that will be listed under this current menu entry.

3. Ending the MENU entry:

Finally you need to indicate the end of the MENU entry by using <plugins> (noting the 's')

I hope this helps rather than confuse you more lol @Rat :)
 
Last edited by a moderator:
Back
Top