Search found 2 matches
- 01 Feb 2015, 19:13
- Forum: Scripting and Automation
- Topic: Prevent renaming for certain label
- Replies: 3
- Views: 2502
Re: Prevent renaming for certain label
1. "Location" is hopefully an absolute path. 2. If the "label" is part of the original file path (i.e. download into label folders) then you can probably use the --def ignore script option. The ignore option allows you to define a pattern for files that should be excluded from normal processing, so ...
- 01 Feb 2015, 15:38
- Forum: Scripting and Automation
- Topic: Prevent renaming for certain label
- Replies: 3
- Views: 2502
Prevent renaming for certain label
I am currenlty using: filebot -script fn:amc --output "Location" --log-file amc.log --action copy --conflict override -non-strict --def music=y subtitles=en artwork=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D" What I want to achieve is that depending on what ...