diff options
| author | Cody Robibero <cody@robibe.ro> | 2022-02-28 20:51:22 -0700 |
|---|---|---|
| committer | Cody Robibero <cody@robibe.ro> | 2022-02-28 20:59:36 -0700 |
| commit | 5e1f956fe015f6dcaac0f8b4c8595c56d8d5ac92 (patch) | |
| tree | 837dd2b37331396bf4b0b5890bfe46127deae9f7 /Emby.Server.Implementations/Localization/Core | |
| parent | fe99800bde4b17aa634a9c7955590f17bd611263 (diff) | |
Allow KeyframeExtractor to be localized
Diffstat (limited to 'Emby.Server.Implementations/Localization/Core')
| -rw-r--r-- | Emby.Server.Implementations/Localization/Core/en-US.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Localization/Core/en-US.json b/Emby.Server.Implementations/Localization/Core/en-US.json index 568a8e447..e06f8e6fe 100644 --- a/Emby.Server.Implementations/Localization/Core/en-US.json +++ b/Emby.Server.Implementations/Localization/Core/en-US.json @@ -119,5 +119,7 @@ "TaskDownloadMissingSubtitles": "Download missing subtitles", "TaskDownloadMissingSubtitlesDescription": "Searches the internet for missing subtitles based on metadata configuration.", "TaskOptimizeDatabase": "Optimize database", - "TaskOptimizeDatabaseDescription": "Compacts database and truncates free space. Running this task after scanning the library or doing other changes that imply database modifications might improve performance." + "TaskOptimizeDatabaseDescription": "Compacts database and truncates free space. Running this task after scanning the library or doing other changes that imply database modifications might improve performance.", + "TaskKeyframeExtractor": "Keyframe Extractor", + "TaskKeyframeExtractorDescription": "Extracts keyframes from video files to create more precise HLS playlists. This task may run for a long time." } |
