bongo-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bongo-patches] Fix bug in bongo-libcddb-cddb-info


From: Daniel Jensen
Subject: [bongo-patches] Fix bug in bongo-libcddb-cddb-info
Date: Mon, 05 Feb 2007 15:04:05 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.92 (gnu/linux)

The patch fixes a bug where track names were left out by
`bongo-libcddb-cddb-info'.

diff -Naur bongo-old/bongo.el bongo-new/bongo.el
--- bongo-old/bongo.el  2007-02-05 12:50:53.000000000 +0100
+++ bongo-new/bongo.el  2007-02-05 14:59:12.000000000 +0100
@@ -4956,7 +4956,7 @@
             (when (re-search-forward "^Year:\\s-*\\(.+\\)$" nil t)
               (setq album-year (match-string 1))))
           (while (re-search-forward (concat "^\\s-+\\[[0-9]+\\] '\\(.+\\)'"
-                                            "\\s-+.*(\\(.+\\))$") nil t)
+                                            "\\s-+.*(\\(.+\\))") nil t)
             (push (cons (match-string 1)
                         (bongo-parse-time (match-string 2)))
                   tracks))

reply via email to

[Prev in Thread] Current Thread [Next in Thread]