mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Support person types for books
This commit is contained in:
parent
ebc6d274bd
commit
caf028b721
4 changed files with 22 additions and 2 deletions
|
@ -86,6 +86,7 @@
|
||||||
- [GeorgeH005](https://github.com/GeorgeH005)
|
- [GeorgeH005](https://github.com/GeorgeH005)
|
||||||
- [JPUC1143](https://github.com/Jpuc1143)
|
- [JPUC1143](https://github.com/Jpuc1143)
|
||||||
- [David Angel](https://github.com/davidangel)
|
- [David Angel](https://github.com/davidangel)
|
||||||
|
- [Pithaya](https://github.com/Pithaya)
|
||||||
|
|
||||||
## Emby Contributors
|
## Emby Contributors
|
||||||
|
|
||||||
|
|
|
@ -591,8 +591,7 @@ function setFieldVisibilities(context, item) {
|
||||||
|| item.Type === 'Genre'
|
|| item.Type === 'Genre'
|
||||||
|| item.Type === 'Studio'
|
|| item.Type === 'Studio'
|
||||||
|| item.Type === 'MusicGenre'
|
|| item.Type === 'MusicGenre'
|
||||||
|| item.Type === 'TvChannel'
|
|| item.Type === 'TvChannel') {
|
||||||
|| item.Type === 'Book') {
|
|
||||||
hideElement('#peopleCollapsible', context);
|
hideElement('#peopleCollapsible', context);
|
||||||
} else {
|
} else {
|
||||||
showElement('#peopleCollapsible', context);
|
showElement('#peopleCollapsible', context);
|
||||||
|
|
|
@ -28,6 +28,16 @@
|
||||||
<option value="Remixer">${Remixer}</option>
|
<option value="Remixer">${Remixer}</option>
|
||||||
<option value="AlbumArtist">${AlbumArtist}</option>
|
<option value="AlbumArtist">${AlbumArtist}</option>
|
||||||
<option value="Artist">${Artist}</option>
|
<option value="Artist">${Artist}</option>
|
||||||
|
<option value="Creator">${Creator}</option>
|
||||||
|
<option value="Author">${Author}</option>
|
||||||
|
<option value="Illustrator">${Illustrator}</option>
|
||||||
|
<option value="Penciller">${Penciller}</option>
|
||||||
|
<option value="Inker">${Inker}</option>
|
||||||
|
<option value="Colorist">${Colorist}</option>
|
||||||
|
<option value="Letterer">${Letterer}</option>
|
||||||
|
<option value="CoverArtist">${CoverArtist}</option>
|
||||||
|
<option value="Editor">${Editor}</option>
|
||||||
|
<option value="Translator">${Translator}</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -57,6 +57,7 @@
|
||||||
"AsManyAsPossible": "As many as possible",
|
"AsManyAsPossible": "As many as possible",
|
||||||
"AspectRatio": "Aspect Ratio",
|
"AspectRatio": "Aspect Ratio",
|
||||||
"Audio": "Audio",
|
"Audio": "Audio",
|
||||||
|
"Author": "Author",
|
||||||
"Authorize": "Authorize",
|
"Authorize": "Authorize",
|
||||||
"AuthProviderHelp": "Select an authentication provider to be used to authenticate this user's password.",
|
"AuthProviderHelp": "Select an authentication provider to be used to authenticate this user's password.",
|
||||||
"Auto": "Auto",
|
"Auto": "Auto",
|
||||||
|
@ -151,6 +152,7 @@
|
||||||
"ClearQueue": "Clear queue",
|
"ClearQueue": "Clear queue",
|
||||||
"ClientSettings": "Client Settings",
|
"ClientSettings": "Client Settings",
|
||||||
"Collections": "Collections",
|
"Collections": "Collections",
|
||||||
|
"Colorist": "Colorist",
|
||||||
"ColorPrimaries": "Color primaries",
|
"ColorPrimaries": "Color primaries",
|
||||||
"ColorSpace": "Color space",
|
"ColorSpace": "Color space",
|
||||||
"ColorTransfer": "Color transfer",
|
"ColorTransfer": "Color transfer",
|
||||||
|
@ -174,6 +176,8 @@
|
||||||
"CopyFailed": "Could not copy",
|
"CopyFailed": "Could not copy",
|
||||||
"CopyStreamURL": "Copy Stream URL",
|
"CopyStreamURL": "Copy Stream URL",
|
||||||
"CopyStreamURLSuccess": "URL copied successfully.",
|
"CopyStreamURLSuccess": "URL copied successfully.",
|
||||||
|
"CoverArtist": "Cover artist",
|
||||||
|
"Creator": "Creator",
|
||||||
"CriticRating": "Critics rating",
|
"CriticRating": "Critics rating",
|
||||||
"Cursive": "Cursive",
|
"Cursive": "Cursive",
|
||||||
"DailyAt": "Daily at {0}",
|
"DailyAt": "Daily at {0}",
|
||||||
|
@ -232,6 +236,7 @@
|
||||||
"DrmChannelsNotImported": "Channels with DRM will not be imported.",
|
"DrmChannelsNotImported": "Channels with DRM will not be imported.",
|
||||||
"DropShadow": "Drop Shadow",
|
"DropShadow": "Drop Shadow",
|
||||||
"Edit": "Edit",
|
"Edit": "Edit",
|
||||||
|
"Editor": "Editor",
|
||||||
"EditImages": "Edit images",
|
"EditImages": "Edit images",
|
||||||
"EditMetadata": "Edit metadata",
|
"EditMetadata": "Edit metadata",
|
||||||
"EditSubtitles": "Edit subtitles",
|
"EditSubtitles": "Edit subtitles",
|
||||||
|
@ -522,9 +527,11 @@
|
||||||
"Identify": "Identify",
|
"Identify": "Identify",
|
||||||
"IgnoreDts": "Ignore DTS (decoding timestamp)",
|
"IgnoreDts": "Ignore DTS (decoding timestamp)",
|
||||||
"IgnoreDtsHelp": "Disabling this option may resolve some issues, e.g. missing audio on channels with separate audio and video streams.",
|
"IgnoreDtsHelp": "Disabling this option may resolve some issues, e.g. missing audio on channels with separate audio and video streams.",
|
||||||
|
"Illustrator": "Illustrator",
|
||||||
"Image": "Image",
|
"Image": "Image",
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"ImportFavoriteChannelsHelp": "Only channels that are marked as favorite on the tuner device will be imported.",
|
"ImportFavoriteChannelsHelp": "Only channels that are marked as favorite on the tuner device will be imported.",
|
||||||
|
"Inker": "Inker",
|
||||||
"InstallingPackage": "Installing {0} (version {1})",
|
"InstallingPackage": "Installing {0} (version {1})",
|
||||||
"InstantMix": "Instant mix",
|
"InstantMix": "Instant mix",
|
||||||
"ItemCount": "{0} items",
|
"ItemCount": "{0} items",
|
||||||
|
@ -950,6 +957,7 @@
|
||||||
"LatestFromLibrary": "Recently Added in {0}",
|
"LatestFromLibrary": "Recently Added in {0}",
|
||||||
"LearnHowYouCanContribute": "Learn how you can contribute.",
|
"LearnHowYouCanContribute": "Learn how you can contribute.",
|
||||||
"LeaveBlankToNotSetAPassword": "You can leave this field blank to set no password.",
|
"LeaveBlankToNotSetAPassword": "You can leave this field blank to set no password.",
|
||||||
|
"Letterer": "Letterer",
|
||||||
"LibraryAccessHelp": "Select the libraries to share with this user. Administrators will be able to edit all folders using the metadata manager.",
|
"LibraryAccessHelp": "Select the libraries to share with this user. Administrators will be able to edit all folders using the metadata manager.",
|
||||||
"LimitSupportedVideoResolution": "Limit maximum supported video resolution",
|
"LimitSupportedVideoResolution": "Limit maximum supported video resolution",
|
||||||
"LimitSupportedVideoResolutionHelp": "Use 'Maximum Allowed Video Transcoding Resolution' as maximum supported video resolution.",
|
"LimitSupportedVideoResolutionHelp": "Use 'Maximum Allowed Video Transcoding Resolution' as maximum supported video resolution.",
|
||||||
|
@ -1236,6 +1244,7 @@
|
||||||
"PasswordResetProviderHelp": "Pick a password reset provider to be used when this user requests a password reset.",
|
"PasswordResetProviderHelp": "Pick a password reset provider to be used when this user requests a password reset.",
|
||||||
"PasswordSaved": "Password saved.",
|
"PasswordSaved": "Password saved.",
|
||||||
"PathNotFound": "The path could not be found. Please ensure the path is valid and try again.",
|
"PathNotFound": "The path could not be found. Please ensure the path is valid and try again.",
|
||||||
|
"Penciller": "Penciler",
|
||||||
"People": "People",
|
"People": "People",
|
||||||
"PerfectMatch": "Perfect match",
|
"PerfectMatch": "Perfect match",
|
||||||
"Person": "Person",
|
"Person": "Person",
|
||||||
|
@ -1485,6 +1494,7 @@
|
||||||
"TrackCount": "{0} tracks",
|
"TrackCount": "{0} tracks",
|
||||||
"Trailers": "Trailers",
|
"Trailers": "Trailers",
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "Transcoding",
|
||||||
|
"Translator": "Translator",
|
||||||
"Tuesday": "Tuesday",
|
"Tuesday": "Tuesday",
|
||||||
"TV": "TV",
|
"TV": "TV",
|
||||||
"TvLibraryHelp": "Review the {0}TV naming guide{1}.",
|
"TvLibraryHelp": "Review the {0}TV naming guide{1}.",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue