![]() |
2011-02-16
, 22:33
|
|
Posts: 151 |
Thanked: 44 times |
Joined on Oct 2007
|
#2
|
![]() |
2011-02-16
, 23:39
|
Posts: 14 |
Thanked: 22 times |
Joined on Nov 2010
|
#3
|
![]() |
2011-02-17
, 21:03
|
|
Posts: 151 |
Thanked: 44 times |
Joined on Oct 2007
|
#4
|
![]() |
2011-03-02
, 01:26
|
Posts: 14 |
Thanked: 22 times |
Joined on Nov 2010
|
#5
|
![]() |
2011-03-02
, 21:07
|
|
Posts: 151 |
Thanked: 44 times |
Joined on Oct 2007
|
#6
|
![]() |
2011-03-04
, 10:37
|
Posts: 14 |
Thanked: 22 times |
Joined on Nov 2010
|
#7
|
![]() |
2011-04-10
, 16:43
|
Posts: 14 |
Thanked: 22 times |
Joined on Nov 2010
|
#8
|
![]() |
2011-04-10
, 16:57
|
Posts: 5,795 |
Thanked: 3,151 times |
Joined on Feb 2007
@ Agoura Hills Calif
|
#9
|
![]() |
2011-04-10
, 19:00
|
Posts: 14 |
Thanked: 22 times |
Joined on Nov 2010
|
#10
|
scroll down for updates
It's exactly what the name suggests, a quite simple graphical Download utility for the AmazonMP3-Store created for maemo/meego.
For me it's more or less a little tool for learning how to program in Qt and refreshing my C++ knowledge, so don't expect anything to fancy.
But i think it might be useful to some of you - when its done.
At the moment all it does is open, debase64 and decrypt an amz-File purchased from Amazons Store and download the MP3s associated with it to a hardcoded directory.
Whatever, here's a little overview:
Currently working:
* Open,decrypt and parse AMZ-File
* Download tracks to specified(hardcoded) directory
* Display progress in Qt
Current Limitations:
* no real support for digital booklets
Enough talking, here's a screenshot:
MainView: the Tracklist
unfortunately my scratchbox VM currently has no internet connectivity and I don't have a current build on my phone, so only placeholder images for covers are displayed.
Oh, btw. here's the garage-page:
https://garage.maemo.org/projects/mamz
Update 16.02.: here is another shot of mamz, this time running on an n900 and downloading some free tracks, as you can see the progress bars don't display correctly and the progress value on the right side has some issues
Update 11.04.: alpha0.2 has been released in packaged form, changes include:
* support for custom naming scheme
* support for custom download directory
* local amazon stores
* fancy background image ;-P
Last edited by fluetke; 2011-04-11 at 17:48. Reason: new screenshot added