Search found 2 matches

by s1l3nc0r
August 24th, 2010, 8:43 am
Forum: Post-Processing Scripts
Topic: Run mkwdclean after download completion
Replies: 0
Views: 3359

Run mkwdclean after download completion

Can anyone tell me how to get mkwdclean to run after a mkv-file is downloaded ? I have a lot of mkv episodes that need remuxing due to header compression. I have tv-sorting selected with the following rename string %sn/Season %0s/%sn - S%0sE%0e.%ext After download the file ends up in f:\SabNZB-Downl...
by s1l3nc0r
August 23rd, 2010, 8:08 am
Forum: Post-Processing Scripts
Topic: Remove mkv header compression after download
Replies: 0
Views: 4149

Remove mkv header compression after download

I am trying fro a while now to get this script to run correctly after completion of a download. I created a file called MKVFIX.CMD and put the following text in it: @ECHO OFF cd "%~dp0" SET KEY="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\mmg.exe" FOR /...