Run batch after executing AMC script

Any questions? Need some help?
Post Reply
User avatar
rednoah
The Source
Posts: 22975
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Run batch before executing AMC script

Post 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
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 22975
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Run batch before executing AMC script

Post 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.
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 22975
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Run batch before executing AMC script

Post 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.
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 22975
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Run batch after executing AMC script

Post by rednoah »

That depends on your bat script. Does it expect files to be passed in via command-line arguments?
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 22975
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Run batch after executing AMC script

Post 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.
:idea: Please read the FAQ and How to Request Help.
Post Reply