Page 1 of 1

Alternative Music Copy Method

Posted: 09 Apr 2015, 02:52
by Phukkin
Hello,

Firstly thank you for creating such a fantastic piece of software, it's already saved me countless hours.

I have one question regarding how to modify the amc.groovy script and haven't been able to find anything on these forums to help me so far.

Im currently using amc.groovy triggered through deluge execute and a wrapper script, and all is working perfectly. All I now want to add is a function which simply creates a full copy (hardlink is a pain with folders and subs etc) of all my torrents with the label "Music". I do not want them to be touched or renamed, just copied, whilst continuing to create hard links for Movies and TV. I tried creating an alternative script for deluge to execute to do this separately but kept having issues with both scripts executing on completion they seemed to interfere with each other, so I'd like to do this all in the one script. I am not sure how to do this, preventing filebot from renaming whilst still moving them as a copy, whilst the movies and TV remain as hard links.

Any help would be greatly appreciated and complete my whole automation system.

Thanks in advance.

Re: Alternative Music Copy Method

Posted: 09 Apr 2015, 03:20
by rednoah
--def music=n and figure out the rest in your other scripts.