of cddb just announced, update to 1.5.6 changes: - fixed: better handling of double disc titles - fixed: isolatin1 is removed from the userpackages - fixed: AllMusic works again (new layout of website) - added: new template paper-box, picture - added: added option template_list, which generates list of feasible templates - changed: better regular expression for getting covers from AllMusic.com - fixed: proper encoding of languages through inputenc package
13 lines
610 B
Text
13 lines
610 B
Text
$NetBSD: patch-aa,v 1.5 2006/07/03 18:45:25 drochner Exp $
|
|
|
|
--- disc-cover.orig 2006-06-20 14:16:24.000000000 +0200
|
|
+++ disc-cover
|
|
@@ -39,7 +39,7 @@ my $cvs_id_string = '$Id: disc-cover,v 1
|
|
my ($config_homedir) = "";
|
|
$config_homedir = "$ENV{HOME}" if (defined $ENV{HOME});
|
|
my ($config_tmp_dir) = '/tmp';
|
|
-my (@config_template_dirs) = ('/usr/share/disc-cover/templates','/usr/lib/disc-cover/templates','templates');
|
|
+my (@config_template_dirs) = ('@DCTMPL@', 'templates');
|
|
my ($config_output_format) = 'ps';
|
|
my ($config_device) = "/dev/cdrom";
|
|
my ($config_cddb_cache_directory) = "$config_homedir/.cddb";
|