diff options
author | chriszero <zerov83@gmail.com> | 2015-05-19 19:06:22 +0200 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-05-19 19:06:22 +0200 |
commit | 86cfa7fa64406971990160db56b71c7a71dcf3e5 (patch) | |
tree | 8f6d5ba092b16c1c282cd7519a45753bad4be894 /templates/plug-plex-root.xml | |
parent | d15cd5a30174c7864051d42ba58cd31570fc8ed5 (diff) | |
download | vdr-plugin-plex-86cfa7fa64406971990160db56b71c7a71dcf3e5.tar.gz vdr-plugin-plex-86cfa7fa64406971990160db56b71c7a71dcf3e5.tar.bz2 |
- Dedicicated grid for each viewmode
Diffstat (limited to 'templates/plug-plex-root.xml')
-rw-r--r-- | templates/plug-plex-root.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/templates/plug-plex-root.xml b/templates/plug-plex-root.xml index e6be997..7959dac 100644 --- a/templates/plug-plex-root.xml +++ b/templates/plug-plex-root.xml @@ -48,6 +48,8 @@ </viewelement> <!-- Tokens available in browser + {totalcount} int: total number of grid elements + {position} int: absolute position of grid element {viewmode} int: enum Cover = 0, List = 1, Detail = 2 {current} bool, currently active element {title} string, Name of the element @@ -117,7 +119,13 @@ --> - <grid name="browser"> + <grid name="coverbrowser"> + </grid> + + <grid name="detailbrowser"> + </grid> + + <grid name="listbrowser"> </grid> |