Page 1 of 1
Looking for a list of AMC switches and what they do.
Posted: 23 Dec 2018, 20:06
by nzdreamer55
Hello,
I read the AMC sticky and would like to know if there is a list of all the switches and what they do.
Thank you very much.
Re: Looking for a list of AMC switches and what they do.
Posted: 23 Dec 2018, 20:38
by rednoah
The amc script inherits all the usual FileBot options:
https://www.filebot.net/cli.html
Any additional
--def name=value options specific to the amc script are documented here:
viewtopic.php?f=4&t=215
rednoah wrote: ↑01 Aug 2012, 13:04
Options:
--def music=y Process music files as well. Disabled by default.
--conflict skip Never override existing files if the same media is downloaded multiple times
--conflict auto Override existing media only if new media is better
--def subtitles=en,de,fr Download subtitles for the given languages
--def artwork=y Fetch artwork/nfo
--def extras=y Generate *.url files and fetch all available backdrops
--def kodi=host[:port] Tell the given Kodi/XBMC instance to rescan it's library
--def plex=host:token Tell the given Plex instance to rescan it's library. Plex Home instances require an
authentication token.
--def emby=host:apikey Tell the given Emby instance to rescan it's library.
--def pushover=userkey[:apikey] Send update notifications to your devices via
Pushover. It is recommended that you
create your own API key.
--def pushbullet=apikey Send full reports to all your
PushBullet devices
--def gmail=username:password Use the following gmail account to send and receive full reports. You must use an
App Password for security reasons.
--def mail=host:port:from[:username:password] Send email via private mail server
--def mailto=email Send report to the given email address
(optional, email to yourself if not set)
--def reportError=y Report errors via email
--def storeReport=y Save reports to local filesystem
--def extractFolder=/path/to/folder Extract archives to this folder
--def skipExtract=y Do not extract archives
--def deleteAfterExtract=y Delete archives after extraction
--def clean=y Automatically remove empty folders and clutter files that may be left behind after moving the video files, or temporary extracted files after copying
--def exec="echo {quote f}" Run program on newly processed files
--def unsorted=y Move media files that cannot be identified to a separate folder
--def ignore=regex Ignore filepaths that match the given
regular expression (case-insensitive by default)
--def minFileSize=0 Only process video files larger than the given number
(in bytes). Defaults to 50 MB.
--def minLengthMS=0 Only process videos longer than the given number
(in milliseconds). Defaults to 10 minutes.
--def excludeList=amc.txt Keep a list of previously processed files to be ignored in future runs
(if you run this script on the same files repeatedly you must enable this option)
Re: Looking for a list of AMC switches and what they do.
Posted: 23 Dec 2018, 21:01
by nzdreamer55
Wonderful. Thanks for the link.
Re: Looking for a list of AMC switches and what they do.
Posted: 24 Oct 2020, 19:03
by cheaters
If you are using both the
userkey and an
apikey remove the square brackets:
It tripped me up on the first try. Maybe it's not immediately obvious to some noobs.
@Rednoah,

Is there support for other
Pushover parameters, like sound

Is there any way to send the reformatted movie title instead of the original torrent name via pushover?
Re: Looking for a list of AMC switches and what they do.
Posted: 25 Oct 2020, 02:26
by rednoah
Unfortunately, Pushover integration is not customizable. That being said, I would generally recommend using PushBullet instead because that way you'll get rich HTML reports instead of basic texts.
Re: Looking for a list of AMC switches and what they do.
Posted: 03 Nov 2020, 16:59
by cheaters
rednoah wrote: ↑25 Oct 2020, 02:26
I would generally recommend using
PushBullet instead.
Unfortunately PushBullet dropped support for iOS and MacOS a few years back.