Here is the app
Windows:
http://homer.meso.com/crap/art.zip
Linux:
http://homer.meso.com/crap/zart.tar.gz
This is version .009
Bugs Fixed & Additions
-----------------
11/03/04
- fixed an issue with saving album art
4/28/04
- fixed an issue on how amazon handles its xml request. Now it works
- added the linux which is also the source code.. scroll down for instructions on how to install it for linux
3/16/04
- i fixed an error on not finding some album art even though it was there.
- i took away the dos console window from running
- i added a popup error log
- all program errors that cause a crash should be written to a log file now
3/12/04 part 2
- fixed the null image problem people were seeing. This was due to amazon listing the album but not having a small or large image for that album. I found some had the medium though.
- I also added to the status bar when you are saving so you know when its done
3/12/04
- fixed a nasty bug in the amazon library where if it got a http error code it would die
- added a log file called debug.txt to the dir so it'll show you which albums it could not find album are for
- some minor bug fixes and speed tweaks.
3/11/04
-I got the bug that rgardjr pointed out. There was a problem with a library not being compiled in correctly.
- I also added in two labels on the main app
- the top one shows you the root dir
- the second one shows you the status of the search. Only search for album art when its idle.
Features
-------------
- auto looks up album art from amazon.com
- has 2 types of directory structure
- artist - album
- artist
- ablum
- option to show all art by a artist to custom select album are
known bugs!
------------------
- its a bit laggy. I know this. Its a problem with amazon's web services.
- closing the app will crash if a thread is still running
How to run me in Windows
-------------------
- extract the .zip file to anyplace on your system and run art.exe
- select the options and choose your directory structure type
- Then load up mass load and select your root directory. MAKE SURE it selects into the dir and just don't highlight it.
- Then wait. I have 400 albums and it takes like 30 minutes to finish. If you don't see anything just wait.. something will happen
How to run me in Linux
-------------------
- extract the .tar.gz file on your system
- You need to following libraries installed on your system
TKinter (should come with python)
PIL (
http://www.pythonware.com/products/pil/)
PMW Mega widgets (
http://pmw.sourceforge.net/)
- once all libraries are installed you can run python art.py
- select the options and choose your directory structure type
- Then load up mass load and select your root directory. MAKE SURE it selects into the dir and just don't highlight it.
- Then wait. I have 400 albums and it takes like 30 minutes to finish. If you don't see anything just wait.. something will happen
if you have any issues running in linux contact me
ToDo
--------------------
- try to make it faster finding an album. The problem is that I can only search by artist and then try to find the album name via what the search results are. So if you have beatles albums amazon has like 400 results.. so it'll take a long time to crawl through them all
- id3 support. go into a dir and read the id3 tag on all of the files in the dir and if most of them have the same album name then that must be t he album.
Let me know any features you want