Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37877476
en ru br
ALT Linux repositórios
S:1.5.6-alt3.1
5.0: 1.5.6-alt2
4.1: 1.5.6-alt1
4.0: 1.5.6-alt1

Group :: Som
RPM: disc-cover

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: disc-cover-cvs-20070116.patch
Download


 CHANGELOG  | 7 ++++---
 disc-cover | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
index 98d5220..28ce4e9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,8 +1,10 @@
 
-2006-06-20
+CHANGELOG - Disc-Cover - J.I. van Hemert
 
-CHANGELOG - Disc-Cover
+Version 2.0.0
 
+- fixed: low-res pictures taken from allmusic.com are now back to high-res
+  again (thanks to Horst-W. Radners)
 
 Version 1.5.6
 
@@ -742,4 +744,3 @@ Version 0.1
 
 
 
-J.I. van Hemert
diff --git a/disc-cover b/disc-cover
index a8fa77d..8744444 100755
--- a/disc-cover
+++ b/disc-cover
@@ -29,7 +29,7 @@
 # The Netherlands
 #
 
-my $cvs_id_string = '$Id: disc-cover,v 1.6 2006/06/20 12:15:55 jvhemert Exp $';
+my $cvs_id_string = '$Id: disc-cover,v 1.7 2007/01/16 20:47:06 jvhemert Exp $';
 
 
 ################################
@@ -1281,9 +1281,9 @@ sub print_picture
 			print STDERR "Disc-Cover (AllMusic): more than one album found\n" if $flag_verbose;
 
 			#my @entries = ($result =~ /<td class="cell" style="width:172px;word-wrap:break-word;"><a href="\/cg\/amg.dll\?p=amg&sql=([^"]*)">/mig);
-			my @entries = ($result =~ /$artist<\/TD><td class="cell-img"><a href="[^"]*"><img src="[^"]*" border="0" alt="Listen Now!" title="Listen Now!" style="padding-top:1px;padding-right:2px;" \/><\/a><\/TD><td class="cell" style="width:172px;word-wrap:break-word;"><a href="\/cg\/amg.dll\?p=amg&sql=([^"]*)">/mig);
+			my @entries = ($result =~ /$artist<\/TD><td class="cell-img"><a href="[^"]*"><img src="[^"]*" border="0" alt="Listen Now!" title="Listen Now!" style="padding-top:1px;padding-right:2px;" \/><\/a><\/TD><td class="cell" style="width:\d\d\dpx;word-wrap:break-word;"><a href="\/cg\/amg.dll\?p=amg&(?:amp;)?sql=([^"]*)">/mig);
 			print STDERR "Disc-Cover (AllMusic): using artist to determine correct album, this leaves ".(1+$#entries)." album(s)\n" if $flag_verbose;
-			print STDERR join(' / ',@entries)."\n";
+			print STDERR join(' / ',@entries)."\n" if $flag_verbose;
 			if (defined $entries[0])
 			{
 				print STDERR "Disc-Cover (AllMusic): downloading AllMusic info page of the first album (key: $entries[0])\n" if $flag_verbose;
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009