summaryrefslogtreecommitdiff
path: root/templates/plug-plex-root.xml
diff options
context:
space:
mode:
authorchriszero <zerov83@gmail.com>2015-05-19 19:06:22 +0200
committerchriszero <zerov83@gmail.com>2015-05-19 19:06:22 +0200
commit86cfa7fa64406971990160db56b71c7a71dcf3e5 (patch)
tree8f6d5ba092b16c1c282cd7519a45753bad4be894 /templates/plug-plex-root.xml
parentd15cd5a30174c7864051d42ba58cd31570fc8ed5 (diff)
downloadvdr-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.xml10
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>