mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Caption support (#2462)
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
14
ui/v2.5/src/docs/en/Captions.md
Normal file
14
ui/v2.5/src/docs/en/Captions.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Captions
|
||||
|
||||
Stash supports captioning with SRT and VTT files.
|
||||
|
||||
These files need to be named as follows:
|
||||
|
||||
## Scene
|
||||
|
||||
- {scene_name}.{language_code}.ext
|
||||
- {scene_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.
|
||||
Reference in New Issue
Block a user