diff --git a/dashboard-ui/dashboardgeneral.html b/dashboard-ui/dashboardgeneral.html index 2038311ef..000a7b757 100644 --- a/dashboard-ui/dashboardgeneral.html +++ b/dashboard-ui/dashboardgeneral.html @@ -27,7 +27,7 @@ -
Cache:
Images by name:
Logs:
+Metadata:
Transcoding temporary files:
diff --git a/dashboard-ui/library.html b/dashboard-ui/library.html index c79186293..387789a53 100644 --- a/dashboard-ui/library.html +++ b/dashboard-ui/library.html @@ -35,7 +35,7 @@You have no plugins installed.
'; + html += ''; + html += Globalize.translate("BrowsePluginCatalogMessage"); + html += '
'; + html += 'None found. Start watching your shows!
'); - - } + })).createPosterItemMenus(); }); } diff --git a/dashboard-ui/scripts/tvupcoming.js b/dashboard-ui/scripts/tvupcoming.js index 60e3abffa..c49b3d3e0 100644 --- a/dashboard-ui/scripts/tvupcoming.js +++ b/dashboard-ui/scripts/tvupcoming.js @@ -15,9 +15,10 @@ var items = result.Items; - if (!items.length) { - $('#upcomingItems', page).html("Nothing here. Please ensure downloading of internet metadata is enabled.
").trigger('create'); - return; + if (items.length) { + $('.noItemsMessage', page).hide(); + } else { + $('.noItemsMessage', page).show(); } $('#upcomingItems', page).html(LibraryBrowser.getPosterViewHtml({ diff --git a/dashboard-ui/tvrecommended.html b/dashboard-ui/tvrecommended.html index bd73e29aa..8d23aa3a7 100644 --- a/dashboard-ui/tvrecommended.html +++ b/dashboard-ui/tvrecommended.html @@ -31,6 +31,7 @@That's all we need for now. Media Browser has begun collecting information about your media library. Check out some of our apps, and then click Finish to view the Dashboard.
+${WizardCompleted}
diff --git a/dashboard-ui/wizardimagesettings.html b/dashboard-ui/wizardimagesettings.html
index bb7f84647..41a11b872 100644
--- a/dashboard-ui/wizardimagesettings.html
+++ b/dashboard-ui/wizardimagesettings.html
@@ -1,7 +1,7 @@
-
-
+
Refer to media library wiki. A Windows Service has been installed. Media Browser Server normally runs as a desktop application with a tray icon, but if you prefer to run it as a background service, it can be started from the windows services control panel instead. ${WindowsServiceIntro1} If using the windows service, please note that it cannot be run at the same time as the tray icon, so you'll need to exit the tray in order to run the service. The service will also need to be configured with administrative privileges via the control panel. Please note that at this time the service is unable to self-update, so new versions will require manual interaction. ${WindowsServiceIntro2} This wizard will help guide you through the setup process. ${ThisWizardWillGuideYou}
-
+ Configure settings
${LabelConfigureSettings}
-
+ Setup your media library
${HeaderSetupLibrary}
-
-
+ Windows Service
${LabelWindowsService}
-
+ Welcome to Media Browser!
${WelcomeToMediaBrowser}
-