Search found 2 matches

by emko
20 Oct 2015, 20:43
Forum: Extension scripts
Topic: [Request] change default subtitles to 0 on WEBDL tv shows
Replies: 2
Views: 3853

[Request] change default subtitles to 0 on WEBDL tv shows

I dont need the subtitles to be default ON on the mkv files for WEBDL or any tv show as they are all English ,

find . -name "*.mkv" -exec mkvpropedit {} --edit track:s1 --set flag-default=0 \;

that works but i can't figure out how to get this to work within nzbget as a post process script.