Add option to randomly sort music albums

This commit is contained in:
André Carvalho 2019-12-05 10:21:26 +00:00
parent ba8949aa36
commit 44ec998690
3 changed files with 5 additions and 0 deletions

View File

@ -241,6 +241,9 @@ define(["layoutManager", "playbackManager", "loading", "events", "libraryBrowser
}, {
name: Globalize.translate("OptionReleaseDate"),
id: "ProductionYear,PremiereDate,SortName"
}, {
name: Globalize.translate("OptionRandom"),
id: "Random,SortName"
}],
callback: function () {
getQuery().StartIndex = 0;

View File

@ -1358,6 +1358,7 @@
"RefreshQueued": "Refresh queued.",
"Play": "Play",
"PasswordResetProviderHelp": "Choose a Password Reset Provider to be used when this user requests a password reset",
"OptionRandom": "Random",
"OptionTuesday": "Tuesday",
"OptionReleaseDate": "Release Date",
"OptionDisplayFolderViewHelp": "Display folders alongside your other media libraries. This can be useful if you'd like to have a plain folder view.",

View File

@ -1158,6 +1158,7 @@
"OptionProfileVideoAudio": "Video Audio",
"OptionProtocolHls": "HTTP Live Streaming",
"OptionProtocolHttp": "HTTP",
"OptionRandom": "Random",
"OptionRegex": "Regex",
"OptionReleaseDate": "Release Date",
"OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",