rickwookie;330585 Wrote: > > The DESKTOP_SKIN/FullscreenSkin is messed up. >
Could you elaborate on this one? Currently, there are some manual hacks you need to put in to make FullscreenSkin load properly. In DefaultSkinMeta.lua, you need do comment out the loadSkin() line in registerApplet. Likewise, you need to uncomment loadSkin() in FullscreenSkin(). In NowPlayingApplet.lua, the constant ARTWORK_SIZE needs to be set to a different value. Off the top of my head I believe that is 190. In SlimBrowser, change the constant THUMB_SIZE from 56 to, oh what was it...120 I think. Likewise in jive/slim/Player.lua, grep for the number 56 and change it to 120 (or whatever turns out to be the right dimension for thumbnails. Hope that helps. cheers, #!/ben -- bklaas Logitech Developer: Squeezeplay/SqueezeOS/SqueezeboxController/SqueezeCenter Community Developer: Nokia770Skin http://www.last.fm/user/bklaas/ 'KHAAAN!' (http://khaaan.com/)...'BUNNIES!' (http://home.pacbell.net/bettychu/2003allbreedbisris/BIS.html) ------------------------------------------------------------------------ bklaas's Profile: http://forums.slimdevices.com/member.php?userid=58 View this thread: http://forums.slimdevices.com/showthread.php?t=47870 _______________________________________________ jive mailing list [email protected] http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive
