I’ve been working on a hacked version of r00tshell’s Python “All Of Mp3 music downloader“; The idea is to take his research into exactly how to connect to the All of MP3 music download service and re-package it as a friendly, testable, deployable python program.
It’s not finished yet, however the key advantages my version ought to offer will include:
* Fully Object-Oriented Design - This will encourage code-reuse, e.g. somebody could build the class into a QT or GTK based graphical application.
* Support for multi-threaded downloading - This allows users to download multiple files at a time.
* Support for file organisation - This will allow files to be sorted into subdirectories based on their ogg/id3 metadata.
My work is on my subversion archive. The original version can be found on r00tshell’s subversion.
0 Response to “Enhanced Python AllOfMp3.com downloader”