id3-genre.diff 554 B

123456789101112131415
  1. Pass the genre name instead of the identifier to the id3 command as the
  2. numbers are offset by one.
  3. --- abcde-2.9.1.orig/abcde 2018-03-10 00:03:50.000000000 +0100
  4. +++ abcde-2.9.1/abcde 2018-05-21 12:32:49.972288507 +0200
  5. @@ -864,7 +864,7 @@
  6. run_command "tagtrack-$OUTPUT-$1" nice $ENCNICE \
  7. $TAGGER $TAGGEROPTS -c "$COMMENTOUTPUT" \
  8. -A "$DALBUM" -a "$TRACKARTIST" -t "$TRACKNAME" \
  9. - -y "$CDYEAR" -g "$GENREID" \
  10. + -y "$CDYEAR" -g "$CDGENRE" \
  11. -T "${TRACKNUM:-$1}" \
  12. "${ABCDETEMPDIR}/track$1.$OUTPUT"
  13. ;;