Stand alone AMC issues
Posted: 30 Jun 2013, 02:41
I was trying to do a stand alone script as I do not use utorrent and have deluge set up on my seedbox for any downloading needs. I am trying to clean up my media hard drive that has a good amount of organization, but has started to become really cluttered the past year. There is a lot that needs to be renamed and moved.
Code: Select all
filebot -script fn:amc "D:/" --output "G:/" --action copy --conflict override -non-strict --def music=y subtitles=en artwork=y "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S"
Code: Select all
C:\Users\Ryan>import.bat
C:\Users\Ryan>filebot -script fn:amc "D:/" --output "G:/" --action copy --confli
ct override -non-strict --def music=y subtitles=en artwork=y "ut_dir=F" "ut_kind
=N" "ut_label=S"
Parameter: music = y
Parameter: subtitles = en
Parameter: artwork = y
Parameter: ut_dir = F
Parameter: ut_kind = N
Parameter: ut_label = S
Argument: D:\
Exception: Conflicting arguments: pass in either file arguments or ut_dir/ut_fil
e parameters but not both
Failure (░_░)
Launch4j: Failed to run the given command.