From 2c0e00ebfeb97a3570f6dfbcc73f6e5c137231b2 Mon Sep 17 00:00:00 2001 From: ThirtySomething Date: Sun, 1 Sep 2024 12:52:05 +0200 Subject: [PATCH] Add EYED3 options in config --- root/ripper/abcde.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/root/ripper/abcde.conf b/root/ripper/abcde.conf index 2408337..433f36a 100644 --- a/root/ripper/abcde.conf +++ b/root/ripper/abcde.conf @@ -96,3 +96,9 @@ EXTRAVERBOSE=2 # Useful for debugging COMMENT='abcde version 2.9.3' # Place a comment... EJECTCD=y # Please eject cd when finished :-) INTERACTIVE=n + +# If passed genre is 255, the ID3 tags will be empty +# This option will handle this - for details see +# section "eyed3.id3:WARNING: Invalid numeric genre" +# https://wiki.ubuntuusers.de/abcde/ +# EYED3OPTS="--non-std-genres"