From d713240a1de5baf2518112dde00a19e928336365 Mon Sep 17 00:00:00 2001
From: Luke Pulverenti
- Anything not listed, including custom media types supported by plugins (e.g. photos, games) should be classified as general or mixed content. + Anything unlisted should be classified as general or mixed content. +
++ * Requires the use of a plugin, e.g. GameBrowser or MB Photos.
diff --git a/dashboard-ui/scripts/medialibrarypage.js b/dashboard-ui/scripts/medialibrarypage.js index cae775e34f..73f281ebeb 100644 --- a/dashboard-ui/scripts/medialibrarypage.js +++ b/dashboard-ui/scripts/medialibrarypage.js @@ -238,10 +238,12 @@ { name: "General or mixed content", value: "" }, { name: "Adult videos", value: "adultvideos" }, { name: "Box sets", value: "boxsets" }, + { name: "Games*", value: "games" }, { name: "Home videos", value: "homevideos" }, { name: "Movies", value: "movies" }, { name: "Music", value: "music" }, { name: "Music videos", value: "musicvideos" }, + { name: "Photos*", value: "photos" }, { name: "Trailers", value: "trailers" }, { name: "TV shows", value: "tvshows" } diff --git a/dashboard-ui/wizardlibrary.html b/dashboard-ui/wizardlibrary.html index eeb1e73188..76b1953f15 100644 --- a/dashboard-ui/wizardlibrary.html +++ b/dashboard-ui/wizardlibrary.html @@ -44,7 +44,10 @@
- Anything not listed, including custom media types supported by plugins (e.g. photos, games) should be classified as general or mixed content. + Anything unlisted should be classified as general or mixed content. +
++ * Requires the use of a plugin, e.g. GameBrowser or MB Photos.