Skip to content

Commit bc6b12a

Browse files
committed
Add forum link
1 parent d900e9a commit bc6b12a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

plugins/extractSubtitles/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Extract Embedded Subtitles
22

3+
https://discourse.stashapp.cc/t/extract-embedded-subtitles/10378
4+
35
A Stash plugin that pulls **embedded text subtitle tracks** out of your video files and writes them as external `.srt` sidecar files. Stash already displays external captions, so once the files exist they show up in the video player's caption menu—this just automates creating them.
46

57
Addresses [stashapp/stash#3875](https://github.com/stashapp/stash/issues/3875).

plugins/extractSubtitles/extractSubtitles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Extract Embedded Subtitles
22
description: Extracts embedded text subtitle tracks from video files into external .srt files that Stash recognises and displays as captions.
33
version: 0.1.0
4-
url: https://github.com/stashapp/stash/issues/3875
4+
url: https://discourse.stashapp.cc/t/extract-embedded-subtitles/10378
55
exec:
66
- python
77
- "{pluginDir}/extractSubtitles.py"

0 commit comments

Comments
 (0)