mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 08:26:00 +01:00
Clarify naming convention
This commit is contained in:
parent
d8552ec9ca
commit
29d8f0cbc4
1 changed files with 3 additions and 3 deletions
|
|
@ -8,11 +8,11 @@ Ensure the caption files follow these naming conventions:
|
||||||
|
|
||||||
## Scene
|
## Scene
|
||||||
|
|
||||||
- {scene_name}.{language_code}.ext
|
- {scene_file_name}.{language_code}.ext
|
||||||
- {scene_name}.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.
|
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.
|
**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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue