expose on top of isHD now also isUHD for recordings

This commit is contained in:
Peter Bieringer
2021-01-20 21:37:36 +01:00
parent ce520980fd
commit 4c4b9f7837
8 changed files with 51 additions and 5 deletions

View File

@@ -30,7 +30,8 @@
{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)
{isHD} true if recording is HD/UHD (from EPG info)
{isUHD} true if recording is UHD (from EPG info)
-->
<detailheader>
</detailheader>
@@ -52,7 +53,8 @@
{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)
{isHD} true if recording is HD/UHD (from EPG info)
{isUHD} 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)

View File

@@ -34,7 +34,8 @@
{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)
{isHD} true if recording is HD/UHD (from EPG info)
{isUHD} true if recording is UHD (from EPG info)
-->
<listelement>
</listelement>
@@ -75,7 +76,8 @@
{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)
{isHD} true if recording is HD/UHD (from EPG info)
{isUHD} true if recording is UHD (from EPG info)
-->
<currentelement delay="500" fadetime="0">
</currentelement>