f232b24077
abcde 2.9.2 * Fix up lookup code to deal with spaces etc. in directory names * Cope with "stub" releases in Musicbrainz * Always call glyrc with LC_ALL=C. Thanks to Andreas Vögele for the report and the suggested fix. Closes Issue 83: https://abcde.einval.com/bugzilla/show_bug.cgi?id=50 * Add a link to the CDDB data format in the abcde man page. Closes Issue 81: https://abcde.einval.com/bugzilla/show_bug.cgi?id=81 * More fixups of track number padding. Thanks to John Straw for the patch. -- Steve McIntyre <93sam@debian.org> Thu, 02 Aug 2018 23:07:12 +0800
15 lines
600 B
Text
15 lines
600 B
Text
$NetBSD: patch-ab,v 1.12 2018/08/16 08:37:17 wiz Exp $
|
|
|
|
Adapt path in example for NetBSD.
|
|
|
|
--- abcde.conf.orig 2006-10-02 03:26:11.000000000 +0900
|
|
+++ abcde.conf 2010-04-10 10:03:49.000000000 +0900
|
|
@@ -221,7 +221,7 @@
|
|
# CD device you want to read from
|
|
# It can be defined as a singletrack flac file, but since it might change from
|
|
# file to file it makes little sense to define it here.
|
|
-#CDROM=/dev/cdrom
|
|
+#CDROM=/dev/rcd0d
|
|
# If we are using the IDE bus, we need CDPARANOIACDROMBUS defined as "d"
|
|
# If we are using the ide-scsi emulation layer, we need to define a "g"
|
|
#CDPARANOIACDROMBUS="d"
|