Move files automatically based on filename?

Support for Ubuntu and other Desktop Linux distributions
Post Reply
User avatar
rednoah
The Source
Posts: 24036
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Move files automatically based on filename?

Post 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
:idea: Please read the FAQ and How to Request Help.
Post Reply