|
@@ -2539,7 +2539,7 @@ function getHomepageList()
|
|
|
'value' => $GLOBALS['tautulliApikey']
|
|
'value' => $GLOBALS['tautulliApikey']
|
|
|
)
|
|
)
|
|
|
),
|
|
),
|
|
|
- 'Misc Options' => array(
|
|
|
|
|
|
|
+ 'Library Stats' => array(
|
|
|
array(
|
|
array(
|
|
|
'type' => 'switch',
|
|
'type' => 'switch',
|
|
|
'name' => 'tautulliLibraries',
|
|
'name' => 'tautulliLibraries',
|
|
@@ -2547,6 +2547,15 @@ function getHomepageList()
|
|
|
'value' => $GLOBALS['tautulliLibraries'],
|
|
'value' => $GLOBALS['tautulliLibraries'],
|
|
|
'help' => 'Shows/hides the card with library information.',
|
|
'help' => 'Shows/hides the card with library information.',
|
|
|
),
|
|
),
|
|
|
|
|
+ array(
|
|
|
|
|
+ 'type' => 'select',
|
|
|
|
|
+ 'name' => 'homepageTautulliLibraryAuth',
|
|
|
|
|
+ 'label' => 'Minimum Authentication',
|
|
|
|
|
+ 'value' => $GLOBALS['homepageTautulliLibraryAuth'],
|
|
|
|
|
+ 'options' => $groups
|
|
|
|
|
+ ),
|
|
|
|
|
+ ),
|
|
|
|
|
+ 'Viewing Stats' => array(
|
|
|
array(
|
|
array(
|
|
|
'type' => 'switch',
|
|
'type' => 'switch',
|
|
|
'name' => 'tautulliPopularMovies',
|
|
'name' => 'tautulliPopularMovies',
|
|
@@ -2575,6 +2584,16 @@ function getHomepageList()
|
|
|
'value' => $GLOBALS['tautulliTopTV'],
|
|
'value' => $GLOBALS['tautulliTopTV'],
|
|
|
'help' => 'Shows/hides the card with Top TV information.',
|
|
'help' => 'Shows/hides the card with Top TV information.',
|
|
|
),
|
|
),
|
|
|
|
|
+ array(
|
|
|
|
|
+ 'type' => 'select',
|
|
|
|
|
+ 'name' => 'homepageTautulliViewsAuth',
|
|
|
|
|
+ 'label' => 'Minimum Authentication',
|
|
|
|
|
+ 'value' => $GLOBALS['homepageTautulliViewsAuth'],
|
|
|
|
|
+ 'options' => $groups
|
|
|
|
|
+ ),
|
|
|
|
|
+ ),
|
|
|
|
|
+ 'Misc Stats' => array(
|
|
|
|
|
+
|
|
|
array(
|
|
array(
|
|
|
'type' => 'switch',
|
|
'type' => 'switch',
|
|
|
'name' => 'tautulliTopUsers',
|
|
'name' => 'tautulliTopUsers',
|
|
@@ -2589,6 +2608,13 @@ function getHomepageList()
|
|
|
'value' => $GLOBALS['tautulliTopPlatforms'],
|
|
'value' => $GLOBALS['tautulliTopPlatforms'],
|
|
|
'help' => 'Shows/hides the card with Top Platforms information.',
|
|
'help' => 'Shows/hides the card with Top Platforms information.',
|
|
|
),
|
|
),
|
|
|
|
|
+ array(
|
|
|
|
|
+ 'type' => 'select',
|
|
|
|
|
+ 'name' => 'homepageTautulliMiscAuth',
|
|
|
|
|
+ 'label' => 'Minimum Authentication',
|
|
|
|
|
+ 'value' => $GLOBALS['homepageTautulliMiscAuth'],
|
|
|
|
|
+ 'options' => $groups
|
|
|
|
|
+ ),
|
|
|
),
|
|
),
|
|
|
)
|
|
)
|
|
|
),
|
|
),
|