Audio cleaning - Languages #9
Replies: 1 comment
-
I can't recall the details from memory, so I'd have to test to be sure. But I think the plugin that I'm using in the flow will avoid it from removing the only audio track, so you don't end up with 0 audio. But I can see how that logic can remove tracks that are considered the video's native audio tracks. One of my design goals is to avoid things like API keys, to keep user interaction at a minimum. But I see no problem making something like this an optional override. This way advanced users can do what they need to do. I'll keep this on my radar for when I get some of the open projects wrapped up. |
Beta Was this translation helpful? Give feedback.
-
I foresee a bit of a problem with the initial audio cleaning.
Lets say I have English, Japanese, Chinese, and Korean set as my library langues. I watch native English movies, Japanese anime and some animated Chinese and Korean stuff. All fine and dandy, but If i download a movie where the native lang is Russian, would this not remove all audio tracks?
Instead, there is a classic plugin that queries sonnar, radar, and tmdb for the shows native lang, and removes all lang not native, eng, and specified languages.
id: Tdarr_Plugin_henk_Keep_Native_Lang_Plus_Eng
Note: this does require an tmdb api key, which is super easy to get. The description says IMDB, but the config says TMDB. Not sure about that.
Beta Was this translation helpful? Give feedback.
All reactions