diff options
| author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-01-17 14:23:33 +0100 |
|---|---|---|
| committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-01-17 14:27:02 +0100 |
| commit | c5f0b5d3f8ef1564d119dafa34d3c285d9b9a2a4 (patch) | |
| tree | 3bfd83dad842940eaf3d5899d8c95988647215a8 /skinskeleton | |
| parent | bc9cb23ed73c7b85210c8948135773b973fc2927 (diff) | |
| download | vdr-plugin-skindesigner-c5f0b5d3f8ef1564d119dafa34d3c285d9b9a2a4.tar.gz vdr-plugin-skindesigner-c5f0b5d3f8ef1564d119dafa34d3c285d9b9a2a4.tar.bz2 | |
added tokens for framesPerSecond and isHD (Submitted by Peter Bieringer)
Diffstat (limited to 'skinskeleton')
| -rw-r--r-- | skinskeleton/xmlfiles/displaymenudetailrecording.xml | 4 | ||||
| -rw-r--r-- | skinskeleton/xmlfiles/displaymenurecordings.xml | 6 |
2 files changed, 9 insertions, 1 deletions
diff --git a/skinskeleton/xmlfiles/displaymenudetailrecording.xml b/skinskeleton/xmlfiles/displaymenudetailrecording.xml index 94f1303..989763a 100644 --- a/skinskeleton/xmlfiles/displaymenudetailrecording.xml +++ b/skinskeleton/xmlfiles/displaymenudetailrecording.xml @@ -29,6 +29,8 @@ {recchannelname} name of channel from which was recorded {recchannelid} id of channel from which was recorded {recchannelnumber} number of channel from which was recorded + {framesPerSecond} frames per second (from EPG info) + {isHD} true if recording is HD (from EPG info) --> <detailheader> </detailheader> @@ -49,6 +51,8 @@ {durationeventhours} event duration, full hours {durationeventminutes} event duration, rest of minutes {cutted} true if recording is cutted + {framesPerSecond} frames per second (from EPG info) + {isHD} true if recording is HD (from EPG info) {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 959e959..16462b9 100644 --- a/skinskeleton/xmlfiles/displaymenurecordings.xml +++ b/skinskeleton/xmlfiles/displaymenurecordings.xml @@ -33,6 +33,8 @@ {posterwidth} width of scraped poster {posterheight} height of scraped poster {posterpath} absolute path of scraped poster + {framesPerSecond} frames per second (from EPG info) + {isHD} true if recording is HD (from EPG info) --> <listelement> </listelement> @@ -72,9 +74,11 @@ {bannerwidth} width of scraped banner {bannerheight} height of scraped banner {bannerpath} absolute path of scraped banner + {framesPerSecond} frames per second (from EPG info) + {isHD} true if recording is HD (from EPG info) --> <currentelement delay="500" fadetime="0"> </currentelement> </menuitems> -</menurecordings>
\ No newline at end of file +</menurecordings> |
