diff options
author | chriszero <zerov83@gmail.com> | 2015-06-26 19:50:55 +0200 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-06-26 19:50:55 +0200 |
commit | 94c4505e7620a071f86463ec351d3e0dd35146a2 (patch) | |
tree | 6a4256ac6e4181b7b224c475a31a3b101613a054 /templates | |
parent | bc21cd691cd45ce4419a8b9d6b0ee561103c8254 (diff) | |
download | vdr-plugin-plex-94c4505e7620a071f86463ec351d3e0dd35146a2.tar.gz vdr-plugin-plex-94c4505e7620a071f86463ec351d3e0dd35146a2.tar.bz2 |
Finally fixed loop tokens
Diffstat (limited to 'templates')
-rw-r--r-- | templates/plug-plex-root.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/plug-plex-root.xml b/templates/plug-plex-root.xml index 92b99c7..49d710a 100644 --- a/templates/plug-plex-root.xml +++ b/templates/plug-plex-root.xml @@ -94,6 +94,7 @@ {seriestitle} Seriestitle {leafCount} Total leafs, episodes {viewedLeafCount} viewed Leafs, episodes + 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} @@ -131,7 +132,7 @@ {seriestitle} Title of the series/show {season} int, Season {episode} int, Episode, season based - {hasbanner} bool, Bannerstyle? + {hasbanner} bool, Bannerstyle {banner} Image path {hasseriesthumb} bool, seriesthumb (seasoncover, seriescover) {seriesthumb} Image path |