diff options
author | chriszero <zerov83@gmail.com> | 2015-04-09 20:41:33 +0200 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-04-09 20:41:33 +0200 |
commit | 4bf454247a21b684f2bb0ac763adeea18a86d153 (patch) | |
tree | 87966d27bb0cbf1bea486076e0b2dc2d4a7a4d60 /skins/blackhole/xmlfiles/plug-plex-root.xml | |
parent | 376c9f258eba669892c2ab00a0863a195ff9d5e8 (diff) | |
download | vdr-plugin-plex-4bf454247a21b684f2bb0ac763adeea18a86d153.tar.gz vdr-plugin-plex-4bf454247a21b684f2bb0ac763adeea18a86d153.tar.bz2 |
more tokens
Diffstat (limited to 'skins/blackhole/xmlfiles/plug-plex-root.xml')
-rw-r--r-- | skins/blackhole/xmlfiles/plug-plex-root.xml | 48 |
1 files changed, 30 insertions, 18 deletions
diff --git a/skins/blackhole/xmlfiles/plug-plex-root.xml b/skins/blackhole/xmlfiles/plug-plex-root.xml index 67c5a2c..b1c0d83 100644 --- a/skins/blackhole/xmlfiles/plug-plex-root.xml +++ b/skins/blackhole/xmlfiles/plug-plex-root.xml @@ -60,28 +60,40 @@ </viewelement> <!-- Tokens available in browser - {current} Currently active element - {title} Name of the element - {year} - {hasthumb} - {thumb} Image/Cover - {hasart} - {art} Fanart + {current} bool, currently active element + {title} string, Name of the element - {isdummy} Condition + A dummy actually only marks a "level up" + {isdummy} bool - {isserver} Condition - {serverstartpointname} - {serverip} - {serverport} - {serverversion} - - {isdirectory} Condition - {isshow} Condition - {isseason} Condition + If the item is a server: {isserver} + {isserver} bool + {serverstartpointname} string + {serverip} string + {serverport} int + {serverversion} string + + Following tokens are avaliable if the item is a directory or video + {hasthumb} bool + {thumb} string, Image/Cover + {hasart} bool + {art} string, Fanart + + If the Item is Directory following tokens are avaliable + The item is a directory if one of the following tokens are set: {isdirectory}, {isshow}, {isseason} + + {isdirectory} Condition + {isshow} Condition + {isseason} Condition + + If the item is a video following tokens are avaliable + The item is a video if one of the following tokens are set: {ismovie}, {isepisode} + {contentrating} string, star-rating + {viewoffset} int, seconds, last viewed position + {duration} int, seconds, total duration + {ismovie} - {isepisode} {hasbanner} {banner} |