mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
fix help label for music library creation
This commit is contained in:
parent
9956084443
commit
27f39e39c4
@ -3840,7 +3840,6 @@ define(['events', 'datetime', 'appSettings', 'itemHelper', 'pluginManager', 'pla
|
|||||||
player = player || this._currentPlayer || { isLocalPlayer: true };
|
player = player || this._currentPlayer || { isLocalPlayer: true };
|
||||||
|
|
||||||
if (player.isLocalPlayer) {
|
if (player.isLocalPlayer) {
|
||||||
// https://github.com/jellyfin/jellyfin/blob/master/MediaBrowser.Model/Session/GeneralCommandType.cs
|
|
||||||
var list = [
|
var list = [
|
||||||
"GoHome",
|
"GoHome",
|
||||||
"GoToSettings",
|
"GoToSettings",
|
||||||
@ -3968,7 +3967,6 @@ define(['events', 'datetime', 'appSettings', 'itemHelper', 'pluginManager', 'pla
|
|||||||
};
|
};
|
||||||
|
|
||||||
PlaybackManager.prototype.sendCommand = function (cmd, player) {
|
PlaybackManager.prototype.sendCommand = function (cmd, player) {
|
||||||
// https://github.com/jellyfin/jellyfin/blob/master/MediaBrowser.Model/Session/GeneralCommandType.cs
|
|
||||||
console.log('MediaController received command: ' + cmd.Name);
|
console.log('MediaController received command: ' + cmd.Name);
|
||||||
switch (cmd.Name) {
|
switch (cmd.Name) {
|
||||||
case 'SetRepeatMode':
|
case 'SetRepeatMode':
|
||||||
|
@ -39,7 +39,6 @@ define(['connectionManager', 'playbackManager', 'events', 'inputManager', 'focus
|
|||||||
}
|
}
|
||||||
|
|
||||||
function processGeneralCommand(cmd, apiClient) {
|
function processGeneralCommand(cmd, apiClient) {
|
||||||
// https://github.com/jellyfin/jellyfin/blob/master/MediaBrowser.Model/Session/GeneralCommandType.cs
|
|
||||||
console.log('Received command: ' + cmd.Name);
|
console.log('Received command: ' + cmd.Name);
|
||||||
switch (cmd.Name) {
|
switch (cmd.Name) {
|
||||||
case 'Select':
|
case 'Select':
|
||||||
|
@ -195,7 +195,7 @@ define(["jQuery", "apphost", "scripts/taskbutton", "loading", "libraryMenu", "gl
|
|||||||
}, {
|
}, {
|
||||||
name: globalize.translate("FolderTypeMusic"),
|
name: globalize.translate("FolderTypeMusic"),
|
||||||
value: "music",
|
value: "music",
|
||||||
message: getLink("MovieLibraryHelp", "https://jellyfin.readthedocs.io/en/latest/media/music/")
|
message: getLink("MusicLibraryHelp", "https://jellyfin.readthedocs.io/en/latest/media/music/")
|
||||||
}, {
|
}, {
|
||||||
name: globalize.translate("FolderTypeTvShows"),
|
name: globalize.translate("FolderTypeTvShows"),
|
||||||
value: "tvshows",
|
value: "tvshows",
|
||||||
@ -203,7 +203,7 @@ define(["jQuery", "apphost", "scripts/taskbutton", "loading", "libraryMenu", "gl
|
|||||||
}, {
|
}, {
|
||||||
name: globalize.translate("FolderTypeBooks"),
|
name: globalize.translate("FolderTypeBooks"),
|
||||||
value: "books",
|
value: "books",
|
||||||
message: getLink("BookLibraryHelp", "https://web.archive.org/web/20181216120305/https://github.com/MediaBrowser/Wiki/wiki/Book-naming")
|
message: getLink("BookLibraryHelp", "https://jellyfin.readthedocs.io/en/latest/media/books/")
|
||||||
}, {
|
}, {
|
||||||
name: globalize.translate("OptionHomeVideos"),
|
name: globalize.translate("OptionHomeVideos"),
|
||||||
value: "homevideos"
|
value: "homevideos"
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
"BirthLocation": "Birth location",
|
"BirthLocation": "Birth location",
|
||||||
"BirthPlaceValue": "Birth place: {0}",
|
"BirthPlaceValue": "Birth place: {0}",
|
||||||
"Blacklist": "Blacklist",
|
"Blacklist": "Blacklist",
|
||||||
"BookLibraryHelp": "Audio and text books are supported. Review the {0}Jellyfin Book naming guide{1}.",
|
"BookLibraryHelp": "Audio and text books are supported. Review the {0}book naming guide{1}.",
|
||||||
"Books": "Books",
|
"Books": "Books",
|
||||||
"Box": "Box",
|
"Box": "Box",
|
||||||
"BoxRear": "Box (rear)",
|
"BoxRear": "Box (rear)",
|
||||||
@ -997,10 +997,11 @@
|
|||||||
"MoreMediaInfo": "Media Info",
|
"MoreMediaInfo": "Media Info",
|
||||||
"MoveLeft": "Move left",
|
"MoveLeft": "Move left",
|
||||||
"MoveRight": "Move right",
|
"MoveRight": "Move right",
|
||||||
"MovieLibraryHelp": "Review the {0}Jellyfin movie naming guide{1}.",
|
"MovieLibraryHelp": "Review the {0}movie naming guide{1}.",
|
||||||
"Movies": "Movies",
|
"Movies": "Movies",
|
||||||
"MusicAlbum": "Music Album",
|
"MusicAlbum": "Music Album",
|
||||||
"MusicArtist": "Music Artist",
|
"MusicArtist": "Music Artist",
|
||||||
|
"MusicLibraryHelp": "Review the {0}music naming guide{1}.",
|
||||||
"MusicVideo": "Music Video",
|
"MusicVideo": "Music Video",
|
||||||
"Mute": "Mute",
|
"Mute": "Mute",
|
||||||
"MySubtitles": "My Subtitles",
|
"MySubtitles": "My Subtitles",
|
||||||
@ -1392,7 +1393,7 @@
|
|||||||
"Trailers": "Trailers",
|
"Trailers": "Trailers",
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "Transcoding",
|
||||||
"Tuesday": "Tuesday",
|
"Tuesday": "Tuesday",
|
||||||
"TvLibraryHelp": "Review the {0}Jellyfin TV naming guide{1}.",
|
"TvLibraryHelp": "Review the {0}TV naming guide{1}.",
|
||||||
"Uniform": "Uniform",
|
"Uniform": "Uniform",
|
||||||
"UninstallPluginConfirmation": "Are you sure you wish to uninstall {0}?",
|
"UninstallPluginConfirmation": "Are you sure you wish to uninstall {0}?",
|
||||||
"UninstallPluginHeader": "Uninstall Plugin",
|
"UninstallPluginHeader": "Uninstall Plugin",
|
||||||
|
Loading…
Reference in New Issue
Block a user