Tdarr_Plugin_henk_Keep_Native_Lang_Plus_Eng
Remove All Langs Except Native And English (v1.2)
This plugin will remove all language audio tracks except the 'native' (requires TMDB api key) and English. 'Native' languages are the ones that are listed on imdb. It does an API call to Radarr, Sonarr to check if the movie/series exists and grabs the IMDB id. As a last resort it falls back to the IMDB id in the filename.
Inputs:
Name: user_langs
Type: string
Tooltip:
Input a comma separated list of ISO-639-2 languages. It will still keep English and undefined tracks.(https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes 639-2 column)\nExample:\nnld,nor
Name: priority
Type: string
Tooltip:
Priority for either Radarr or Sonarr. Leaving it empty defaults to Radarr first.\nExample:\nsonarr
Name: api_key
Type: string
Tooltip:
Input your TMDB api (v3) key here. (https://www.themoviedb.org/)
Name: radarr_api_key
Type: string
Tooltip:
Input your Radarr api key here.
Name: radarr_url
Type: string
Tooltip:
Input your Radarr url here. (Without http://). Do include the port.\nExample:\n192.168.1.2:7878
Name: sonarr_api_key
Type: string
Tooltip:
Input your Sonarr api key here.
Name: sonarr_url
Type: string
Tooltip:
Input your Sonarr url here. (Without http://). Do include the port.\nExample:\n192.168.1.2:8989