diff --git a/dashboard-ui/moviestudios.html b/dashboard-ui/moviestudios.html
new file mode 100644
index 0000000000..bf0c442833
--- /dev/null
+++ b/dashboard-ui/moviestudios.html
@@ -0,0 +1,25 @@
+
+
+
+
Media Browser
+
+
+
+
+
diff --git a/dashboard-ui/scripts/librarybrowser.js b/dashboard-ui/scripts/librarybrowser.js
index e12f185335..f46540d589 100644
--- a/dashboard-ui/scripts/librarybrowser.js
+++ b/dashboard-ui/scripts/librarybrowser.js
@@ -150,6 +150,15 @@
if (item.Type == "BoxSet") {
return "boxset.html?id=" + item.Id;
}
+ if (item.Type == "Genre") {
+ return "itembynamedetails.html?genre=" + item.Name;
+ }
+ if (item.Type == "Studio") {
+ return "itembynamedetails.html?studio=" + item.Name;
+ }
+ if (item.Type == "Person") {
+ return "itembynamedetails.html?person=" + item.Name;
+ }
return item.IsFolder ? (item.Id ? "itemList.html?parentId=" + item.Id : "#") : "itemdetails.html?id=" + item.Id;
diff --git a/dashboard-ui/scripts/moviepeople.js b/dashboard-ui/scripts/moviepeople.js
new file mode 100644
index 0000000000..5f282702bb
--- /dev/null
+++ b/dashboard-ui/scripts/moviepeople.js
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/dashboard-ui/scripts/moviesrecommended.js b/dashboard-ui/scripts/moviesrecommended.js
index e53102a83f..3e83e0cec8 100644
--- a/dashboard-ui/scripts/moviesrecommended.js
+++ b/dashboard-ui/scripts/moviesrecommended.js
@@ -74,7 +74,8 @@
$('#trailerItems', page).html(LibraryBrowser.getPosterViewHtml({
items: result.Items,
- useAverageAspectRatio: true
+ useAverageAspectRatio: true,
+ showNewIndicator: false
}));
});
diff --git a/dashboard-ui/scripts/moviestudios.js b/dashboard-ui/scripts/moviestudios.js
new file mode 100644
index 0000000000..5f282702bb
--- /dev/null
+++ b/dashboard-ui/scripts/moviestudios.js
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/dashboard-ui/scripts/tvstudios.js b/dashboard-ui/scripts/tvstudios.js
new file mode 100644
index 0000000000..5f282702bb
--- /dev/null
+++ b/dashboard-ui/scripts/tvstudios.js
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/dashboard-ui/tvseries.html b/dashboard-ui/tvseries.html
index f7d1d681c6..3842bf8287 100644
--- a/dashboard-ui/tvseries.html
+++ b/dashboard-ui/tvseries.html
@@ -17,9 +17,10 @@
Actors