Bryan Jan;343182 Wrote: 
> Hi Pippin,
> 
> Is there any mean to tell iPeng to scroll the name of the album or name
> of the song horizontally just like the SB3 did?  I guess this is due to
> the width of field display.
> 
> Under iPeng environment, when I browse Beethoven's symphony all I can
> see is the list of 
> Beethoven: Symphony No.......
> Beethoven: Symphony No.......
> Beethoven: Symphony No.......
> 
> When I finally found by trial & error the Beethoven: Symphony No.5 by
> Wiener Philharmoniker conducted by Karajan, the trackname is also a
> list of movements but with the dots "........." instead of the actual
> movement name.
> 
> Please advise,
> Bryan

Yep, that's what happens if you add all the Composer etc. information
to the Title, which isn't really needed in SC.
Scrolling doesn't work. I did try it but it doesn't work on iPhone (it
does _something_ but completely breaks the performance of the browser).
The one alternative is to change the .css file:
in slimserver.css (.../Plugins/iPeng/HTML/slimserver.css)
If you replace the three occurrences of

Code:
--------------------
    
  white-space: nowrap;
  
--------------------

in the "a.tapblock*" tags with

Code:
--------------------
    
  white-space: normal;
  
--------------------

That should do the trick.
It may not look good but should give you the full title as long as you
have at least a few spaces in it.


-- 
pippin

---
see iPeng at penguinlovesmusic.com
------------------------------------------------------------------------
pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=51929

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to