diff --git a/src/controllers/dashboard/dlna/settings.js b/src/controllers/dashboard/dlna/settings.js
deleted file mode 100644
index d12b6744af..0000000000
--- a/src/controllers/dashboard/dlna/settings.js
+++ /dev/null
@@ -1,60 +0,0 @@
-import escapeHtml from 'escape-html';
-import 'jquery';
-import loading from '../../../components/loading/loading';
-import libraryMenu from '../../../scripts/libraryMenu';
-import globalize from '../../../scripts/globalize';
-import Dashboard from '../../../utils/dashboard';
-
-function loadPage(page, config, users) {
- page.querySelector('#chkEnablePlayTo').checked = config.EnablePlayTo;
- page.querySelector('#chkEnableDlnaDebugLogging').checked = config.EnableDebugLog;
- $('#txtClientDiscoveryInterval', page).val(config.ClientDiscoveryIntervalSeconds);
- $('#chkEnableServer', page).prop('checked', config.EnableServer);
- $('#chkBlastAliveMessages', page).prop('checked', config.BlastAliveMessages);
- $('#txtBlastInterval', page).val(config.BlastAliveMessageIntervalSeconds);
- const usersHtml = users.map(function (u) {
- return '';
- }).join('');
- $('#selectUser', page).html(usersHtml).val(config.DefaultUserId || '');
- loading.hide();
-}
-
-function onSubmit() {
- loading.show();
- const form = this;
- ApiClient.getNamedConfiguration('dlna').then(function (config) {
- config.EnablePlayTo = form.querySelector('#chkEnablePlayTo').checked;
- config.EnableDebugLog = form.querySelector('#chkEnableDlnaDebugLogging').checked;
- config.ClientDiscoveryIntervalSeconds = $('#txtClientDiscoveryInterval', form).val();
- config.EnableServer = $('#chkEnableServer', form).is(':checked');
- config.BlastAliveMessages = $('#chkBlastAliveMessages', form).is(':checked');
- config.BlastAliveMessageIntervalSeconds = $('#txtBlastInterval', form).val();
- config.DefaultUserId = $('#selectUser', form).val();
- ApiClient.updateNamedConfiguration('dlna', config).then(Dashboard.processServerConfigurationUpdateResult);
- });
- return false;
-}
-
-function getTabs() {
- return [{
- href: '#/dashboard/dlna',
- name: globalize.translate('Settings')
- }, {
- href: '#/dashboard/dlna/profiles',
- name: globalize.translate('TabProfiles')
- }];
-}
-
-$(document).on('pageinit', '#dlnaSettingsPage', function () {
- $('.dlnaSettingsForm').off('submit', onSubmit).on('submit', onSubmit);
-}).on('pageshow', '#dlnaSettingsPage', function () {
- libraryMenu.setTabs('dlna', 0, getTabs);
- loading.show();
- const page = this;
- const promise1 = ApiClient.getNamedConfiguration('dlna');
- const promise2 = ApiClient.getUsers();
- Promise.all([promise1, promise2]).then(function (responses) {
- loadPage(page, responses[0], responses[1]);
- });
-});
-
diff --git a/src/strings/en-us.json b/src/strings/en-us.json
index c7a6fe5edf..bde44f6886 100644
--- a/src/strings/en-us.json
+++ b/src/strings/en-us.json
@@ -165,7 +165,6 @@
"CopyStreamURLSuccess": "URL copied successfully.",
"CriticRating": "Critics rating",
"Cursive": "Cursive",
- "CustomDlnaProfilesHelp": "Create a custom profile to target a new device or override a system profile.",
"DailyAt": "Daily at {0}",
"Data": "Data",
"DateAdded": "Date added",
@@ -208,6 +207,7 @@
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in the server configuration.",
"DisplayModeHelp": "Select the layout style you want for the interface.",
+ "DlnaMovedMessage": "The DLNA functionality has moved to a plugin.",
"DoNotRecord": "Do not record",
"Down": "Down",
"Download": "Download",
@@ -338,21 +338,15 @@
"HeaderCastAndCrew": "Cast & Crew",
"HeaderChannelAccess": "Channel Access",
"HeaderChapterImages": "Chapter Images",
- "HeaderCodecProfile": "Codec Profile",
- "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct playback.",
"HeaderConfigureRemoteAccess": "Set up Remote Access",
"HeaderConfirmPluginInstallation": "Confirm Plugin Installation",
"HeaderConfirmRepositoryInstallation": "Confirm Plugin Repository Installation",
- "HeaderConfirmProfileDeletion": "Confirm Profile Deletion",
"HeaderConfirmRevokeApiKey": "Revoke API Key",
"HeaderConnectionFailure": "Connection Failure",
"HeaderConnectToServer": "Connect to Server",
- "HeaderContainerProfile": "Container Profile",
- "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct playback.",
"HeaderContinueListening": "Continue Listening",
"HeaderContinueWatching": "Continue Watching",
"HeaderContinueReading": "Continue Reading",
- "HeaderCustomDlnaProfiles": "Custom Profiles",
"HeaderDateIssued": "Date Issued",
"HeaderDefaultRecordingSettings": "Default Recording Settings",
"HeaderDeleteDevice": "Delete Device",
@@ -365,8 +359,6 @@
"HeaderDeveloperInfo": "Developer Info",
"HeaderDeviceAccess": "Device Access",
"HeaderDevices": "Devices",
- "HeaderDirectPlayProfile": "Direct Playback Profile",
- "HeaderDirectPlayProfileHelp": "Add direct playback profiles to indicate which formats the device can handle natively.",
"HeaderDownloadSync": "Download & Sync",
"HeaderDummyChapter": "Chapter Images",
"HeaderDVR": "DVR",
@@ -383,14 +375,9 @@
"HeaderFrequentlyPlayed": "Frequently Played",
"HeaderGuestCast": "Guest Stars",
"HeaderGuideProviders": "TV Guide Data Providers",
- "HeaderHttpHeaders": "HTTP Headers",
"HeaderHttpsSettings": "HTTPS Settings",
- "HeaderIdentification": "Identification",
- "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
- "HeaderIdentificationHeader": "Identification Header",
"HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
"HeaderImageOptions": "Image Options",
- "HeaderImageSettings": "Image Settings",
"HeaderInstall": "Install",
"HeaderInstantMix": "Instant Mix",
"HeaderKeepRecording": "Keep Recording",
@@ -439,8 +426,6 @@
"HeaderPluginInstallation": "Plugin Installation",
"HeaderPortRanges": "Firewall and Proxy Settings",
"HeaderPreferredMetadataLanguage": "Preferred Metadata Language",
- "HeaderProfileInformation": "Profile Information",
- "HeaderProfileServerSettingsHelp": "These values control how the server will present itself to clients.",
"HeaderRecentlyPlayed": "Recently Played",
"HeaderRecordingMetadataSaving": "Recording Metadata",
"HeaderRecordingOptions": "Recording Options",
@@ -449,8 +434,6 @@
"HeaderRemoteControl": "Remote Control",
"HeaderRemoveMediaFolder": "Remove Media Folder",
"HeaderRemoveMediaLocation": "Remove Media Location",
- "HeaderResponseProfile": "Response Profile",
- "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
"HeaderRevisionHistory": "Revision History",
"HeaderRunningTasks": "Running Tasks",
"HeaderScenes": "Scenes",
@@ -468,7 +451,6 @@
"HeaderSeriesOptions": "Series Options",
"HeaderSeriesStatus": "Series Status",
"HeaderServerAddressSettings": "Server Address Settings",
- "HeaderServerSettings": "Server Settings",
"HeaderSetupLibrary": "Setup your media libraries",
"HeaderSortBy": "Sort By",
"HeaderSortOrder": "Sort Order",
@@ -478,20 +460,14 @@
"HeaderStopRecording": "Stop Recording",
"HeaderSubtitleAppearance": "Subtitle Appearance",
"HeaderSubtitleDownloads": "Subtitle Downloads",
- "HeaderSubtitleProfile": "Subtitle Profile",
- "HeaderSubtitleProfiles": "Subtitle Profiles",
- "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
"HeaderSyncPlayEnabled": "SyncPlay enabled",
"HeaderSyncPlaySelectGroup": "Join a group",
"HeaderSyncPlaySettings": "SyncPlay Settings",
"HeaderSyncPlayPlaybackSettings": "Playback",
"HeaderSyncPlayTimeSyncSettings": "Time sync",
- "HeaderSystemDlnaProfiles": "System Profiles",
"HeaderTaskTriggers": "Task Triggers",
"HeaderThisUserIsCurrentlyDisabled": "This user is currently disabled",
"HeaderTracks": "Tracks",
- "HeaderTranscodingProfile": "Transcoding Profile",
- "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
"HeaderTunerDevices": "Tuner Devices",
"HeaderTuners": "Tuners",
"HeaderTypeImageFetchers": "Image fetchers ({0})",
@@ -506,9 +482,6 @@
"HeaderVideos": "Videos",
"HeaderVideoType": "Video Type",
"HeaderVideoTypes": "Video Types",
- "HeaderXmlDocumentAttribute": "XML Document Attribute",
- "HeaderXmlDocumentAttributes": "XML Document Attributes",
- "HeaderXmlSettings": "XML Settings",
"HeaderYears": "Years",
"Help": "Help",
"Hide": "Hide",
@@ -541,12 +514,7 @@
"LabelAirsBeforeSeason": "Airs before season",
"LabelAirTime": "Air time",
"LabelAlbum": "Album",
- "LabelAlbumArtHelp": "PN used for album art, within the 'dlna:profileID' attribute on 'upnp:albumArtURI'. Some devices require a specific value, regardless of the size of the image.",
"LabelAlbumArtists": "Album artists",
- "LabelAlbumArtMaxHeight": "Album art max height",
- "LabelAlbumArtMaxResHelp": "Maximum resolution of album art exposed via the 'upnp:albumArtURI' property.",
- "LabelAlbumArtMaxWidth": "Album art max width",
- "LabelAlbumArtPN": "Album art PN",
"LabelAlbumGain": "Album Gain",
"LabelAllowedRemoteAddresses": "Remote IP address filter",
"LabelAllowedRemoteAddressesMode": "Remote IP address filter mode",
@@ -618,12 +586,8 @@
"LabelDay": "Day of week",
"LabelDeathDate": "Death date",
"LabelDefaultScreen": "Default screen",
- "LabelDefaultUser": "Default user",
- "LabelDefaultUserHelp": "Determine which user library should be displayed on connected devices. This can be overridden for each device using profiles.",
"LabelDeinterlaceMethod": "Deinterlacing method",
"LabelDeveloper": "Developer",
- "LabelDeviceDescription": "Device description",
- "LabelDidlMode": "DIDL mode",
"LabelDisableCustomCss": "Disable custom CSS code for theming/branding provided from the server.",
"LabelDiscNumber": "Disc number",
"LabelDisplayLanguage": "Display language",
@@ -645,22 +609,10 @@
"LabelChapterImageResolution": "Resolution",
"LabelChapterImageResolutionHelp": "The resolution of the extracted chapter images. Changing this will have no effect on existing dummy chapters.",
"LabelDynamicExternalId": "{0} Id",
- "LabelEmbedAlbumArtDidl": "Embed album art in DIDL",
- "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for getting the album art. Others may fail to play with this option enabled.",
"LabelEnableAudioVbr": "Enable VBR audio encoding",
"LabelEnableAudioVbrHelp": "Variable bitrate offers better quality to average bitrate ratio, but in some rare cases may cause buffering and compatibility issues.",
"LabelEnableAutomaticPortMap": "Enable automatic port mapping",
"LabelEnableAutomaticPortMapHelp": "Automatically forward public ports on your router to local ports on your server via UPnP. This may not work with some router models or network configurations. Changes will not apply until after a server restart.",
- "LabelEnableBlastAliveMessages": "Blast alive messages",
- "LabelEnableBlastAliveMessagesHelp": "Enable this if the server is not detected reliably by other UPnP devices on your network.",
- "LabelEnableDlnaClientDiscoveryInterval": "Client discovery interval",
- "LabelEnableDlnaClientDiscoveryIntervalHelp": "Determine the duration in seconds between two SSDP searches.",
- "LabelEnableDlnaDebugLogging": "Enable DLNA debug logging",
- "LabelEnableDlnaDebugLoggingHelp": "Create large log files and should only be used as needed for troubleshooting purposes.",
- "LabelEnableDlnaPlayTo": "Enable 'Play To' DLNA feature",
- "LabelEnableDlnaPlayToHelp": "Detect devices within your network and offer the ability to control them remotely.",
- "LabelEnableDlnaServer": "Enable DLNA server",
- "LabelEnableDlnaServerHelp": "Allow UPnP devices on your network to browse and play content.",
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for",
"LabelEnableHttps": "Enable HTTPS",
"LabelEnableHttpsHelp": "Listen on the configured HTTPS port. A valid certificate must also be supplied for this to take effect.",
@@ -672,8 +624,6 @@
"LabelEnableLUFSScanHelp": "Clients can normalize audio playback to get equal loudness across tracks. This will make library scans longer and take more resources.",
"LabelEnableRealtimeMonitor": "Enable real time monitoring",
"LabelEnableRealtimeMonitorHelp": "Changes to files will be processed immediately on supported file systems.",
- "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
- "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within DIDL.",
"LabelEncoderPreset": "Encoding preset",
"LabelEndDate": "End date",
"LabelEpisodeNumber": "Episode number",
@@ -702,10 +652,6 @@
"LabelHomeScreenSectionValue": "Home screen section {0}",
"LabelHttpsPort": "Local HTTPS port number",
"LabelHttpsPortHelp": "The TCP port number for the HTTPS server.",
- "LabelIconMaxHeight": "Icon maximum height",
- "LabelIconMaxResHelp": "Maximum resolution of icons exposed via the 'upnp:icon' property.",
- "LabelIconMaxWidth": "Icon maximum width",
- "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
"LabelImageFetchersHelp": "Enable and rank your preferred image fetchers in order of priority.",
"LabelImageType": "Image type",
"LabelImportOnlyFavoriteChannels": "Restrict to channels marked as favorite",
@@ -741,9 +687,6 @@
"LabelLoginDisclaimer": "Login disclaimer",
"LabelLoginDisclaimerHelp": "A message that will be displayed at the bottom of the login page.",
"LabelLogs": "Logs",
- "LabelManufacturer": "Manufacturer",
- "LabelManufacturerUrl": "Manufacturer URL",
- "LabelMatchType": "Match type",
"LabelMaxAudiobookResume": "Audiobook remaining minutes to resume",
"LabelMaxAudiobookResumeHelp": "Titles are assumed fully played if stopped when the remaining duration is less than this value.",
"LabelMaxBackdropsPerItem": "Maximum number of backdrops per item",
@@ -753,8 +696,6 @@
"LabelMaxParentalRating": "Maximum allowed parental rating",
"LabelMaxResumePercentage": "Maximum resume percentage",
"LabelMaxResumePercentageHelp": "Titles are assumed fully played if stopped after this time.",
- "LabelMaxStreamingBitrate": "Maximum streaming quality",
- "LabelMaxStreamingBitrateHelp": "Specify a maximum bitrate when streaming.",
"LabelMessageText": "Message text",
"LabelMessageTitle": "Message title",
"LabelMetadata": "Metadata",
@@ -766,7 +707,6 @@
"LabelMetadataReadersHelp": "Rank your preferred local metadata sources in order of priority. The first file found will be read.",
"LabelMetadataSavers": "Metadata savers",
"LabelMetadataSaversHelp": "Pick the file formats to use when saving your metadata.",
- "LabelMethod": "Method",
"LabelMinAudiobookResume": "Minimum Audiobook resume in minutes",
"LabelMinAudiobookResumeHelp": "Titles are assumed unplayed if stopped before this time.",
"LabelMinBackdropDownloadWidth": "Minimum backdrop download width",
@@ -774,16 +714,10 @@
"LabelMinResumeDurationHelp": "The shortest video length in seconds that will save playback location and let you resume.",
"LabelMinResumePercentage": "Minimum resume percentage",
"LabelMinResumePercentageHelp": "Titles are assumed unplayed if stopped before this time.",
- "LabelModelDescription": "Model description",
- "LabelModelName": "Model name",
- "LabelModelNumber": "Model number",
- "LabelModelUrl": "Model URL",
"LabelMovieCategories": "Movie categories",
"LabelMoviePrefix": "Movie prefix",
"LabelMoviePrefixHelp": "If a prefix is applied to movie titles, enter it here so the server can handle it properly.",
"LabelMovieRecordingPath": "Movie recording path",
- "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate",
- "LabelMusicStreamingTranscodingBitrateHelp": "Specify a maximum bitrate when streaming music.",
"LabelName": "Name",
"LabelNewName": "New name",
"LabelNewPassword": "New password",
@@ -823,15 +757,8 @@
"LabelPostProcessorArgumentsHelp": "Use {path} as the path to the recording file.",
"LabelPreferredDisplayLanguage": "Preferred display language",
"LabelPreferredSubtitleLanguage": "Preferred subtitle language",
- "LabelProfileAudioCodecs": "Audio codecs",
- "LabelProfileCodecs": "Codecs",
- "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
"LabelProfileContainer": "Container",
- "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
- "LabelProfileVideoCodecs": "Video codecs",
"LabelProtocol": "Protocol",
- "LabelProtocolInfo": "Protocol info",
- "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
"LabelPublicHttpPort": "Public HTTP port number",
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local HTTP port.",
"LabelPublicHttpsPort": "Public HTTPS port number",
@@ -862,7 +789,6 @@
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as 'Movies', 'Music' and 'TV'",
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
"LabelSelectVersionToInstall": "Select version to install",
- "LabelSerialNumber": "Serial number",
"LabelSeriesRecordingPath": "Series recording path",
"LabelServerHost": "Host",
"LabelServerHostHelp": "192.168.1.100:8096 or https://myserver.com",
@@ -879,8 +805,6 @@
"LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
"LabelSlowResponseEnabled": "Log a warning message if the server was slow to answer",
"LabelSlowResponseTime": "Time in ms after which a response is considered slow",
- "LabelSonyAggregationFlags": "Sony aggregation flags",
- "LabelSonyAggregationFlagsHelp": "Determine the content of the 'aggregationFlags' element in the 'urn:schemas-sonycom:av' namespace.",
"LabelSortBy": "Sort by",
"LabelSortName": "Sort name",
"LabelSortOrder": "Sort order",
@@ -895,10 +819,8 @@
"LabelStopWhenPossible": "Stop when possible",
"LabelStreamType": "Stream type",
"LabelSubtitleDownloaders": "Subtitle downloaders",
- "LabelSubtitleFormatHelp": "Example: srt",
"LabelSubtitlePlaybackMode": "Subtitle mode",
"LabelSubtitleVerticalPosition": "Vertical position",
- "LabelSupportedMediaTypes": "Supported Media Types",
"LabelSyncPlayAccess": "SyncPlay access",
"LabelSyncPlayAccessCreateAndJoinGroups": "Allow user to create and join groups",
"LabelSyncPlayAccessJoinGroups": "Allow user to join groups",
@@ -973,8 +895,6 @@
"LabelUnstable": "Unstable",
"LabelUser": "User",
"LabelUserAgent": "User agent",
- "LabelUserLibrary": "User library",
- "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
"LabelUserLoginAttemptsBeforeLockout": "Failed login tries before user is locked out",
"LabelUserMaxActiveSessions": "Maximum number of simultaneous user sessions",
"LabelUsername": "Username",
@@ -990,10 +910,6 @@
"LabelVideoResolution": "Video resolution",
"LabelWeb": "Web",
"LabelWebVersion": "Web version",
- "LabelXDlnaCap": "Device Capability ID",
- "LabelXDlnaCapHelp": "Determine the content of the 'X_DLNACAP' element in the 'urn:schemas-dlna-org:device-1-0' namespace.",
- "LabelXDlnaDoc": "Device Class ID",
- "LabelXDlnaDocHelp": "Determine the content of the 'X_DLNADOC' element in the 'urn:schemas-dlna-org:device-1-0' namespace.",
"LabelYear": "Year",
"LabelYoureDone": "You're Done!",
"LabelZipCode": "Zip Code",
@@ -1070,7 +986,6 @@
"MessageConfirmAppExit": "Do you want to exit?",
"MessageConfirmDeleteGuideProvider": "Are you sure you wish to delete this guide provider?",
"MessageConfirmDeleteTunerDevice": "Are you sure you wish to delete this device?",
- "MessageConfirmProfileDeletion": "Are you sure you wish to delete this profile?",
"MessageConfirmRecordingCancellation": "Cancel recording?",
"MessageConfirmRemoveMediaLocation": "Are you sure you wish to remove this location?",
"MessageConfirmRestart": "Are you sure you wish to restart Jellyfin?",
@@ -1215,7 +1130,6 @@
"OptionAutomaticallyGroupSeries": "Automatically merge series that are spread across multiple folders",
"OptionAutomaticallyGroupSeriesHelp": "Series that are spread across multiple folders within this library will be automatically merged into a single series.",
"OptionBluray": "BD",
- "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
"OptionCommunityRating": "Community Rating",
"OptionCriticRating": "Critics Rating",
"OptionDaily": "Daily",
@@ -1230,28 +1144,19 @@
"OptionDisplayFolderView": "Display a folder view to show plain media folders",
"OptionDisplayFolderViewHelp": "Display folders alongside your other media libraries. This can be useful if you'd like to have a plain folder view.",
"OptionDvd": "DVD",
- "OptionEmbedSubtitles": "Embed within container",
"OptionEnableAccessFromAllDevices": "Enable access from all devices",
"OptionEnableAccessToAllChannels": "Enable access to all channels",
"OptionEnableAccessToAllLibraries": "Enable access to all libraries",
"OptionEnableExternalContentInSuggestions": "Enable external content in suggestions",
"OptionEnableExternalContentInSuggestionsHelp": "Allow internet trailers and live TV programs to be included within suggested content.",
"OptionEnableForAllTuners": "Enable for all tuner devices",
- "OptionEnableM2tsMode": "Enable M2TS mode",
- "OptionEnableM2tsModeHelp": "Enable M2TS mode when encoding to MPEG-TS.",
- "OptionEquals": "Equals",
- "OptionEstimateContentLength": "Estimate content length when transcoding",
"OptionEveryday": "Every day",
- "OptionExternallyDownloaded": "External download",
"OptionExtractChapterImage": "Enable chapter image extraction",
"OptionForceRemoteSourceTranscoding": "Force transcoding of remote media sources such as Live TV",
"OptionHasThemeSong": "Theme Song",
"OptionHasThemeVideo": "Theme Video",
"OptionHideUser": "Hide this user from login screens",
"OptionHideUserFromLoginHelp": "Useful for private or hidden administrator accounts. The user will need to sign in manually by entering their username and password.",
- "OptionHlsSegmentedSubtitles": "HLS segmented subtitles",
- "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
- "OptionIgnoreTranscodeByteRangeRequestsHelp": "These requests will be honored but will ignore the byte range header.",
"OptionImdbRating": "IMDb Rating",
"OptionIsHD": "HD",
"OptionIsSD": "SD",
@@ -1264,27 +1169,16 @@
"OptionNew": "New…",
"OptionOnInterval": "On an interval",
"OptionParentalRating": "Parental Rating",
- "OptionPlainStorageFolders": "Display all folders as plain storage folders",
- "OptionPlainStorageFoldersHelp": "All folders are represented in DIDL as 'object.container.storageFolder' instead of a more specific type, such as 'object.container.person.musicArtist'.",
- "OptionPlainVideoItems": "Display all videos as plain video items",
- "OptionPlainVideoItemsHelp": "All videos are represented in DIDL as 'object.item.videoItem' instead of a more specific type, such as 'object.item.videoItem.movie'.",
"OptionPlayCount": "Play Count",
"OptionPremiereDate": "Premiere Date",
- "OptionProtocolHls": "HTTP Live Streaming (HLS)",
- "OptionProtocolHttp": "HTTP",
"OptionRandom": "Random",
- "OptionRegex": "Regex",
"OptionReleaseDate": "Release Date",
- "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
- "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
"OptionRequirePerfectSubtitleMatch": "Only download subtitles that are a perfect match for video files",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
- "OptionResElement": "'res' element",
"OptionResumable": "Resumable",
"OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
"OptionSaveMetadataAsHiddenHelp": "Changing this will apply to new metadata saved going forward. Existing metadata files will be updated the next time they are saved by the server.",
"OptionSpecialEpisode": "Specials",
- "OptionSubstring": "Substring",
"OptionTrackName": "Track Name",
"OptionTvdbRating": "TheTVDB Rating",
"OptionUnairedEpisode": "Unaired Episodes",
@@ -1501,14 +1395,10 @@
"Sunday": "Sunday",
"SyncPlayAccessHelp": "The SyncPlay feature enables to sync playback with other devices. Select the level of access this user has to the SyncPlay.",
"SyncPlayGroupDefaultTitle": "{0}'s group",
- "SystemDlnaProfilesHelp": "System profiles are read-only. Changes to a system profile will be saved to a new custom profile.",
"TabAccess": "Access",
"TabAdvanced": "Advanced",
"TabCatalog": "Catalog",
- "TabCodecs": "Codecs",
- "TabContainers": "Containers",
"TabDashboard": "Dashboard",
- "TabDirectPlay": "Direct Playback",
"TabLatest": "Recently Added",
"TabLogs": "Logs",
"TabMusic": "Music",
@@ -1519,9 +1409,7 @@
"TabOther": "Other",
"TabParentalControl": "Parental Control",
"TabPlugins": "Plugins",
- "TabProfiles": "Profiles",
"TabRepositories": "Repositories",
- "TabResponses": "Responses",
"TabScheduledTasks": "Scheduled Tasks",
"TabServer": "Server",
"TabStreaming": "Streaming",
@@ -1578,10 +1466,6 @@
"UserMenu": "User Menu",
"UserProfilesIntro": "Jellyfin includes support for user profiles with granular display settings, play state, and parental controls.",
"ValueAlbumCount": "{0} albums",
- "ValueAudioCodec": "Audio Codec: {0}",
- "ValueCodec": "Codec: {0}",
- "ValueConditions": "Conditions: {0}",
- "ValueContainer": "Container: {0}",
"ValueDiscNumber": "Disc {0}",
"ValueEpisodeCount": "{0} episodes",
"ValueMinutes": "{0} min",
@@ -1599,7 +1483,6 @@
"ValueSpecialEpisodeName": "Special - {0}",
"ValueTimeLimitMultiHour": "Time limit: {0} hours",
"ValueTimeLimitSingleHour": "Time limit: 1 hour",
- "ValueVideoCodec": "Video Codec: {0}",
"Vertical": "Vertical",
"Video": "Video",
"VideoAudio": "Video Audio",
@@ -1615,7 +1498,6 @@
"WriteAccessRequired": "Jellyfin requires write access to this folder. Please ensure write access and try again.",
"Writer": "Writer",
"Writers": "Writers",
- "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every XML response.",
"XmlTvKidsCategoriesHelp": "Programs with these categories will be displayed as programs for children. Separate multiple with '|'.",
"XmlTvMovieCategoriesHelp": "Programs with these categories will be displayed as movies. Separate multiple with '|'.",
"XmlTvNewsCategoriesHelp": "Programs with these categories will be displayed as news programs. Separate multiple with '|'.",