diff options
author | chriszero <zerov83@gmail.com> | 2015-05-03 17:20:03 +0200 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-05-03 17:20:03 +0200 |
commit | f7196f23bc0ed500dcf1f60b794caa9a9f76a751 (patch) | |
tree | 7fcab9a27a06ca43818e9cdd63977769753fb92f /templates/plug-plex-root.xml | |
parent | 6708c32ab31bb90781bb5e3743cb81ae72748edd (diff) | |
download | vdr-plugin-plex-f7196f23bc0ed500dcf1f60b794caa9a9f76a751.tar.gz vdr-plugin-plex-f7196f23bc0ed500dcf1f60b794caa9a9f76a751.tar.bz2 |
- Playmarks for skindesigner
- More tokens (mediainfo, codes, etc)
- Updated translation
Diffstat (limited to 'templates/plug-plex-root.xml')
-rw-r--r-- | templates/plug-plex-root.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/plug-plex-root.xml b/templates/plug-plex-root.xml index ba7cd16..3a8d7bf 100644 --- a/templates/plug-plex-root.xml +++ b/templates/plug-plex-root.xml @@ -20,6 +20,13 @@ <viewelement name="time"> </viewelement> + <!-- Available Variables message: + {displaymessage} bool: message displayed? + {message} string: message to display + --> + <viewelement name="message"> + </viewelement> + <!-- Tokens available in background {selecteditembackground} image @@ -80,6 +87,18 @@ {summary} Description, plot, summary {studio} Studio {year} Year of production + {viewCount} Unseen if less than 1 + + {videoResolution} string (sd, 720, 1080) + {bitrate} int + {width} int + {height} int + {audioChannels} int + {aspectRatio} string (1.33, 1.78, 1.85, 2.35) + {audioCodec} string (aac, mp3, mp2, ac3, dca) hint: dca==DTS + {videoCodec} string (mpeg4, msmpeg4, h264) + {container} string (avi, mp4, mkv) + {videoFrameRate} string (PAL, NTSC, 24p) {ismovie} {isepisode} |