From dca5e1c88c4f512b8c8ef28115576feabc2f73c0 Mon Sep 17 00:00:00 2001 From: Patrick Davis Date: Mon, 17 Feb 2025 13:57:51 +0000 Subject: [PATCH] rewrite and relocate translation to alphabetical order --- src/strings/en-us.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/strings/en-us.json b/src/strings/en-us.json index 0ab24aa29a..c42b3245fe 100644 --- a/src/strings/en-us.json +++ b/src/strings/en-us.json @@ -1019,6 +1019,8 @@ "LibraryScanFanoutConcurrency": "Parallel library scan tasks limit", "LibraryScanFanoutConcurrencyHelp": "Maximum number of parallel tasks during library scans. Setting this to 0 will choose a limit based on your systems core count. WARNING: Setting this number too high may cause issues with network file systems; if you encounter problems lower this number.", "LibraryInvalidItemIdError": "The library is in an invalid state and cannot be edited. You are possibly encountering a bug: the path in the database is not the correct path on the filesystem.", + "LimitSegmentLength": "Use shorter HLS segments", + "LimitSegmentLengthHelp": "Enabling this option may help prevent the HLS player from hanging during seeking on certain devices, such as webOS TVs.", "LimitSupportedVideoResolution": "Limit maximum supported video resolution", "LimitSupportedVideoResolutionHelp": "Use 'Maximum Allowed Video Transcoding Resolution' as maximum supported video resolution.", "List": "List", @@ -1682,8 +1684,6 @@ "LabelSyncPlayInfo": "SyncPlay Info", "PreferFmp4HlsContainer": "Prefer fMP4-HLS Media Container", "PreferFmp4HlsContainerHelp": "Prefer to use fMP4 as the default container for HLS, making it possible to direct stream HEVC and AV1 content on supported devices.", - "LimitSegmentLengthHelp": "This can help with compatibility on some devices. For example, when playback on Jellyfin WebOS reached a mismatched segment, playback would stop. Using a shorter hls_time value of 1 second ensures that the playlist generated by FFmpeg matches the one created ahead of playback.", - "LimitSegmentLength": "Limit segment length to 1 second (hls_time).", "AllowHevcEncoding": "Allow encoding in HEVC format", "LabelAllowedAudioChannels": "Maximum Allowed Audio Channels", "LabelSelectAudioChannels": "Channels",