Page 1 of 1

[AMC] Console output with email and root folder changes

Posted: 09 Sep 2019, 06:53
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!!

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

Posted: 11 Sep 2019, 05:50
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