diff options
author | chriszero <zerov83@gmail.com> | 2015-05-04 19:55:58 +0200 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-05-04 19:55:58 +0200 |
commit | 56c8a3fbaa9530c17d3a4bbb1852ef5e4b0f3f30 (patch) | |
tree | 7b61062ab44c40bacf4c86ad0cac72b6bc7f7614 /templates | |
parent | f7196f23bc0ed500dcf1f60b794caa9a9f76a751 (diff) | |
download | vdr-plugin-plex-56c8a3fbaa9530c17d3a4bbb1852ef5e4b0f3f30.tar.gz vdr-plugin-plex-56c8a3fbaa9530c17d3a4bbb1852ef5e4b0f3f30.tar.bz2 |
Add Token "rating"
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 3a8d7bf..be631f8 100644 --- a/templates/plug-plex-root.xml +++ b/templates/plug-plex-root.xml @@ -80,7 +80,8 @@ 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 + {contentrating} string, FSK, PEGI + {rating} int, starrating 0.0 - 10.0 multiplied by 10 -> 0 - 100, use sprintf and divide by 10 {viewoffset} int, minutes, last viewed position {duration} int, minutes, total duration {orginaltitle} original title |