Hi,
Actually I am using a pretty ugly way to accept/reject music entries, it is the following:
music-config:
accept_all: True
regexp:
reject_excluding:
- '^(Artist 1|Artist 2|Artist 3|...|Artist N) - .* FLAC'
The thing is that I am following a LOT of artists so I end up with a looooong regexp.
Is there a way to do something like:
type or paste config/log snippets here
music-config:
list_match:
from:
- file_list: /path/to/input/list.txt # this does not exists
regexp:
reject_excluding:
- 'FLAC'
And the file containing something like 1 Artist per line, or something in this fashion?
Thanks!
POGMAN
2 posts - 2 participants