[AMC] Console output with email and root folder changes

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
jonhconstantine11
Posts: 1
Joined: 09 Sep 2019, 06:48

[AMC] Console output with email and root folder changes

Post by jonhconstantine11 »

Hi,
after all, thanks for this awesome tool... I´m automating a new seedbox and it´s superb!!

Now, two questions about the AMC script...
it´s possible to attach the complete console output to the email report?? I tried --def reportError=y but nothing is attached in the email...
It´s possible to change the output root folder for each type without specifying all the format?? I like the default format for each option, but my root folder it´s called Peliculas (Movies in Spanish), and the only option to change this it´s specifyng the whole format...
Thanks so much!!
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [AMC] Console output with email and root folder changes

Post by rednoah »

1.
The root output folder can be specified via --output but the Movies / TV Shows folders that are typically created within that root output folder are part of the {plex} format:
viewtopic.php?t=4116

You can specify your own Movies folder by using a custom format:

Code: Select all

--def movieFormat=Peliculas/{plex.tail}
:idea: Your custom format can of course re-use {plex} for the most part.


2.
If you want to send yourself complete console output via email, then I recommend using the send-email-log.sh bash script:
viewtopic.php?f=4&t=9801
:idea: Please read the FAQ and How to Request Help.
Post Reply