Firstly I would like to give a huge thank you to the development team for such a great open-source program, it has made my life so much easier

Donations are on their way

Everything is working 100% but I have a problem with the --action cut line.
It throws me a java error in the anc log file telling me it is unable to cut, but when I use the copy function, it works perfectly.
Code: Select all
filebot -script fn:amc --output "C:/Failed" --log-file amc.log --action cut --conflict override -non-strict --def gmail=****:**** music=y artwork=y "ut_label=%L" "ut_dir=%D" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "movieFormat=E:/Movies/{n} ({y}, {imdb.rating}) {genres}/{n} - {y}" "seriesFormat=D:/Series - Watching/{n}/{'Season '+s}/{n} - {s00e00} - {t}"
Code: Select all
Parameter: gmail = *****
Parameter: music = y
Parameter: subtitles = en
Parameter: artwork = y
Parameter: ut_label = TV - SD-Series
Parameter: ut_dir = D:\Downloads
Parameter: ut_state = 5
Parameter: ut_title = The Vampire Diaries - 608 - HDTV x264-LOL.mp4
Parameter: ut_kind = single
Parameter: ut_file = The Vampire Diaries - 608 - HDTV x264-LOL.mp4
Parameter: movieFormat = E:/Movies/{n} ({y}, {imdb.rating}) {genres}/{n} - {y}
Parameter: seriesFormat = D:/Series - Watching/{n}/{'Season '+s}/{n} - {s00e00} - {t}
Input: D:\Downloads\The Vampire Diaries - 608 - HDTV x264-LOL.mp4
Group: [tvs:the vampire diaries] => [The Vampire Diaries - 608 - HDTV x264-LOL.mp4]
IllegalArgumentException: Illegal rename action: cut
java.lang.IllegalArgumentException: Illegal rename action: cut
at net.filebot.StandardRenameAction.forName(StandardRenameAction.java:132)
at net.filebot.cli.ScriptShellBaseClass.getRenameFunction(ScriptShellBaseClass.java:512)
at net.filebot.cli.ScriptShellBaseClass.rename(ScriptShellBaseClass.java:320)
at Script1$_run_closure66.doCall(Script1.groovy:331)
at Script1.run(Script1.groovy:315)
at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:61)
at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:82)
at net.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:109)
at net.filebot.Main.main(Main.java:183)
Failure (°_°)
I would like it only to download artwork for the series and not for each season.
For Example:
Any help would greatly be appreciated.Series > Arrow (arrow artwork) > Season 1 (season artwork)
to become:
Series > Arrow (arrow artwork) > Season 1
Thanks so much in advanced and for the great FileBot project!
Regards Refugees.