0.2.94
This commit is contained in:
@@ -130,6 +130,21 @@ var preferenceCatalogue = []preferenceDefinition{
|
||||
Description: "Show third-party ratings on browse and detail pages.",
|
||||
Kind: preferenceToggle, Default: true,
|
||||
},
|
||||
{
|
||||
// This is operator-owned because the hero is a shared piece of the launcher's
|
||||
// composition, not a per-television preference. The multi value keeps its order.
|
||||
Key: "metadataHeroContentOrder", Name: "Metadata hero content order", Area: "Home layout",
|
||||
Description: "The order of title, ratings, facts, genre and plot summary in the focused metadata hero.",
|
||||
Kind: preferenceMulti, AdminOnly: true,
|
||||
Default: []string{"title", "ratings", "facts", "genres", "summary"},
|
||||
Options: []preferenceOption{
|
||||
option("title", "Movie logo or title"),
|
||||
option("ratings", "Ratings"),
|
||||
option("facts", "Metadata facts"),
|
||||
option("genres", "Genre"),
|
||||
option("summary", "Plot summary"),
|
||||
},
|
||||
},
|
||||
{
|
||||
Key: "hideWatchedMovies", Name: "Hide watched films", Area: "Home",
|
||||
Description: "Keep fully watched films out of browse rows and the hero.",
|
||||
|
||||
Reference in New Issue
Block a user