diff options
author | louis <louis.braun@gmx.de> | 2015-07-25 14:19:32 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-07-25 14:19:32 +0200 |
commit | 6e0f56e56c8eae6052d59f840f7108befa389693 (patch) | |
tree | 56379a0ad187362a5a1fbc96151834a5f3436319 /skinskeleton/xmlfiles | |
parent | d9c5219f430e6963e239fa21f965aa1bf1b90ab0 (diff) | |
download | vdr-plugin-skindesigner-6e0f56e56c8eae6052d59f840f7108befa389693.tar.gz vdr-plugin-skindesigner-6e0f56e56c8eae6052d59f840f7108befa389693.tar.bz2 |
added progressmodeonly viewelement in displayreplay
Diffstat (limited to 'skinskeleton/xmlfiles')
-rw-r--r-- | skinskeleton/xmlfiles/displayreplay.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/skinskeleton/xmlfiles/displayreplay.xml b/skinskeleton/xmlfiles/displayreplay.xml index 98bc451..911b6be 100644 --- a/skinskeleton/xmlfiles/displayreplay.xml +++ b/skinskeleton/xmlfiles/displayreplay.xml @@ -122,11 +122,21 @@ <controliconsmodeonly> </controliconsmodeonly> + <!-- Available Variables progressmodeonly: + {current} current frame of recording + {total} total frames of recording + {timecurrent} current time in hh:mm:ss or mm:ss if shorter that one hour + {timetotal} total time in hh:mm:ss or mm:ss if shorter that one hour + --> + <progressmodeonly> + </progressmodeonly> + <!-- Available Variables jump: {jump} time to jump to in hh:mm --> <jump> </jump> + <!-- Available Variables message: {text} message text {status} true if message is a status message |