Skip to content

Commit 4074324

Browse files
authored
Merge pull request #1011 from TheCaptain989/radarr-striptracks
radarr: striptracks release 2.13.0
2 parents c24c3a6 + 04a32f9 commit 4074324

15 files changed

+671
-436
lines changed
37.7 KB
Loading

.github/workflows/BuildImage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
echo "MODNAME=${{ env.MODNAME }}" >> $GITHUB_OUTPUT
2323
echo "MULTI_ARCH=${{ env.MULTI_ARCH }}" >> $GITHUB_OUTPUT
2424
# **** If the mod needs to be versioned, set the versioning logic below. Otherwise leave as is. ****
25-
MOD_VERSION="2.9.0"
25+
MOD_VERSION="2.13.0"
2626
echo "MOD_VERSION=${MOD_VERSION}" >> $GITHUB_OUTPUT
2727
outputs:
2828
GITHUB_REPO: ${{ steps.outputs.outputs.GITHUB_REPO }}

README.md

Lines changed: 169 additions & 74 deletions
Large diffs are not rendered by default.

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.9.x | :heavy_check_mark: |
10-
| < 2.9 | :x: |
9+
| 2.13.x | :heavy_check_mark: |
10+
| < 2.13 | :x: |
1111

1212
## Reporting a Vulnerability
1313

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
. /usr/local/bin/striptracks.sh :nld:dut:und :nld:dut
3+
. /usr/local/bin/striptracks.sh --audio :nld:dut:und --subs :nld:dut
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
. /usr/local/bin/striptracks.sh -d :eng:und :eng
3+
. /usr/local/bin/striptracks.sh -d --audio :eng:und:any+d --subs :eng:any+f
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
. /usr/local/bin/striptracks.sh :eng:fre:und :eng:fre
3+
. /usr/local/bin/striptracks.sh --audio :eng:fre:und --subs :eng:fre
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
. /usr/local/bin/striptracks.sh :eng:jpn:und :eng
3+
. /usr/local/bin/striptracks.sh --audio :eng:jpn:und --subs :eng
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
. /usr/local/bin/striptracks.sh :eng:und :eng
3+
. /usr/local/bin/striptracks.sh --audio :eng:und --subs :eng

root/usr/local/bin/striptracks-fre-debug.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)