Page 1 of 1

Movies in a single directory

Posted: 22 Jul 2014, 12:51
by stilly1981
I have been trying to find out how to get movies into one directory instead of having separate directories for each movie under my main movies folder. My current code is...

Code: Select all

filebot -script fn:amc --output "D:/Users/Aaron/Videos" --log-file amc.log --action move --conflict override -non-strict --def music=y "seriesFormat=D:/Users/Aaron/Videos/TV Shows/{n}/Season {s}/{n} - {s00e00} - {t}" "movieFormat=D:/Users/Aaron/Videos/Movies/{n} ({y})" --def clean=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
Any help on this would be great. Thanks for your time.

Re: Movies in a single directory

Posted: 22 Jul 2014, 15:52
by rednoah
Format looks good. So what's not working? Logs?

Re: Movies in a single directory

Posted: 24 Jul 2014, 07:38
by stilly1981
The movies currently go into separate directories in my Movies folder. ie: /Videos/Movies/Iron Man/Iron Man.avi
I would like to have them all in one folder ie. /Videos/Movies/Iron Man.avi
Any help would be great. Thanks

Re: Movies in a single directory

Posted: 24 Jul 2014, 07:44
by rednoah
Logs???

Note that folders that already contain movie.nfo will be considered as a single unit and will be renamed as such, much like as if it was a DVD folder or ISO file. In any case I NEED THE LOGS because I can't reproduce the issue.

Re: Movies in a single directory

Posted: 25 Jul 2014, 08:39
by stilly1981
Sorted. Just got rid of the utorrent parameters and stipulated the directory via the command line. It was using the information from "ut_dir=%D" and creating a directory for each movie and putting everything into that newly created directory. Thanks for an awesome program.

Re: Movies in a single directory

Posted: 25 Jul 2014, 10:01
by rednoah
If you repeatedly call filebot on the same folder make sure to set:

Code: Select all

--def excludeList=amc.txt