[EMAIL PROTECTED] wrote: > On Tue, 10 Jul 2007 07:58:18 CDT, stuart wrote: >>> So if nothing else, now you and I are looking at the same slimserver. >>> I have many selections with artwork, and many without. I also see that >>> if I go from an album with artwork to one without, I see the old >>> artwork. I did see while telnetted into the mvp that it threw up errors >>> every now and again, saying that it could not display the artwork. >> Yes, that's because slimserver's default "no artwork found" is a png >> file which I don't think is something that mvpmc can decode. I have >> asked and we (mvpmc users) would have to patch slimserver to server up a >> jpg image as this is hard coded. I meant to have mvpmc use it's own art >> work when this happened but the dongle is very tight and images can push >> it over the edge space wise. Hum... that gives me an idea to start in >> a developers thread... > > mvpmc can display png files. However, it looks like the mclient code > is only using mvpw_load_image_jpeg() and not mvpw_set_image(). > > The jpeg code is a lot more efficient, so you should continue to use > it. But if you want other image types to work, you'll need to call > mvpw_set_image() whenever mvpw_load_image_jpeg() fails (see fb.c for > an example). > > Jon > >
...MOVE'n THIS TO THE DEV LIST... ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Mvpmc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mvpmc-users mvpmc wiki: http://mvpmc.wikispaces.com/
