From cbdb0706d73c6b94a5e5ff3a6ac37349163a7a49 Mon Sep 17 00:00:00 2001 From: data Date: Sat, 27 Aug 2005 01:01:48 +0000 Subject: [PATCH] Created 2.3.4 tag git-svn-id: http://abcde.googlecode.com/svn/trunk@109 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- abcde | 12 ++++++++++++ debian/changelog | 10 +++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/abcde b/abcde index 99e1cf5..8a3b59f 100755 --- a/abcde +++ b/abcde @@ -281,6 +281,18 @@ relpath () echo $TO } +# do_getcddbinfo +# Finds an specific field from cddbinfo +# +# TRACKNAME=$(grep ^TTITLE$CDDBTRACKNUM= "$CDDBDATA" | cut -f2 -d= | tr -d \[:cntrl:\] | sed 's/\ \+$//') +# TRACKNAME=$(grep ^TTITLE$CDDBTRACKNUM= "$CDDBDATA" | head -n 1 | cut -f2 -d= | tr -d \[:cntrl:\]) +# TRACKNAME="$(grep ^TTITLE$CDDBTRACKNUM= "$CDDBDATA" | cut -f2- -d= | tr -d \[:cntrl:\] | sed 's/\ \+$//')" + +do_getcddbinfo () +{ + : +} + # This code splits the a Various Artist track name from one of the following # forms: # diff --git a/debian/changelog b/debian/changelog index 7f5257f..23314e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,7 +6,7 @@ abcde (2.3.99-1) unstable; urgency=low -- Jesus Climent Sat, 13 Aug 2005 03:26:59 +0300 -abcde (2.3.3-1) unstable; urgency=low +abcde (2.3.4-1) unstable; urgency=low * Some patches from Tom Spindler - Added some quoting to the md5sum checkings, since the variables could be @@ -15,6 +15,14 @@ abcde (2.3.3-1) unstable; urgency=low -- Jesus Climent Mon, 22 Aug 2005 12:14:54 +0300 +abcde (2.3.3-1) unstable; urgency=low + + * Rips done in a single track were getting tagged as Various. Corrected. + * Possibly eliminated some bashisms from using a variable as a variable + (Closes: #324399). Thanks to A Costa. + + -- Jesus Climent Fri, 26 Aug 2005 01:36:35 +0300 + abcde (2.3.2-1) unstable; urgency=low * Too fast... I forgot to make the tarball and change the version strings in -- 2.20.1