summaryrefslogtreecommitdiff
path: root/skinskeleton
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2014-10-05 17:03:38 +0200
committerlouis <louis.braun@gmx.de>2014-10-05 17:03:38 +0200
commit797e33441e1026c5d71ac824700207dd6464348f (patch)
tree75a6332d24bea47eea0465f842633fb308b11ec7 /skinskeleton
parente14982a4be688e39bb727c91c7545b2c152d5f71 (diff)
downloadvdr-plugin-skindesigner-797e33441e1026c5d71ac824700207dd6464348f.tar.gz
vdr-plugin-skindesigner-797e33441e1026c5d71ac824700207dd6464348f.tar.bz2
added {durationhours} and {durationminutes} tokens in several view elements
Diffstat (limited to 'skinskeleton')
-rw-r--r--skinskeleton/xmlfiles/displaychannel.xml4
-rw-r--r--skinskeleton/xmlfiles/displaymenuchannels.xml6
-rw-r--r--skinskeleton/xmlfiles/displaymenudetailepg.xml4
-rw-r--r--skinskeleton/xmlfiles/displaymenudetailrecording.xml16
-rw-r--r--skinskeleton/xmlfiles/displaymenurecordings.xml9
-rw-r--r--skinskeleton/xmlfiles/displaymenuschedules.xml4
6 files changed, 37 insertions, 6 deletions
diff --git a/skinskeleton/xmlfiles/displaychannel.xml b/skinskeleton/xmlfiles/displaychannel.xml
index d46aeb2..d9ce5eb 100644
--- a/skinskeleton/xmlfiles/displaychannel.xml
+++ b/skinskeleton/xmlfiles/displaychannel.xml
@@ -22,6 +22,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
@@ -31,6 +33,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/skinskeleton/xmlfiles/displaymenuchannels.xml b/skinskeleton/xmlfiles/displaymenuchannels.xml
index 242a754..be8ea3b 100644
--- a/skinskeleton/xmlfiles/displaymenuchannels.xml
+++ b/skinskeleton/xmlfiles/displaymenuchannels.xml
@@ -48,6 +48,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
@@ -59,7 +61,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/skinskeleton/xmlfiles/displaymenudetailepg.xml b/skinskeleton/xmlfiles/displaymenudetailepg.xml
index 66d5399..dcfcb2a 100644
--- a/skinskeleton/xmlfiles/displaymenudetailepg.xml
+++ b/skinskeleton/xmlfiles/displaymenudetailepg.xml
@@ -9,6 +9,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
@@ -37,6 +39,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/skinskeleton/xmlfiles/displaymenudetailrecording.xml b/skinskeleton/xmlfiles/displaymenudetailrecording.xml
index 0587e55..972d72e 100644
--- a/skinskeleton/xmlfiles/displaymenudetailrecording.xml
+++ b/skinskeleton/xmlfiles/displaymenudetailrecording.xml
@@ -4,8 +4,12 @@
{shorttext} shorttext of recording
{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
+ {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
{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
@@ -27,8 +31,12 @@
{description} description of recording
{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
+ {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
{recordingsize} size of recording (automatically in GB / MB)
{recordingsizecutted} size of cutted recording (automatically in GB / MB)
diff --git a/skinskeleton/xmlfiles/displaymenurecordings.xml b/skinskeleton/xmlfiles/displaymenurecordings.xml
index ca4023d..832bd3f 100644
--- a/skinskeleton/xmlfiles/displaymenurecordings.xml
+++ b/skinskeleton/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
@@ -31,8 +35,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
- {new} true if recording is new
+ {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
{numrecordingsfolder} if item is a folder, number of recordings in this folder
diff --git a/skinskeleton/xmlfiles/displaymenuschedules.xml b/skinskeleton/xmlfiles/displaymenuschedules.xml
index 0144bfd..39ab906 100644
--- a/skinskeleton/xmlfiles/displaymenuschedules.xml
+++ b/skinskeleton/xmlfiles/displaymenuschedules.xml
@@ -24,6 +24,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)
@@ -52,6 +54,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