Update captions documentation to clarify file location and naming conventions

This commit is contained in:
DogmaDragon
2025-06-24 19:19:09 +03:00
parent 704041d5e0
commit d8552ec9ca

View File

@@ -2,7 +2,9 @@
Stash supports captioning with SRT and VTT files. Stash supports captioning with SRT and VTT files.
These files need to be named as follows: Captions will only be detected if they are located in the same folder as the corresponding scene file.
Ensure the caption files follow these naming conventions:
## Scene ## Scene
@@ -13,4 +15,4 @@ Where `{language_code}` is defined by the [ISO-6399-1](https://en.wikipedia.org/
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.