Skip to content

Commit 3ca60bb

Browse files
authored
Merge pull request #1036 from TheCaptain989/radarr-striptracks
radarr: striptracks release 2.15.0
2 parents a121bf5 + 27dac65 commit 3ca60bb

File tree

4 files changed

+1502
-1589
lines changed

4 files changed

+1502
-1589
lines changed

.github/workflows/BuildImage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
echo "MULTI_ARCH=${{ env.MULTI_ARCH }}" >> $GITHUB_OUTPUT
3232
if [[ -z "${{ env.MOD_VERSION }}" ]]; then
3333
# **** If the mod needs to be versioned, set the versioning logic below. Otherwise leave as is. ****
34-
MOD_VERSION="2.13.3"
34+
MOD_VERSION="2.15.0"
3535
else
3636
MOD_VERSION=${{ env.MOD_VERSION }}
3737
echo "MOD_VERSION_OVERRIDE=true" >> $GITHUB_OUTPUT

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ The language of the video file will be updated in the Radarr or Sonarr database
138138
If the resulting video file would contain the same tracks as the original, and it's already an MKV, the remux step is skipped.
139139

140140
> [!TIP]
141-
> If you've configured the Radarr/Sonarr **Recycle Bin** path correctly, the original video will be moved there.
141+
> If you've configured the Radarr/Sonarr **Recycle Bin** path correctly, the original video will be moved there unless disabled with the `--disable-recycle` option.
142142

143143
> [!CAUTION]
144144
> If you have ***not*** configured the Recycle Bin, the original video file will be deleted/overwritten and permanently lost.
@@ -210,7 +210,7 @@ All language conditions with positive scores *and* Negated conditions with negat
210210
The script also supports command-line arguments that will override the automatic language detection. More granular control can therefore be exerted or extended using tagging and defining multiple *Connect* scripts (this is native Radarr/Sonarr functionality outside the scope of this documentation).
211211

212212
The syntax for the command-line is:
213-
`striptracks.sh [{-a|--audio} <audio_languages> [{-s|--subs} <subtitle_languages>] [{-f|--file} <video_file>]] [--reorder] [{-l|--log} <log_file>] [{-c|--config} <config_file>] [{-d|--debug} [<level>]]`
213+
`striptracks.sh [{-a|--audio} <audio_languages> [{-s|--subs} <subtitle_languages>] [{-f|--file} <video_file>]] [--reorder] [--disable-recycle] [{-l|--log} <log_file>] [{-c|--config} <config_file>] [{-d|--debug} [<level>]]`
214214

215215
<details>
216216
<summary>Table of Command-Line Arguments</summary>
@@ -221,6 +221,7 @@ Option|Argument|Description
221221
`-s`, `--subs`|`<subtitle_languages>`|Subtitle languages to keep<br/>ISO 639-2 code(s) prefixed with a colon (`:`)<br/>Each code may optionally be followed by a plus (`+`) and one or more modifiers.
222222
`-f`, `--file`|`<video_file>`|If included, the script enters **[Batch Mode](#batch-mode)** and converts the specified video file.<br/>Requires the `--audio` option.<br/>![notes] **Do not** use this argument when called from Radarr or Sonarr!
223223
`--reorder`| |Reorder audio and subtitles tracks to match the language code order specified in the `<audio_languages>` and `<subtitle_languages>` arguments.
224+
`--disable-recycle`| |Disable recycle bin use, even if configured in Radarr/Sonarr
224225
`-l`, `--log`|`<log_file>`|The log filename<br/>Default is `/config/log/striptracks.txt`
225226
`-c`, `--config`|`<config_file>`|Radarr/Sonarr XML configuration file<br/>Default is `/config/config.xml`
226227
`-d`, `--debug`|`[<level>]`|Enables debug logging. Level is optional.<br/>Default is `1` (low)<br/>`2` includes JSON output<br/>`3` contains even more JSON output

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Only the latest major and minor version are supported.
66

77
| Version | Supported |
88
| ------- | ------------------ |
9-
| 2.13.x | :heavy_check_mark: |
10-
| < 2.13 | :x: |
9+
| 2.15.x | :heavy_check_mark: |
10+
| < 2.15 | :x: |
1111

1212
## Reporting a Vulnerability
1313

0 commit comments

Comments
 (0)