TheCaptain989 / radarr-striptracks

A Docker Mod to Radarr/Sonarr to automatically strip out unwanted audio and subtitle tracks
https://hub.docker.com/r/thecaptain989/radarr-striptracks
GNU General Public License v3.0
20 stars 1 forks source link

New MKVMerge breaks the script #37

Closed TheCaptain989 closed 3 years ago

TheCaptain989 commented 3 years ago

Somehow I totally missed the the one key feature of mkvmerge that my script relies on was deprecated. 😭

RIP --identify-verbose

Through my stupidity, it apparently has been deprecated since v20. v50 is current. 🙄

Soooooooooo.

The good news is that there is a JSON export option that works in all builds that looks like it will work for my purposes. The bad news is that I have to rewrite the heart of the script, possibly abandoning awk entirely (not necessarily a bad thing). This is going to take some time.

The only way I discovered this is that one Docker container suddenly pulled a more current version during build, for an as yet unknown reason. Great googly moogly.

TheCaptain989 commented 3 years ago

Fixed.