From 29d8f0cbc41548cdeb220d57cde48aa4c649d4b2 Mon Sep 17 00:00:00 2001 From: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com> Date: Tue, 24 Jun 2025 21:29:35 +0300 Subject: [PATCH] Clarify naming convention --- ui/v2.5/src/docs/en/Manual/Captions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/v2.5/src/docs/en/Manual/Captions.md b/ui/v2.5/src/docs/en/Manual/Captions.md index 22d15ca5d..df2bee8bc 100644 --- a/ui/v2.5/src/docs/en/Manual/Captions.md +++ b/ui/v2.5/src/docs/en/Manual/Captions.md @@ -8,11 +8,11 @@ Ensure the caption files follow these naming conventions: ## Scene -- {scene_name}.{language_code}.ext -- {scene_name}.ext +- {scene_file_name}.{language_code}.ext +- {scene_file_name}.ext Where `{language_code}` is defined by the [ISO-6399-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) (2 letters) standard and `ext` is the file extension. Captions files without a language code will be labeled as Unknown in the video player but will work fine. Scenes with captions can be filtered with the `captions` criterion. -**Note:** If the caption file was added after the scene was initially added during scan, you will need to run a Selective Scan task for it to show up. \ No newline at end of file +**Note:** If the caption file was added after the scene was initially added during scan, you will need to run a Selective Scan task for it to show up.