mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
Add token errors for recordings (VDR >= 2.5.4)
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
{isHD} true if recording is HD/UHD (from EPG info)
|
||||
{isUHD} true if recording is UHD (from EPG info)
|
||||
{isRadio} true if recording is AudioOnly (from EPG info)
|
||||
{errors} recording errors (-1 if not available)
|
||||
-->
|
||||
<detailheader>
|
||||
</detailheader>
|
||||
@@ -57,6 +58,7 @@
|
||||
{isHD} true if recording is HD/UHD (from EPG info)
|
||||
{isUHD} true if recording is HD (from EPG info)
|
||||
{isRadio} true if recording is AudioOnly (from EPG info)
|
||||
{errors} recording errors (-1 if not available)
|
||||
|
||||
{recordingsize} size of recording (automatically in GB / MB)
|
||||
{recordingsizecutted} size of cutted recording (automatically in GB / MB)
|
||||
|
||||
@@ -39,6 +39,7 @@
|
||||
{isHD} true if recording is HD/UHD (from EPG info)
|
||||
{isUHD} true if recording is UHD (from EPG info)
|
||||
{isRadio} true if recording is AudioOnly (from EPG info)
|
||||
{errors} recording errors (-1 if not available)
|
||||
-->
|
||||
<listelement>
|
||||
</listelement>
|
||||
@@ -84,6 +85,7 @@
|
||||
{isHD} true if recording is HD/UHD (from EPG info)
|
||||
{isUHD} true if recording is UHD (from EPG info)
|
||||
{isRadio} true if recording is AudioOnly (from EPG info)
|
||||
{errors} recording errors (-1 if not available)
|
||||
-->
|
||||
<currentelement delay="500" fadetime="0">
|
||||
</currentelement>
|
||||
|
||||
Reference in New Issue
Block a user