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

sonarr unlinsted language #63

Closed icf20 closed 10 months ago

icf20 commented 10 months ago

the setup is all via docker so i wonder is there any way to keep ro_RO even if listed in the sonarr drop down menu? i ask this because dont want to do it via CLI but on sonarr import automatically

TheCaptain989 commented 10 months ago

the setup is all via docker so i wonder is there any way to keep ro_RO even if listed in the sonarr drop down menu? i asj this because dont want to do it via CLI but on sonarr import automatically

I'm sorry, I don't understand. Can you clarify what you mean by "keep ro_RO"?

icf20 commented 10 months ago

Can you clarify what you mean by "keep ro_RO"?

romanian language

TheCaptain989 commented 10 months ago

Ah. Per the ISO 639-2 code list, that is either "rum" or "ron". So, you could use my Example Wrapper Script as a base and create your own wrapper script.

Maybe something like:

#!/bin/bash

. /usr/local/bin/striptracks.sh -a :rum:ron -s :rum:ron
icf20 commented 10 months ago

facepalm, brain fart from my part, sry

TheCaptain989 commented 10 months ago

No worries.