Page 1 of 1

Disabling the ignore filters

Posted: 16 Oct 2018, 10:34
by brokenwu
When using the AMC script for music, files with "Sample" or "Trash" in their name get auto-ignored. Is there some option to unignore these kind of files when adding music?

Examples:

Code: Select all

Ignore extra: /mnt/disk3/torrent/complete/music/Billy Kenny - What You Sample  I Eat Beats (2015) [WEB TAB005] {This Ain't Bristol} [FLAC 16bit 44.1kHz]
Ignore extra: /mnt/disk3/torrent/complete/music/Lex & Wood - Trailer Trash (2018) [WEB ARSBJKT040] {Armada Subjekt} [FLAC]

Re: Disabling the ignore filters

Posted: 16 Oct 2018, 13:11
by rednoah
Unfortunately, the amc script is quite conservative in this regard, and the idea is that you just process a few files manually with the GUI or with filebot -rename calls once in a while. Running your own fork of the amc script with your own customizations is possible as well.

Re: Disabling the ignore filters

Posted: 16 Oct 2018, 17:09
by kim
It's not like Audio has a lot of e.g. "Sample" files
so...
Why not change AMC to

Code: Select all

f.isVideo(){***do same as before***}
= exclude audio files

Re: Disabling the ignore filters

Posted: 18 Oct 2018, 12:17
by rednoah
The latest revision of the amc script will apply the extras filter to video files only. You can use -script dev:amc to run the latest revision.