mirror of
https://github.com/stashapp/stash.git
synced 2026-05-09 05:05:29 +02:00
Clarify caption file naming conventions in documentation
This commit is contained in:
parent
968a97aa45
commit
6cc5349fd1
1 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue