mirror of
https://github.com/DigitalDevices/pvr.octonet.git
synced 2023-10-10 13:36:57 +02:00
change settings.xml to new style
This commit is contained in:
parent
e7449d9537
commit
1736207a46
@ -1,5 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<settings>
|
||||
<!-- Octonet Server Address -->
|
||||
<setting id="octonetAddress" type="text" label="30000" default="" />
|
||||
<settings version="1">
|
||||
<section id="pvr.octonet">
|
||||
<category id="main" label="128" help="-1">
|
||||
<group id="1" label="-1">
|
||||
<!-- Octonet Server Address -->
|
||||
<setting id="octonetAddress" type="string" label="30000" help="-1">
|
||||
<level>0</level>
|
||||
<default></default>
|
||||
<constraints>
|
||||
<allowempty>true</allowempty>
|
||||
</constraints>
|
||||
<control type="edit" format="string" />
|
||||
</setting>
|
||||
</group>
|
||||
</category>
|
||||
</section>
|
||||
</settings>
|
||||
|
Loading…
Reference in New Issue
Block a user