diff options
author | louis <louis.braun@gmx.de> | 2014-10-05 17:03:38 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-10-05 17:03:38 +0200 |
commit | 797e33441e1026c5d71ac824700207dd6464348f (patch) | |
tree | 75a6332d24bea47eea0465f842633fb308b11ec7 /skins | |
parent | e14982a4be688e39bb727c91c7545b2c152d5f71 (diff) | |
download | vdr-plugin-skindesigner-797e33441e1026c5d71ac824700207dd6464348f.tar.gz vdr-plugin-skindesigner-797e33441e1026c5d71ac824700207dd6464348f.tar.bz2 |
added {durationhours} and {durationminutes} tokens in several view elements
Diffstat (limited to 'skins')
-rw-r--r-- | skins/metrixhd/xmlfiles/displaychannel.xml | 4 | ||||
-rw-r--r-- | skins/metrixhd/xmlfiles/displaymenuchannels.xml | 6 | ||||
-rw-r--r-- | skins/metrixhd/xmlfiles/displaymenudetailepg.xml | 4 | ||||
-rw-r--r-- | skins/metrixhd/xmlfiles/displaymenudetailrecording.xml | 12 | ||||
-rw-r--r-- | skins/metrixhd/xmlfiles/displaymenurecordings.xml | 8 | ||||
-rw-r--r-- | skins/metrixhd/xmlfiles/displaymenuschedules.xml | 4 |
6 files changed, 35 insertions, 3 deletions
diff --git a/skins/metrixhd/xmlfiles/displaychannel.xml b/skins/metrixhd/xmlfiles/displaychannel.xml index adda3a7..ba8c347 100644 --- a/skins/metrixhd/xmlfiles/displaychannel.xml +++ b/skins/metrixhd/xmlfiles/displaychannel.xml @@ -41,6 +41,8 @@ {currentstart} Start of current Schedule in hh:mm {currentstop} End of current Schedule in hh:mm {currentduration} Duration of current Schedule in min + {currentdurationhours} Duration, full hours + {currentdurationminutes} Duration, rest of minutes {currentelapsed} Elapsed time of current Schedule in min {currentremaining} Remaining time of current Schedule in min {currentrecording} true if current Schedule is recorded @@ -50,6 +52,8 @@ {nextstart} Start of next Schedule in hh:mm {nextstop} Stop of next Schedule in hh:mm {nextduration} Duration of next Schedule in min + {nextdurationhours} Duration, full hours + {nextdurationminutes} Duration, rest of minutes {nextrecording} true if next Schedule will be recorded --> <epginfo> diff --git a/skins/metrixhd/xmlfiles/displaymenuchannels.xml b/skins/metrixhd/xmlfiles/displaymenuchannels.xml index cba4cf8..b55fadb 100644 --- a/skins/metrixhd/xmlfiles/displaymenuchannels.xml +++ b/skins/metrixhd/xmlfiles/displaymenuchannels.xml @@ -59,6 +59,8 @@ {presenteventdate} present event date in dd:mm:yy {presenteventelapsed} present event elapsed time {presenteventduration} present event duration + {presenteventdurationhours} duration, full hours + {presenteventdurationminutes} duration, rest of minutes {hasposter} true if a scraped poster is available for this elements present evemt {posterwidth} width of scraped poster {posterheight} height of scraped poster @@ -70,7 +72,9 @@ {nexteventdescription} next event description {nexteventday} next event name of day {nexteventdate} next event date in dd:mm:yy - {nexteventdate} next event duration + {nexteventduration} next event duration + {nexteventdurationhours} duration, full hours + {nexteventdurationminutes} duration, rest of minutes {schedule[]} array with following 10 schedules {schedule[title]} title of event {schedule[shorttext]} shorttext of event diff --git a/skins/metrixhd/xmlfiles/displaymenudetailepg.xml b/skins/metrixhd/xmlfiles/displaymenudetailepg.xml index 7c8c399..8dc473b 100644 --- a/skins/metrixhd/xmlfiles/displaymenudetailepg.xml +++ b/skins/metrixhd/xmlfiles/displaymenudetailepg.xml @@ -95,6 +95,8 @@ {running} true if event is currently running {elapsed} elapsed time of event, if not running 0 {duration} duration of event + {durationhours} duration, full hours + {durationminutes} duration, rest of minutes {channelid} ChannelID as path to display channel logo {ismovie} true if event is scraped as a movie {isseries} true if event is scraped as a series @@ -143,6 +145,8 @@ {running} true if event is currently running {elapsed} elapsed time of event, if not running 0 {duration} duration of event + {durationhours} duration, full hours + {durationminutes} duration, rest of minutes {channelid} ChannelID as path to display channel logo {hasreruns} true if reruns of this event are found {reruns[]} array with reruns diff --git a/skins/metrixhd/xmlfiles/displaymenudetailrecording.xml b/skins/metrixhd/xmlfiles/displaymenudetailrecording.xml index 2342ecc..47da2cb 100644 --- a/skins/metrixhd/xmlfiles/displaymenudetailrecording.xml +++ b/skins/metrixhd/xmlfiles/displaymenudetailrecording.xml @@ -91,7 +91,11 @@ {date} date of recording in dd.mm.yy {time} time of current event in hh:mm {duration} real duration of recording in minutes - {durationevent} duration of according event in minutes + {durationhours} real duration, full hours + {durationminutes} real duration, rest of minutes + {durationevent} duration of corresponding event in minutes + {durationeventhours} event duration, full hours + {durationeventminutes} event duration, rest of minutes {ismovie} true if event is scraped as a movie {isseries} true if event is scraped as a series {posteravailable} true if a poster is available @@ -134,7 +138,11 @@ {date} date of recording in dd.mm.yy {time} time of recording in hh:mm {duration} real duration of recording in minutes - {durationevent} duration of according event in minutes + {durationhours} real duration, full hours + {durationminutes} real duration, rest of minutes + {durationevent} duration of corresponding event in minutes + {durationeventhours} event duration, full hours + {durationeventminutes} event duration, rest of minutes {recordingsize} size of recording (automatically in GB / MB) {recordingsizecutted} size of cutted recording (automatically in GB / MB) diff --git a/skins/metrixhd/xmlfiles/displaymenurecordings.xml b/skins/metrixhd/xmlfiles/displaymenurecordings.xml index f7d1097..3cd7b28 100644 --- a/skins/metrixhd/xmlfiles/displaymenurecordings.xml +++ b/skins/metrixhd/xmlfiles/displaymenurecordings.xml @@ -5,7 +5,11 @@ {date} Date of recording {time} Time of recording {duration} real duration of recording in minutes + {durationhours} real duration, full hours + {durationminutes} real duration, rest of minutes {durationevent} duration of corresponding event in minutes + {durationeventhours} event duration, full hours + {durationeventminutes} event duration, rest of minutes {current} true if item is currently selected {new} true if recording is new {cutted} true if recording is cutted @@ -46,7 +50,11 @@ {date} Date of recording {time} Time of recording {duration} real duration of recording in minutes + {durationhours} real duration, full hours + {durationminutes} real duration, rest of minutes {durationevent} duration of corresponding event in minutes + {durationeventhours} event duration, full hours + {durationeventminutes} event duration, rest of minutes {new} true if recording is new {cutted} true if recording is cutted {folder} true if item is a folder diff --git a/skins/metrixhd/xmlfiles/displaymenuschedules.xml b/skins/metrixhd/xmlfiles/displaymenuschedules.xml index 5cc2e76..b24a853 100644 --- a/skins/metrixhd/xmlfiles/displaymenuschedules.xml +++ b/skins/metrixhd/xmlfiles/displaymenuschedules.xml @@ -29,6 +29,8 @@ {running} true if event is currently running {elapsed} elapsed time of event, if not running 0 {duration} duration of event + {durationhours} duration, full hours + {durationminutes} duration, rest of minutes {current} true if item is currently selected {separator} true if item is a list separator {channelname} Channel Name (for what's on now and next) @@ -110,6 +112,8 @@ {running} true if event is currently running {elapsed} elapsed time of event, if not running 0 {duration} duration of event + {durationhours} duration, full hours + {durationminutes} duration, rest of minutes {channelid} ChannelID as path to display channel logo {hasposter} true if a scraped poster is available for this element {posterwidth} width of scraped poster |