mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
added tokens for framesPerSecond and isHD (Submitted by Peter Bieringer)
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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>
|
||||
</menurecordings>
|
||||
|
||||
Reference in New Issue
Block a user