Re: Move files automatically based on filename?
Posted: 28 Feb 2019, 17:33
1.
These options are specific to the amc script and have no effect whatsoever in this particular filebot call:
2.
You can use the -r option to process all files in the input folder recursively.
3.
You can organize files into a folder structure by passing in a format that describes the path you want.
e.g.
viewtopic.php?f=5&t=4116
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}"
