Page 1 of 1

Using AMC, execute secondary script

Posted: 12 Sep 2014, 12:53
by TheKamakaZi
Hi guys,

I've been looking at FileBot to form part of my media server, and I really like the way it works. Movie and Series renaming and moving work like a charm.

The one small issue I have with it is with AMC's musicFormat. I've been using beets (beets.radbox.org) with great success to sort, tag and file my music collection, so a thought occurred.

Is it possible to have AMC exec a script when it detects the file as music?

Re: Using AMC, execute secondary script

Posted: 12 Sep 2014, 17:30
by rednoah
There's only --def exec and that'd only be called on successfully processed files. So you'll probably need to write your own little script that passes videos to filebot and music to beets.

Re: Using AMC, execute secondary script

Posted: 13 Sep 2014, 19:07
by TheKamakaZi
Thanks rednoah. And thanks for the work you've put in on FileBot. It's a great piece of software.

I'll see what I can cook up.