Stefan Huelswitt wrote: > diff -urN -x '*.o' -x .dependencies mp3-0.9.11/data-mp3.c mp3-unstable/data-mp3.c > --- mp3-0.9.11/data-mp3.c 2005-02-19 12:11:41.000000000 +0100 > +++ mp3-unstable/data-mp3.c 2005-02-22 18:18:58.000000000 +0100 > @@ -45,7 +39,65 @@ > const char *imagecache = "/var/cache/images/mp3"; > const char *imageconv = "image_convert.sh"; > > -// --- cSong ------------------------------------------------------------- > +// --- cImageConvert ----------------------------------------------------------- Thank you, Stefan. This fixes that threading issue I was talking about a few days ago when an image is generated (not yet in cache). Although, now with this new patch, the image does not display until I re-select the mp3 (if the image is not already in cache). But, its better than before. :) Thanks again....