From 39a147c2ff29e2d2aeb6436fc9b1cb061d204223 Mon Sep 17 00:00:00 2001 From: Orry Verducci Date: Mon, 10 Aug 2020 22:11:04 +0100 Subject: [PATCH] Update deinterlacing method help text Updates the help text to explain that the setting won't apply if hardware deinterlacing is used. --- src/strings/en-gb.json | 2 +- src/strings/en-us.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/strings/en-gb.json b/src/strings/en-gb.json index dba5a06a80..b671e89bb8 100644 --- a/src/strings/en-gb.json +++ b/src/strings/en-gb.json @@ -1487,7 +1487,7 @@ "LabelLibraryPageSize": "Library page size:", "LabelDeinterlaceMethod": "Deinterlacing method:", "Episode": "Episode", - "DeinterlaceMethodHelp": "Select the deinterlacing method to use when transcoding interlaced content.", + "DeinterlaceMethodHelp": "Select the deinterlacing method to use when software transcoding interlaced content. When hardware acceleration supporting hardware deinterlacing is enabled the hardware deinterlacer will be used instead of this setting.", "UseDoubleRateDeinterlacing": "Double the frame rate when deinterlacing", "UseDoubleRateDeinterlacingHelp": "This setting uses the field rate when deinterlacing, often referred to as bob deinterlacing, which doubles the frame rate of the video to provide full motion like what you would see when viewing interlaced video on a TV.", "ClientSettings": "Client Settings", diff --git a/src/strings/en-us.json b/src/strings/en-us.json index 19fc211f12..1daf38843f 100644 --- a/src/strings/en-us.json +++ b/src/strings/en-us.json @@ -181,7 +181,7 @@ "DefaultErrorMessage": "There was an error processing the request. Please try again later.", "DefaultMetadataLangaugeDescription": "These are your defaults and can be customized on a per-library basis.", "DefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.", - "DeinterlaceMethodHelp": "Select the deinterlacing method to use when transcoding interlaced content.", + "DeinterlaceMethodHelp": "Select the deinterlacing method to use when software transcoding interlaced content. When hardware acceleration supporting hardware deinterlacing is enabled the hardware deinterlacer will be used instead of this setting.", "Delete": "Delete", "DeleteDeviceConfirmation": "Are you sure you wish to delete this device? It will reappear the next time a user signs in with it.", "DeleteImage": "Delete Image",