Movies in a single directory
Posted: 22 Jul 2014, 12:51
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...
Any help on this would be great. Thanks for your time.
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"