diff options
author | louis <louis.braun@gmx.de> | 2016-03-03 16:54:13 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2016-03-03 16:54:13 +0100 |
commit | f2c492d81ced0ff587af5bcb5a88e66c38169596 (patch) | |
tree | fbaf3ccc429588c2e0a51694c58e6f088670a08d /skinskeleton | |
parent | 2abeee2337b5254ee23b123f2493d4d1cbc0fac7 (diff) | |
download | vdr-plugin-skindesigner-f2c492d81ced0ff587af5bcb5a88e66c38169596.tar.gz vdr-plugin-skindesigner-f2c492d81ced0ff587af5bcb5a88e66c38169596.tar.bz2 |
fixed skinskeleton for compatibility with version 0.8
Diffstat (limited to 'skinskeleton')
-rw-r--r-- | skinskeleton/xmlfiles/displaymenu.xml | 18 | ||||
-rw-r--r-- | skinskeleton/xmlfiles/displaymenumain.xml | 25 |
2 files changed, 20 insertions, 23 deletions
diff --git a/skinskeleton/xmlfiles/displaymenu.xml b/skinskeleton/xmlfiles/displaymenu.xml index 2f4193f..eadc5a8 100644 --- a/skinskeleton/xmlfiles/displaymenu.xml +++ b/skinskeleton/xmlfiles/displaymenu.xml @@ -61,15 +61,6 @@ {sorttime} true if menu is sorted by time {sortprovider} true if menu is sorted by provider --> - <sortmode> - </sortmode> - <!-- Available Variables message: - {text} message text - {status} true if message is an status message - {info} true if message is an info message - {warning} true if message is an warn message - {error} true if message is an error message - --> <message> </message> <!-- Available Variables colorbuttons: @@ -94,6 +85,15 @@ {yellow} label of yellow button {blue} label of blue button --> + <sortmode> + </sortmode> + <!-- Available Variables message: + {text} message text + {status} true if message is an status message + {info} true if message is an info message + {warning} true if message is an warn message + {error} true if message is an error message + --> <colorbuttons> </colorbuttons> <!-- Available Variables scrollbar: diff --git a/skinskeleton/xmlfiles/displaymenumain.xml b/skinskeleton/xmlfiles/displaymenumain.xml index 6124c25..27f3cab 100644 --- a/skinskeleton/xmlfiles/displaymenumain.xml +++ b/skinskeleton/xmlfiles/displaymenumain.xml @@ -17,7 +17,7 @@ {timers[channellogoexists]} true if channel logo exists {timers[isremotetimer]} true if timer is a remote timer from remotetimers plugin --> - <timers detached="false"> + <timers> </timers> <!-- Available Variables lastrecordings: 10 newest recordings @@ -33,7 +33,7 @@ {recordings[posterwidth]} width of poster {recordings[posterheight]} height of poster --> - <lastrecordings detached="false"> + <lastrecordings> </lastrecordings> <!-- Available Variables discusage: @@ -44,12 +44,11 @@ {discalert} true if disc usage is > 95% {vdrusagestring} localized VDR internal usage string --> - <discusage detached="false"> + <discusage> </discusage> <!-- Available Variables devices: signalstrength and -quality are only set if not mode="light" is used in <devices> - execution slow, should be detached {numdevices} number of available devices {devices[]} array with available devices {devices[num]} number of current device @@ -67,13 +66,13 @@ {devices[channelid]} ID of the currently tuned channel {devices[source]} source of the currently tuned channel --> - <devices mode="full|light" detached="false"> + <devices> </devices> <!-- Available Variables systemload: {load} current system load --> - <systemload detached="false"> + <systemload> </systemload> <!-- Available Variables systemmemory: @@ -81,23 +80,21 @@ {usedmem} currently used system memory in MB {usedmempercent} currently used system memory in Percent --> - <systemmemory detached="false"> + <systemmemory> </systemmemory> <!-- Available Variables vdrstatistics: - execution slow, should be detached {vdrcpu} current cpu usage of vdr process in percent {vdrmem} current mem usage of vdr process in percent --> - <vdrstatistics detached="false"> + <vdrstatistics> </vdrstatistics> <!-- Available Variables tempreatures: - execution slow, should be detached {cputemp} current cpu temperature in °C {gputemp} current gpu temperature in °C --> - <temperatures detached="false"> + <temperatures> </temperatures> <!-- Available Variables currentschedule: @@ -121,7 +118,7 @@ {bannerwidth} width of banner in pixel {bannerheight} height of banner in pixel --> - <currentschedule detached="false"> + <currentschedule> </currentschedule> <!-- Available Variables currentweather: @@ -144,7 +141,7 @@ {pressure} pressure in HPo {ozone} ozone value in DU --> - <currentweather detached="false"> + <currentweather> </currentweather> <!-- Available Variables customtokens: @@ -152,7 +149,7 @@ For instance, use an appropriate script which runs periodically as cronjob and sets these custom tokens with svdrpsend or dbus2vdr --> - <customtokens detached="false"> + <customtokens> </customtokens> <menuitems x="0" y="0" orientation="vertical" width="100%" height="100%" align="center" numlistelements="8"> |