diff options
| author | JPVenson <JPVenson@users.noreply.github.com> | 2024-09-07 22:56:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-07 14:56:51 -0600 |
| commit | 5ceedced1c4a8bac5b5b7a5f2bd0913783bd427b (patch) | |
| tree | e655f4307f550761b855c2acaddb83dd6ecfa11c /Emby.Server.Implementations/Localization | |
| parent | fc247dab9243b3de42193c4be351636204dbc2f2 (diff) | |
Feature/media segments plugin api (#12359)
Diffstat (limited to 'Emby.Server.Implementations/Localization')
| -rw-r--r-- | Emby.Server.Implementations/Localization/Core/en-US.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Localization/Core/en-US.json b/Emby.Server.Implementations/Localization/Core/en-US.json index d248fc303..9702ab712 100644 --- a/Emby.Server.Implementations/Localization/Core/en-US.json +++ b/Emby.Server.Implementations/Localization/Core/en-US.json @@ -132,6 +132,8 @@ "TaskKeyframeExtractorDescription": "Extracts keyframes from video files to create more precise HLS playlists. This task may run for a long time.", "TaskCleanCollectionsAndPlaylists": "Clean up collections and playlists", "TaskCleanCollectionsAndPlaylistsDescription": "Removes items from collections and playlists that no longer exist.", + "TaskExtractMediaSegments": "Media Segment Scan", + "TaskExtractMediaSegmentsDescription": "Extracts or obtains media segments from MediaSegment enabled plugins.", "TaskMoveTrickplayImages": "Migrate Trickplay Image Location", "TaskMoveTrickplayImagesDescription": "Moves existing trickplay files according to the library settings." } |
