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

Problem with [MIS] audio track #54

Closed volschin closed 10 months ago

volschin commented 10 months ago

Silent movies oft use [MIS] audio track for their music/acoustic sound. From a film with 2 MIS tracks one was removed accidentally.

Would be best not to touch MIS.

volschin commented 10 months ago

With some research I found more often ZXX or UND is used. UND is already in my settings. And I would like to include zxx and mis also. They are all officially specified in the ISO 632-2 standard.

TheCaptain989 commented 10 months ago

This is interesting. After checking myself, I agree that it may make sense to not remove ZXX tracks. On MIS, the script should have logged the codes and tracks that it removed. Would you mind posting the logs from striptracks.txt showing your silent film so I can see what it found?

TheCaptain989 commented 10 months ago

I've just pushed a development release; untested. If you're brave, you can try modifying your DOCKER_MODS variable to use it:

DOCKER_MODS=thecaptain989/radarr-striptracks:develop

TheCaptain989 commented 10 months ago

I've done some testing and it looks like everything is working as expected. I also took the opportunity to tweak how Radarr's "Any" language is handled to make my script behave more intuitively and easier to maintain. I also added an command-line :any language selection.