Need help with filebot CI

Any questions? Need some help?
Post Reply
ironmathyu5
Posts: 1
Joined: 16 Apr 2020, 10:18

Need help with filebot CI

Post by ironmathyu5 »

I have 2 folders in the Media, which are Movies and TV Shows. There 2 main folders have subfolders. I tried to have Filebot just to go thru and reformat the folders and videos,. But It is creating movies and TV shows folders in each subfolder.

Code: Select all

filebot -script fn:amc "W:Media/" --action move --format {plex} -non-strict --def excludeList=amc.txt
https://tweakbox.mobi/ https://getappvalley.com/ https://vlc.onl
User avatar
rednoah
The Source
Posts: 22991
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Need help with filebot CI

Post by rednoah »

ironmathyu5 wrote: 16 Apr 2020, 10:37 It is creating movies and TV shows folders in each subfolder.
Yes, that is what it's supposed to be doing. That is the intended purpose of the amc script script, and the expected file and folder structure as defined by the {plex} format.


:!: Not explicitly specifying --output can cause headaches. Because if we don't define it, then it will be defined for us, somehow, and that might not be what we want.


:!: I'm not sure what "W:Media/" means exactly. It might mean absolute path W:/Media/ which is probably what we intend. It might mean relative path Media/ in the current working directory but on W: which probably isn't what we intend. We probably wanna be precise about this. ;)
:idea: Please read the FAQ and How to Request Help.
Post Reply