Summary: | Integrate Amazon AMZ downloader | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Sven Krohlas <sven> |
Component: | Services/Amazon MP3 Store | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | sven |
Priority: | NOR | ||
Version: | 2.5-git | ||
Target Milestone: | 2.6 | ||
Platform: | Unlisted Binaries | ||
OS: | All | ||
Latest Commit: | Version Fixed In: | 2.7 | |
Sentry Crash Report: |
Description
Sven Krohlas
2011-12-12 14:44:57 UTC
Git commit 5df289172653cf97df489388adcc79d224c3ecdd by Sven Krohlas. Committed on 13/09/2012 at 01:32. Pushed by krohlas into branch 'master'. Amazon store: we now have our own .amz downloader :) * requires clamz, qt -> portable and also interesting for other projects * patch includes MIME-types for .amz files and hooks in .desktop files so that a user just needs to click on an .amz file to make the magic happen * still a very basic app, but it works FIXED-IN:2.7 FEATURE:288803 M +2 -0 ChangeLog M +1 -0 utilities/CMakeLists.txt A +201 -0 utilities/amzdownloader/AmzDownloader.cpp [License: GPL (v2+)] A +54 -0 utilities/amzdownloader/AmzDownloader.h [License: GPL (v2+)] A +139 -0 utilities/amzdownloader/AmzDownloader.ui A +38 -0 utilities/amzdownloader/CMakeLists.txt A +6 -0 utilities/amzdownloader/amzdownloader.desktop A +7 -0 utilities/amzdownloader/amzdownloader.xml A +31 -0 utilities/amzdownloader/main.cpp [License: GPL (v2+)] http://commits.kde.org/amarok/5df289172653cf97df489388adcc79d224c3ecdd |