From 2ff53153ec172e44880479174b373a760a61037b Mon Sep 17 00:00:00 2001 From: Games Date: Tue, 20 Aug 2024 18:08:45 -0400 Subject: [PATCH] fixed version on info.json for srt extract. As it appears to already be on 10, bumped to 11. Copied info.json and changelog to ass extract --- source/extract_ass_subtitles_to_files/changelog.md | 3 +++ source/extract_ass_subtitles_to_files/info.json | 4 ++-- source/extract_srt_subtitles_to_files/changelog.md | 3 +++ source/extract_srt_subtitles_to_files/info.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/source/extract_ass_subtitles_to_files/changelog.md b/source/extract_ass_subtitles_to_files/changelog.md index 6315c636b..2d2a925be 100644 --- a/source/extract_ass_subtitles_to_files/changelog.md +++ b/source/extract_ass_subtitles_to_files/changelog.md @@ -1,3 +1,6 @@ +**0.0.11** +- Added .unmanic file + **0.0.9** - Add settings to specify: - Which languages to extract diff --git a/source/extract_ass_subtitles_to_files/info.json b/source/extract_ass_subtitles_to_files/info.json index 66e1d65ee..5cca7c148 100644 --- a/source/extract_ass_subtitles_to_files/info.json +++ b/source/extract_ass_subtitles_to_files/info.json @@ -7,7 +7,7 @@ "description": "Extract text based subtitle streams to *.ass files.", "icon": "https://raw.githubusercontent.com/Josh5/unmanic.plugin.extract_srt_subtitles_to_files/master/icon.png", "id": "extract_ass_subtitles_to_files", - "name": "Extract text subtitle streams to ASS files", + "name": "Extract text subtitle streams to ASS/SSA files", "platform": [ "all" ], @@ -15,5 +15,5 @@ "on_worker_process": 2 }, "tags": "subtitle,ffmpeg", - "version": "0.0.1" + "version": "0.0.11" } \ No newline at end of file diff --git a/source/extract_srt_subtitles_to_files/changelog.md b/source/extract_srt_subtitles_to_files/changelog.md index 6315c636b..2d2a925be 100644 --- a/source/extract_srt_subtitles_to_files/changelog.md +++ b/source/extract_srt_subtitles_to_files/changelog.md @@ -1,3 +1,6 @@ +**0.0.11** +- Added .unmanic file + **0.0.9** - Add settings to specify: - Which languages to extract diff --git a/source/extract_srt_subtitles_to_files/info.json b/source/extract_srt_subtitles_to_files/info.json index 9330ae7e3..bcb2d1c6e 100644 --- a/source/extract_srt_subtitles_to_files/info.json +++ b/source/extract_srt_subtitles_to_files/info.json @@ -15,5 +15,5 @@ "on_worker_process": 2 }, "tags": "subtitle,ffmpeg", - "version": "0.0.10" + "version": "0.0.11" } \ No newline at end of file