Bug 160275 - Coverfetcher for new Amazon Webservice ECS 4.0 does not recognize album title
Summary: Coverfetcher for new Amazon Webservice ECS 4.0 does not recognize album title
Status: RESOLVED FIXED
Alias: None
Product: amarok
Classification: Applications
Component: general (show other bugs)
Version: 1.4-SVN
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: Amarok Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-02 21:07 UTC by Matthias Raffelsieper
Modified: 2008-04-09 19:58 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Diff against current stable branch (605 bytes, patch)
2008-04-03 18:17 UTC, Matthias Raffelsieper
Details

Note You need to log in before you can comment on or make changes to this bug.
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