diff options
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> |