Search found 7 matches
- 25 May 2021, 15:59
- Forum: Ubuntu & Desktop Linux
- Topic: The --output option is required
- Replies: 16
- Views: 25832
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 ...
- 25 May 2021, 13:40
- Forum: Ubuntu & Desktop Linux
- Topic: The --output option is required
- Replies: 16
- Views: 25832
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 ...
- 24 May 2021, 21:36
- Forum: Ubuntu & Desktop Linux
- Topic: The --output option is required
- Replies: 16
- Views: 25832
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.contains('Familie ...
- 07 Dec 2020, 21:41
- Forum: Scripting and Automation
- Topic: amc folder for christmas movie
- Replies: 1
- Views: 7283
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}/
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}/
- 07 Dec 2020, 18:41
- Forum: Scripting and Automation
- Topic: Kids Movies
- Replies: 33
- Views: 30273
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 ('Children' in genres ...
- 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: 1451
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:
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]
- 04 Feb 2019, 21:42
- Forum: Help and Support
- Topic: [amc script] Force different drives for different content types
- Replies: 1
- Views: 1534
[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}/{fn}" --def subtitles=en,dk --def ...