forked from OpenELEC/service.openelec.settings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
executable file
·19 lines (18 loc) · 1.35 KB
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.openelec.settings"
name="OpenELEC Configuration"
version="0.1.18"
provider-name="OpenELEC">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.script" library="default.py"></extension>
<extension point="xbmc.service" library="service.py" start="startup"></extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">OpenELEC Configuration</summary>
<description lang="en">Use this addon to manage your OpenELEC system's underlying operating system. From here you can manage the entire system so you don't have to worry about what runs under the hood.[CR][CR]From here you can change your network connectivity, your keyboard layout and language and enable/disable remote access including Samba and SSH.</description>
<summary lang="de">OpenELEC Konfiguration</summary>
<description lang="de">Verwenden Sie dieses Addon um das Betriebbssystem auf dem OpenELEC läuft zu administrieren. Von hier aus können sie das gesamte System verwalten ohne sich gedanken zu machen was im Hintergrund läuft.[CR][CR]Hier haben Sie die möglichkeit Netzwerkeinstellungen, Tastaturlayouts oder Systemdienste wie SSH oder Samba zu konfigurieren.</description>
</extension>
</addon>