dave77;552852 Wrote: > I finally got around to installing the skin using > > wget http://github.com/3guk/Joggler-Squeezeplayer/tarball/master > sudo tar -C /opt/squeezeplay/share/jive/applets/WQVGAsmallSkin -xvf > NAMEOFDOWNLOADEDFILEHERE > > It seemed to extract okay but I can't see any difference? I was > expecting the no playing page to fill the screen better. What should I > be seeing different?
Try (as root): wget http://github.com/3guk/Joggler-Squeezeplayer/tarball/master -O /tmp/squeezeplay-3guk-skin.tgz mkdir /tmp/squeezeplay-3guk-skin cd /tmp/squeezeplay-3guk-skin tar xvzf /tmp/squeezeplay-3guk-skin.tgz # Remove old skin rm -rf /opt/squeezeplay/share/jive/applets/WQVGAsmallSkin # Install new skin cp -av /tmp/squeezeplay-3guk-skin/3guk-Joggler-Squeezeplayer-* /opt/squeezeplay/share/jive/applets/WQVGAsmallSkin -- flattermann Christian Home of 'SqueezeCommander' (http://www.squeezecommander.com) - The SqueezeBox Remote Control App for Android ------------------------------------------------------------------------ flattermann's Profile: http://forums.slimdevices.com/member.php?userid=33169 View this thread: http://forums.slimdevices.com/showthread.php?t=78257 _______________________________________________ jive mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/jive
