diff options
author | chriszero <zerov83@gmail.com> | 2015-05-17 21:13:14 +0200 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-05-17 21:13:14 +0200 |
commit | d15cd5a30174c7864051d42ba58cd31570fc8ed5 (patch) | |
tree | c3f62de9cf1f43ad28864012bbce168f323a3308 /templates/plug-plex-root.xml | |
parent | 80d1c613e8055567644abab38707378960b5d809 (diff) | |
download | vdr-plugin-plex-d15cd5a30174c7864051d42ba58cd31570fc8ed5.tar.gz vdr-plugin-plex-d15cd5a30174c7864051d42ba58cd31570fc8ed5.tar.bz2 |
...
Diffstat (limited to 'templates/plug-plex-root.xml')
-rw-r--r-- | templates/plug-plex-root.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/plug-plex-root.xml b/templates/plug-plex-root.xml index 506449e..e6be997 100644 --- a/templates/plug-plex-root.xml +++ b/templates/plug-plex-root.xml @@ -28,6 +28,7 @@ </viewelement> <!-- Tokens available in background + {viewmode} int: enum Cover = 0, List = 1, Detail = 2 {selecteditembackground} image {isdirectory} @@ -38,6 +39,7 @@ <!-- Tokens available in header and infopane Same as in browser + {tabname} Name of active Tab --> <viewelement name="header"> </viewelement> @@ -46,6 +48,7 @@ </viewelement> <!-- Tokens available in browser + {viewmode} int: enum Cover = 0, List = 1, Detail = 2 {current} bool, currently active element {title} string, Name of the element {viewgroup} int: {UNDEF = 0, MOVIE = 1, SHOW = 2, SEASON = 3, EPISODE = 4, MUSIC, PHOTO}; |