Action Copy/Cut & Artwork Modification

Any questions? Need some help?
Post Reply
Refugees
Posts: 1
Joined: 21 Nov 2014, 08:57

Action Copy/Cut & Artwork Modification

Post by Refugees »

Hi there.

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 :mrgreen:

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}"
This is the error that is generated in the log file:

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 (°_°)
Ooh yes and 1 more thing, is there a way to stop artwork from downloading for the season of a TV Shows.
I would like it only to download artwork for the series and not for each season.

For Example:
Series > Arrow (arrow artwork) > Season 1 (season artwork)

to become:

Series > Arrow (arrow artwork) > Season 1
Any help would greatly be appreciated.
Thanks so much in advanced and for the great FileBot project!

Regards Refugees.
User avatar
rednoah
The Source
Posts: 23942
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Action Copy/Cut & Artwork Modification

Post by rednoah »

--action cut WTF? :lol: Have you tried --action CTRL+X? :lol: Excuse my sarcasm, but it made me rofl bad :lol:

Code: Select all

filebot -help

Code: Select all

--action [move, copy, keeplink,        : Rename action
 symlink, hardlink, test]
Also, you can't avoid Season artwork, unless you change the format to a more flat structure without Season N folders.
:idea: Please read the FAQ and How to Request Help.
Post Reply