diff --git a/dashboard-ui/autoorganizelog.html b/dashboard-ui/autoorganizelog.html index 6d5ec56f5f..3c63fdef50 100644 --- a/dashboard-ui/autoorganizelog.html +++ b/dashboard-ui/autoorganizelog.html @@ -4,7 +4,7 @@ ${TitleAutoOrganize} -
+
@@ -30,8 +30,7 @@ ${HeaderDestination} - - +
diff --git a/dashboard-ui/autoorganizetv.html b/dashboard-ui/autoorganizetv.html index febd2762aa..17a89b512b 100644 --- a/dashboard-ui/autoorganizetv.html +++ b/dashboard-ui/autoorganizetv.html @@ -4,7 +4,7 @@ ${TitleAutoOrganize} -
+
diff --git a/dashboard-ui/dashboardgeneral.html b/dashboard-ui/dashboardgeneral.html index 15df0a3a5d..24de552c32 100644 --- a/dashboard-ui/dashboardgeneral.html +++ b/dashboard-ui/dashboardgeneral.html @@ -4,7 +4,7 @@ ${TitleServer} -
+
diff --git a/dashboard-ui/library.html b/dashboard-ui/library.html index a656a21eea..527602a319 100644 --- a/dashboard-ui/library.html +++ b/dashboard-ui/library.html @@ -38,7 +38,7 @@
-
+
diff --git a/dashboard-ui/scripts/mediaplayer-video.js b/dashboard-ui/scripts/mediaplayer-video.js index 8148f5b554..0038f71908 100644 --- a/dashboard-ui/scripts/mediaplayer-video.js +++ b/dashboard-ui/scripts/mediaplayer-video.js @@ -1062,7 +1062,7 @@ level: '3', // None of the browsers seem to like this - EnableAutoStreamCopy: false + //EnableAutoStreamCopy: false })); if (isStatic && mediaSource.Protocol == 'Http' && !mediaSource.RequiredHttpHeaders.length) { @@ -1119,7 +1119,6 @@ html += ''; } - // Live streams seem to function better with mp4 var mp4BeforeWebm = self.getVideoTranscodingExtension() != '.webm'; if (mp4BeforeWebm) { diff --git a/dashboard-ui/scripts/mediaplayer.js b/dashboard-ui/scripts/mediaplayer.js index 39f04472d6..0a0c4833b9 100644 --- a/dashboard-ui/scripts/mediaplayer.js +++ b/dashboard-ui/scripts/mediaplayer.js @@ -104,7 +104,9 @@ } // Chrome, Firefox or IE with plugin installed - if (self.canPlayWebm()) { + // For some reason in chrome pausing mp4 is causing the video to fail. + // So for now it will have to prioritize webm + if (self.canPlayWebm() && ($.browser.chrome || $.browser.msie)) { return '.webm'; } diff --git a/dashboard-ui/useredit.html b/dashboard-ui/useredit.html index 956121d0d5..0863f77078 100644 --- a/dashboard-ui/useredit.html +++ b/dashboard-ui/useredit.html @@ -79,6 +79,7 @@
+
${OptionHideUserFromLoginHelp}

diff --git a/dashboard-ui/wizardlibrary.html b/dashboard-ui/wizardlibrary.html index 0d2941ed5d..848bc3a1ad 100644 --- a/dashboard-ui/wizardlibrary.html +++ b/dashboard-ui/wizardlibrary.html @@ -9,9 +9,14 @@
-

- ${HeaderSetupLibrary}

- + +
+

+ ${HeaderSetupLibrary} +

+ ${ButtonHelp} +
+

@@ -19,7 +24,6 @@

-

${ReferToMediaLibraryWiki}

- +
@@ -52,7 +56,7 @@
- +