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

Would it be possible to run striptracks as import script? #52

Closed volschin closed 11 months ago

volschin commented 11 months ago

In the Media Manager settings is an option to run import via script. Would it be more efficient to use this instead of an additional script that imports first and strip tracks afterwards?

TheCaptain989 commented 11 months ago

I had to chase down this option, as I was totally unfamiliar with it. It looks like this option was only added to Radarr three months ago and I don't see it in Sonarr main yet.

To answer your first question, no, you can't use striptracks in the "Import Using Script" field. It has been written as a post processing script only.

As for possibly being more efficient, yeah I could potentially see that. However, if you're using hard links to move imported movies now, the efficacy savings would be minimal. At any rate, this is not something that I'm going to spend time investigating further right now.

volschin commented 11 months ago

OK, thanks. For information only. The setting is in sonarr v4. Actually the develop branch.