Rename the Arrs tab to Media Stack, now that it is one
It covers the pipeline rather than only acquisition: the arrs, the jobs that run over the same files, and the servers that play them. The label moves; the tab id, file and URL do not, so bookmarks and the cache key keep working. The settings card widens with it — Play State Sync, Media Permissions, Media Cleaner, Emby and Jellyfin were reachable only through the Settings catch-all, which is a long way to go for a setting named after the page you are on. Match is whole-word, so "Intermediate Sync" is not caught by "media"; section count is unchanged at 126 with the same 5 gaps, so nothing was taken from another tab.
This commit is contained in:
@@ -225,7 +225,7 @@ $_vv_ai = vv_ai_ui_on();
|
||||
if ($_vv_ai) $validTabs[] = 'ai';
|
||||
|
||||
if (!in_array($tab, $validTabs)) $tab = 'monitor';
|
||||
$tabLabels = ['monitor' => 'Monitor', 'scheduler' => 'Scheduler', 'docker' => 'Docker', 'watchdog' => 'Watchdog', 'partnership' => 'Partnership', 'fallback' => 'FallBack', 'arrs' => 'Arrs', 'rsync' => 'Rsync', 'auth' => 'Auth Stack', 'settings' => 'Settings', 'ai' => 'AI'];
|
||||
$tabLabels = ['monitor' => 'Monitor', 'scheduler' => 'Scheduler', 'docker' => 'Docker', 'watchdog' => 'Watchdog', 'partnership' => 'Partnership', 'fallback' => 'FallBack', 'arrs' => 'Media Stack', 'rsync' => 'Rsync', 'auth' => 'Auth Stack', 'settings' => 'Settings', 'ai' => 'AI'];
|
||||
|
||||
// Cache stamp for the stylesheet and script below. Both are served straight off the plugin
|
||||
// directory at a path that never changes, so a browser holding an old copy keeps using it after
|
||||
|
||||
Reference in New Issue
Block a user