Search found 4 matches

by schmitty
June 4th, 2019, 10:21 pm
Forum: Post-Processing Scripts
Topic: [LINUX] Remove unwanted audio+subs
Replies: 28
Views: 23669

Re: [LINUX] Remove unwanted audio+subs

Hi @sander, can you offer any assistance with this script?
by schmitty
May 11th, 2019, 8:10 am
Forum: Post-Processing Scripts
Topic: [LINUX] Remove unwanted audio+subs
Replies: 28
Views: 23669

Re: [LINUX] Remove unwanted audio+subs

ffprobe "/gdrive/movies/Despicable Me (2010)/Despicable Me (2010) - 2D.AVC.h264.DTS-HD MA [5.1].Bluray-1080p.mkv" Stream #0:1(eng): Audio: dts (DTS-HD MA), 48000 Hz, 5.1(side), s32p (24 bit) (default) Metadata: title : English - DTS-HD MA 5.1 BPS-eng : 3963126 DURATION-eng : 01:34:41.68600...
by schmitty
May 11th, 2019, 7:58 am
Forum: Post-Processing Scripts
Topic: [LINUX] Remove unwanted audio+subs
Replies: 28
Views: 23669

Re: [LINUX] Remove unwanted audio+subs

#!/usr/bin/env python ### NZBGET POST-PROCESSING SCRIPT import os import sys import re ## Exit codes used by NZBGet POSTPROCESS_SUCCESS=93 POSTPROCESS_ERROR=94 language = 'eng' # 3 letters, lower case! languageName = 'English' # Use in track titles def handlemkv(mkvfilename): print mkvfilename # fi...
by schmitty
May 9th, 2019, 12:16 am
Forum: Post-Processing Scripts
Topic: [LINUX] Remove unwanted audio+subs
Replies: 28
Views: 23669

Re: [LINUX] Remove unwanted audio+subs

Hi,

I have made a few alterations to the script. One thing I would like to know is, if it is possible to set the audio track name to

Code: Select all

languageName - codec channels 
eg. English - Dolby Digital 2.0

and also set the container title to the movie title or episode number and title