Page 1 of 1
Re: Run batch before executing AMC script
Posted: 15 Jun 2017, 07:46
by rednoah
1.
Modifying files that are being seeded is a very bad idea. Please don't do that.
2.
This kind of stuff should be done via the
--def exec option, calling 3rd party tools after the amc script is done copying files.
This thread might be helpful:
viewtopic.php?f=4&t=5047
Re: Run batch before executing AMC script
Posted: 15 Jun 2017, 08:58
by rednoah
Here's an example on how to call
mkvpropedit on newly processed files:
viewtopic.php?f=4&t=5047
You can learn from that, and make it work with your own commands and scripts.
Re: Run batch before executing AMC script
Posted: 15 Jun 2017, 10:02
by rednoah
Forn73 wrote:
Thanks, I've searched the mkvpropedit documentation on how to delete all subtitles but can't find it...
mkvpropedit doesn't remove streams. It just edits properties. The above example is just an example on how to call
any command-line tool.
Forn73 wrote:
I'm sorry to annoy you but I really would like to get this done.
I see. My rate is
50 EUR per hour if you want to hire me to look into this for you. I'd recommend that you figure it out yourself though. It's probably not that hard.
Re: Run batch after executing AMC script
Posted: 16 Jun 2017, 07:30
by rednoah
That depends on your bat script. Does it expect files to be passed in via command-line arguments?
Re: Run batch after executing AMC script
Posted: 16 Jun 2017, 07:55
by rednoah
If you don't know how your bat script works, or what command-line arguments are, then I recommend going through some basic command-line tutorials first.