Search found 7 matches

by djblazdk
25 May 2021, 15:59
Forum: Ubuntu & Desktop Linux
Topic: The --output option is required
Replies: 16
Views: 23473

Re: The --output option is required

# Arguments # args[0] = -script args[1] = fn:sysenv args[2] = --log-file args[3] = sysenv.log args[4] = --output args[5] = J:\Test args[6] = --action args[7] = copy args[8] = --conflict args[9] = auto args[10] = -non-strict args[11] = --lang args[12] = da args[13] = --def args[14] = movieFormat=J:\...
by djblazdk
25 May 2021, 13:40
Forum: Ubuntu & Desktop Linux
Topic: The --output option is required
Replies: 16
Views: 23473

Re: The --output option is required

my log file. # Environment Variables # =::: ::\ =C:: C:\Users\Server\Desktop =ExitCode: 00000004 ALLUSERSPROFILE: C:\ProgramData APPDATA: C:\Users\Server\AppData\Roaming COMPUTERNAME: SERVER ComSpec: C:\Windows\system32\cmd.exe CommonProgramFiles: C:\Program Files\Common Files CommonProgramFiles(x86...
by djblazdk
24 May 2021, 21:36
Forum: Ubuntu & Desktop Linux
Topic: The --output option is required
Replies: 16
Views: 23473

Re: The --output option is required

i got tihs kode filebot -script fn:amc --output "J:\Test" --action copy --conflict auto -non-strict --log-file amc.log --lang da --def movieFormat="J:\drev1/{f =~ /Christmas/ ? 'Julefilm' : f =~ /Jul/ ? 'Julefilm' : f =~ /3D|3d|3dhsbs|H-SBS|3dhou|H-OU|Half-SBS/ ? '3D Film' : genres.co...
by djblazdk
07 Dec 2020, 21:41
Forum: Scripting and Automation
Topic: amc folder for christmas movie
Replies: 1
Views: 7076

amc folder for christmas movie

Hi i need help
how to make a amc script to do a folder name 'christmas' when christmas is navn in the filename


ex. if contains navn christmas
make save path to v:/christmas/{az}/
by djblazdk
07 Dec 2020, 18:41
Forum: Scripting and Automation
Topic: Kids Movies
Replies: 33
Views: 26217

Re: Kids Movies

i use this. filebot -script fn:amc --action copy --conflict auto -non-strict --log-file amc.log --lang da --def movieFormat="V:/drev/Movie/{az}/{n}.({y})/{n} - {t}{any{subt}{if (f.subtitle) '.eng-forced'}}" seriesFormat="V:/drev/{if ('Familie' in genres) {'Kids Series'} else if ('Chil...
by djblazdk
17 Feb 2019, 22:05
Forum: Help and Support
Topic: if genre are Familie or Children then put in to D: else L:
Replies: 1
Views: 1188

if genre are Familie or Children then put in to D: else L:

Hi
i need help to this code for genres
if genre are Familie or Children then put in to D: else L:



my code:

Code: Select all

if('Familie' in genres) {'D'} else  {'L'}} : n =~ /^(?i)[q-z]
by djblazdk
04 Feb 2019, 21:42
Forum: Help and Support
Topic: [amc script] Force different drives for different content types
Replies: 1
Views: 1260

[amc script] Force different drives for different content types

I have this and it will not put them in the folders i make? filebot -script fn:amc --output "I:\new" --action copy --conflict skip -non-strict --log-file amc.log --def --def movieFormat="M:/Movies/{ny}/{fn}" seriesFormat="S:/TV/{n}/{fn}" musicFormat="N:/Music/{n}/{...