Search found 1 match

by conker
14 Sep 2025, 15:22
Forum: Help and Support
Topic: Exclude files in history.xml or with xattr metadata
Replies: 1
Views: 6590

Exclude files in history.xml or with xattr metadata

hey guys,
i am using cli on linux to use filebot amc script.

how can i use:

Shell: Select all

none{ historic.f || f.metadata }
I tried it first to ignore files in history.xml only but it doesnt work:

Shell: Select all

--file-filter "none{ historic.f }" 
what i am doing wrong?