aboutsummaryrefslogtreecommitdiffstats
path: root/community/abcde/fix-mp3-tagging.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@alpinelinux.org>2018-11-07 08:30:39 +0000
committerCarlo Landmeter <clandmeter@alpinelinux.org>2018-11-07 08:30:46 +0000
commit08749a705f0061e7564faf91d6caed928a376cde (patch)
treea2e4c6f498297158bd82a013d76891e4f1360980 /community/abcde/fix-mp3-tagging.patch
parent348c14c7421c7d8fcdc82fd7014fb75eed11f56f (diff)
main/abcde: move to community due to py-eyed3
Diffstat (limited to 'community/abcde/fix-mp3-tagging.patch')
-rw-r--r--community/abcde/fix-mp3-tagging.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/community/abcde/fix-mp3-tagging.patch b/community/abcde/fix-mp3-tagging.patch
new file mode 100644
index 00000000000..e7650c94941
--- /dev/null
+++ b/community/abcde/fix-mp3-tagging.patch
@@ -0,0 +1,20 @@
+*** ./abcde 2010-02-15 16:04:40.000000000 -0600
+--- ./abcde 2010-02-15 14:41:25.000000000 -0600
+***************
+*** 836,842 ****
+ -A "$DALBUM" -a "$TRACKARTIST" -t "$TRACKNAME" \
+ -y "$CDYEAR" -g "$GENREID" \
+ -T "${TRACKNUM:-$1}/$TRACKS" \
+! ${TPE2:+--TPE2 "$TPE2"} \
+ "$ABCDETEMPDIR/track$1.$OUTPUT"
+ ;;
+ esac
+--- 836,842 ----
+ -A "$DALBUM" -a "$TRACKARTIST" -t "$TRACKNAME" \
+ -y "$CDYEAR" -g "$GENREID" \
+ -T "${TRACKNUM:-$1}/$TRACKS" \
+! ${TPE2:+--TPE2 \"$TPE2\"} \
+ "$ABCDETEMPDIR/track$1.$OUTPUT"
+ ;;
+ esac
+