kyte heres step by step instructions for my script:
download my script from here http://crunchbanglinux.org/pastebin/298 and save it as ~/scripts/conkymusic.py
chmod +x ~/scripts/conkymusic.py
sudo apt-get install python-mpdclient (only if you use mpd)
download this image http://ecx.images-amazon.com/images/I/11J2DMYABHL.jpg and save it as ~/.noalbum
svn checkout http://python-lastfm.googlecode.com/svn/trunk/ python-lastfm
cd python-lastfm
sudo python setup.py install
cd lastfm
sudo cp -R mixins /usr/local/lib/python2.6/dist-packages/lastfm-0.2-py2.6.egg/lastfm/
sudo cp -R util /usr/local/lib/python2.6/dist-packages/lastfm-0.2-py2.6.egg/lastfm/
now open your conkyrc and add something similar to this(changing the position how you want, and change eric to your username):
Now Playing${hr}
${offset 166}${voffset 50}${execi 5 /home/eric/scripts/conkymusic.py --artist}
${offset 166}${execi 5 /home/eric/scripts/conkymusic.py --album}
${offset 166}${execi 5 /home/eric/scripts/conkymusic.py --title}
${execi 5 /home/eric/scripts/conkymusic.py -a -r}${image /home/eric/.artist -p 0,12}${image /home/eric/.album -p 82,12}
that should be it, but if you have any other problems with it let me know. Also I need to get my own api key soon for lastfm, I "found" the one I'm using. So once I get a new one I'll put it up and ask anyone using the script to update.
edit: also if you want the images a different size call it this way(replace 100x100 with whatever size you want):
${execi 5 /home/eric/scripts/conkymusic.py -a -r -s 100x100}
edit agian: to check if your conky supports images do:
conky --version
under general it should say imlib2
I say never be complete, I say stop being perfect, I say lets evolve, let the chips fall where they may.