Reorganize menuorg template

This commit is contained in:
Alexander Grothe 2019-01-07 09:25:47 +01:00
parent 6f91f95d49
commit 387daa0134

View File

@ -11,8 +11,8 @@ description of the config file format.
<system name="Timers" />
<system name="Recordings" />
<plugin name="tvguide" />
<plugin name="desktop" />
<command name="Kodi" execute="frontend-dbus-send switchto kodi" />
<plugin name="desktop" />
<menu name="{{ 'VDR Plugins' | translate }}">
<plugin name="epgsearchonly" />
<plugin name="quickepgsearch" />
@ -24,7 +24,7 @@ description of the config file format.
<plugin name="osd2web" />
</menu>
<menu name="{{ 'System' | translate }}">
<menu name="Befehle">
<menu name="{{ 'Commands' | translate }}">
<command name="{{ "Safely remove usb mass storage" | translate }}" confirm="yes" execute="/usr/bin/vdr-mounter --unmount-all &amp;> /dev/null" />
<command name="{{ "Update vdr recordings list" | translate }}" execute="/usr/bin/vdr-dbus-send /Recordings recording.Update &amp;> /dev/null " />
<command name="{{ "Restart VDR" |translate }}" confirm="yes" execute="sudo /sbin/initctl restart vdr" />