Bug 160275

Summary: Coverfetcher for new Amazon Webservice ECS 4.0 does not recognize album title
Product: [Applications] amarok Reporter: Matthias Raffelsieper <hoschiraffel>
Component: generalAssignee: Amarok Developers <amarok-bugs-dist>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 1.4-SVN   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Diff against current stable branch

Description Matthias Raffelsieper 2008-04-02 21:07:51 UTC
Version:           1.4.8 (using KDE 3.5.9)
Installed from:    Gentoo Packages
Compiler:          gcc 4.2.3 
OS:                Linux

Since March 31st Amazon has turned off the ECS 3.0 webservice that was providing the covers so far. In the Amarok SVN there is already a patch (http://bugs.kde.org/show_bug.cgi?id=155257), but this does not recognize the album title. This can be fixed by changing the constant string "Album" to "Title" in the function parseItemNode().
Comment 1 Lydia Pintscher 2008-04-03 17:10:36 UTC
Can you please attach a patch against current svn?

Thank you.
Comment 2 Matthias Raffelsieper 2008-04-03 18:17:12 UTC
Created attachment 24167 [details]
Diff against current stable branch

Changed the XML-node name from "Album" to "Title"
Comment 3 Dan Meltzer 2008-04-09 19:55:50 UTC
SVN commit 795286 by dmeltzer:

Fix a mistake in the xml parsing that caused the album name not to show up.
Patch by Matthias Raffelsieper <hoschiraffel@freenet.de>
BUG: 160275


 M  +1 -1      coverfetcher.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=795286
Comment 4 Dan Meltzer 2008-04-09 19:58:21 UTC
SVN commit 795287 by dmeltzer:

Forwardport r795286, Display the album title in the cover fetcher
CCBUG: 160275


 M  +1 -1      CoverFetcher.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=795287