Search found 5 matches

by hakoreh
28 Oct 2020, 14:13
Forum: Scripting and Automation
Topic: Invalid usage: output folder must be separate from input arguments
Replies: 8
Views: 5668

Re: Scripting Help

Code: Select all

{plex.derive{" [$af]"}.tail}

That's what I wasn't sure of, thank you
by hakoreh
28 Oct 2020, 05:12
Forum: Scripting and Automation
Topic: Invalid usage: output folder must be separate from input arguments
Replies: 8
Views: 5668

Re: Scripting Help

I figured it all out, thank you and its working now. One more step. I am going to tell FB that what type of file its trying to rename, as in movies or TV, therefore when it moves the file to the output, i dont want it to create a movies folder and then put the renamed files there, i just want it to ...
by hakoreh
25 Oct 2020, 16:04
Forum: Scripting and Automation
Topic: Invalid usage: output folder must be separate from input arguments
Replies: 8
Views: 5668

Re: Scripting Help

I dont follow. I see in the log (and while it runs) here's the updated script filebot -script fn:amc --output "X:\PLEX MAIN\Filebot" --action duplicate -non-strict "X:\Completed" --log-file amc.log --def excludeList=amc.txt movieFormat={plex.derive{" [$af]"}} seriesFormat={plex.derive{" [$af ...
by hakoreh
25 Oct 2020, 15:20
Forum: Scripting and Automation
Topic: Invalid usage: output folder must be separate from input arguments
Replies: 8
Views: 5668

Re: Scripting Help

ok thanks different question -- movieFormat={plex.derive{"[$af]"}} seriesFormat={plex.derive{"[$af]"}} I am adding this to my options in CLI and the script runs fine but the data isn't added to the file name filebot -script fn:amc --output "X:\PLEX MAIN\Filebot" --action duplicate -non-strict "X ...
by hakoreh
25 Oct 2020, 02:35
Forum: Scripting and Automation
Topic: Invalid usage: output folder must be separate from input arguments
Replies: 8
Views: 5668

Invalid usage: output folder must be separate from input arguments

I'm new to the command line scene, usually I manually rename with Filebot. I used this line in a script - filebot -script fn:amc --output "X:\Filebot" --action duplicate -non-strict "X:\Completed" --log-file amc.log --def excludeList=amc.txt It worked well but I had to change the directory because ...