diff options
author | Andreas Voegele <andreas@andreasvoegele.com> | 2018-05-21 19:31:41 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-05-26 06:59:23 +0700 |
commit | bae37de38323d4187ae7b77cf5fc4fd426f807e7 (patch) | |
tree | dd0fe236fb786b45cbddbff7192569e524b5fe7e /audio/abcde/id3-genre.diff | |
parent | 765f1fc463a9e77abd9e9e15cb1b815be05a2bd6 (diff) |
audio/abcde: Updated for version 2.9.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'audio/abcde/id3-genre.diff')
-rw-r--r-- | audio/abcde/id3-genre.diff | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/audio/abcde/id3-genre.diff b/audio/abcde/id3-genre.diff index e3dd55d26206d..56eec833153e3 100644 --- a/audio/abcde/id3-genre.diff +++ b/audio/abcde/id3-genre.diff @@ -1,18 +1,14 @@ Pass the genre name instead of the identifier to the id3 command as the numbers are offset by one. ---- abcde-2.7.1/abcde.orig 2015-10-04 11:30:28.000000000 +0200 -+++ abcde-2.7.1/abcde 2016-01-09 15:49:12.249326957 +0100 -@@ -822,11 +822,11 @@ - case "$ID3SYNTAX" in - id3) - run_command tagtrack-$OUTPUT-$1 nice $ENCNICE \ +--- abcde-2.9.1.orig/abcde 2018-03-10 00:03:50.000000000 +0100 ++++ abcde-2.9.1/abcde 2018-05-21 12:32:49.972288507 +0200 +@@ -864,7 +864,7 @@ + run_command "tagtrack-$OUTPUT-$1" nice $ENCNICE \ $TAGGER $TAGGEROPTS -c "$COMMENTOUTPUT" \ -A "$DALBUM" -a "$TRACKARTIST" -t "$TRACKNAME" \ - -y "$CDYEAR" -g "$GENREID" \ + -y "$CDYEAR" -g "$CDGENRE" \ -T "${TRACKNUM:-$1}" \ - "$ABCDETEMPDIR/track$1.$OUTPUT" + "${ABCDETEMPDIR}/track$1.$OUTPUT" ;; - id3v2) - # FIXME # track numbers in mp3 come with 1/10, so we cannot |