Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ffmpeg helper as submodule for extract_srt_subtitles_to_files #376

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "source/extract_srt_subtitles_to_files/lib/ffmpeg"]
path = source/extract_srt_subtitles_to_files/lib/ffmpeg
url = [email protected]:Josh5/unmanic.plugin.helpers.ffmpeg.git
3 changes: 3 additions & 0 deletions source/extract_srt_subtitles_to_files/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
**<span style="color:#56adda">0.0.11</span>**
- Update ffmpeg helper to support progress display

**<span style="color:#56adda">0.0.9</span>**
- Add settings to specify:
- Which languages to extract
Expand Down
2 changes: 1 addition & 1 deletion source/extract_srt_subtitles_to_files/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"on_worker_process": 2
},
"tags": "subtitle,ffmpeg",
"version": "0.0.10"
"version": "0.0.11"
}
1 change: 1 addition & 0 deletions source/extract_srt_subtitles_to_files/lib/ffmpeg
Submodule ffmpeg added at 5c4741
2 changes: 0 additions & 2 deletions source/extract_srt_subtitles_to_files/lib/ffmpeg/.gitignore

This file was deleted.

674 changes: 0 additions & 674 deletions source/extract_srt_subtitles_to_files/lib/ffmpeg/LICENSE

This file was deleted.

16 changes: 0 additions & 16 deletions source/extract_srt_subtitles_to_files/lib/ffmpeg/README.md

This file was deleted.

38 changes: 0 additions & 38 deletions source/extract_srt_subtitles_to_files/lib/ffmpeg/__init__.py

This file was deleted.

This file was deleted.

180 changes: 0 additions & 180 deletions source/extract_srt_subtitles_to_files/lib/ffmpeg/parser.py

This file was deleted.

Loading
Loading