Page 1 of 1

Re: Move files automatically based on filename?

Posted: 28 Feb 2019, 17:33
by rednoah
1.
These options are specific to the amc script and have no effect whatsoever in this particular filebot call:

Code: Select all

--def music=n --def artwork=y --def xbmc=104.248.58.126

2.
You can use the -r option to process all files in the input folder recursively.

Code: Select all

-r

3.
You can organize files into a folder structure by passing in a format that describes the path you want.

e.g.

Code: Select all

--output "/media/storage2/media" --format "{plex}"
:arrow: viewtopic.php?f=5&t=4116