diff options
author | louis <louis.braun@gmx.de> | 2015-01-13 09:31:00 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-01-13 09:31:00 +0100 |
commit | 0c1e557f70c3022ded540049de09c17b2d88715c (patch) | |
tree | e78bccc4d9db17435b4c39f742489a077858be8f /skinskeleton | |
parent | c188d8f1900371d8e344f028200dabe15cc81e93 (diff) | |
download | vdr-plugin-skindesigner-0c1e557f70c3022ded540049de09c17b2d88715c.tar.gz vdr-plugin-skindesigner-0c1e557f70c3022ded540049de09c17b2d88715c.tar.bz2 |
added channel info to displaymenudetailrecording
Diffstat (limited to 'skinskeleton')
-rw-r--r-- | skinskeleton/xmlfiles/displaymenudetailrecording.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/skinskeleton/xmlfiles/displaymenudetailrecording.xml b/skinskeleton/xmlfiles/displaymenudetailrecording.xml index 0fa3a21..23d1417 100644 --- a/skinskeleton/xmlfiles/displaymenudetailrecording.xml +++ b/skinskeleton/xmlfiles/displaymenudetailrecording.xml @@ -25,6 +25,9 @@ {bannerpath} path of banner {recimgavailable} true if a recording image is available in the recording path {recimgpath} path of rec image + {recchannelname} name of channel from which was recorded + {recchannelid} id of channel from which was recorded + {recchannelnumber} number of channel from which was recorded --> <detailheader> </detailheader> @@ -51,6 +54,9 @@ {recordingbitrate} bitrate of recording (in MBit/s) {recordingformat} format of recording (TS / PS) {searchtimer} name of accordign searchtimer (if available) + {recchannelname} name of channel from which was recorded + {recchannelid} id of channel from which was recorded + {recchannelnumber} number of channel from which was recorded {recimg1avaialble} true if first recording image is available {recimg2avaialble} true if first recording image is available |