You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,17 @@
1
1
# About
2
2
A [Docker Mod](https://github.com/linuxserver/docker-mods) for the LinuxServer.io Radarr/Sonarr v3 or higher Docker containers that adds a script to automatically strip out unwanted audio and subtitle tracks, keeping only the desired languages.
3
3
4
-
**NEW!** There is a now an installer for **hotio** containers! See the [HOTIO.md](./hotio/HOTIO.md) file for more details.
4
+
**Beginning with version 2.0 of this mod, it only supports v3 or later of Radarr/Sonarr. For legacy Radarr/Sonarr v2 please use mod release 1.3 or earlier**
5
5
6
6
**This unified script works in both Radarr and Sonarr. Use this mod in either container!**
7
7
>**NOTE:** This mod supports Linux OSes only.
8
-
<!-- markdownlint-disable -->
8
+
9
9
Production Container info: 
1. Pull your selected container ([linuxserver/radarr](https://hub.docker.com/r/linuxserver/radarr"LinuxServer.io's Radarr container") or [linuxserver/sonarr](https://hub.docker.com/r/linuxserver/sonarr"LinuxServer.io's Sonarr container")) from GitHub Container Registry or Docker Hub:
@@ -338,8 +337,5 @@ This would not be possible without the following:
338
337
The AWK script parsing mkvmerge output is adapted from Endoro's post on [VideoHelp](https://forum.videohelp.com/threads/343271-BULK-remove-non-English-tracks-from-MKV-container#post2292889).
339
338
Icons made by [Freepik](https://www.freepik.com) from [Flaticon](https://www.flaticon.com/)
340
339
341
-
## Legacy Change Notes
342
-
Beginning with version 2.0 of this mod, it only supports v3 or later of Radarr/Sonarr. For legacy Radarr/Sonarr v2 please use mod release 1.3 or earlier.
local striptracks_curlret=$?; [ $striptracks_curlret-ne 0 ] && {
848
-
local striptracks_message=$(echo -e "[$striptracks_curlret] curl error when calling: \"$url\" with data $data\nWeb server returned: $(echo $striptracks_result| jq -jcrM .message?)"| awk '{print "Error|"$0}')
849
-
echo"$striptracks_message"| log
850
-
echo"$striptracks_message">&2
851
-
}
852
-
[ $striptracks_debug-ge 2 ] &&echo"Debug|API returned ${#striptracks_result} bytes."| log
0 commit comments