Disabling the ignore filters

Any questions? Need some help?
Post Reply
brokenwu
Posts: 6
Joined: 05 Jan 2018, 19:30

Disabling the ignore filters

Post 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]
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Disabling the ignore filters

Post 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.
:idea: Please read the FAQ and How to Request Help.
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: Disabling the ignore filters

Post 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
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Disabling the ignore filters

Post 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.
:idea: Please read the FAQ and How to Request Help.
Post Reply