Search found 3 matches

by Aaron2104
10 Jul 2018, 00:12
Forum: Scripting and Automation
Topic: AMC script with 4K folder
Replies: 9
Views: 4958

Re: AMC script with 4K folder

Thanks for your help I'm almost there now (TV shows work, Movies needs further testing) Also think I've fixed the annoying only works on files in folders error that seemed to come with the new Win10 store version of FB thanks to advice you gave another member so thanks for that too :) This is what I...
by Aaron2104
08 Jul 2018, 23:52
Forum: Scripting and Automation
Topic: AMC script with 4K folder
Replies: 9
Views: 4958

Re: AMC script with 4K folder

Hi, I've used the editor and have the expressions working as I would like in the program itself but the problem I'm having is where to place them in the script as once I add them filebot cmd window opens as expected but immediately shuts, Here's what I've tried: filebot -script fn:amc --output "...
by Aaron2104
07 Jul 2018, 10:56
Forum: Scripting and Automation
Topic: AMC script with 4K folder
Replies: 9
Views: 4958

Re: AMC script with 4K folder

Yep. Something like that will do the trick: {vf == /2160p/ ? '/path/to/Movies 4K' : '/other/path/to/Movies'} Hi Could you possibly show an exapmple of your script and not just this function of it as I'm having trouble adding this to my current script (sorry if this is a newbie question I've just be...