Clarify caption file naming conventions in documentation

This commit is contained in:
DogmaDragon 2026-04-13 03:52:27 +03:00
parent 968a97aa45
commit 6cc5349fd1

View file

@ -8,10 +8,10 @@ Ensure the caption files follow these naming conventions:
## Scene
- {scene_file_name}.{language_code}.ext
- {scene_file_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.
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.