I've got the ffw/rew working.  Even though the new IR commands are for
keydown and keyup, the server doesn't support repeat.  So I implemented
repeat on the empeg and that was the trick.

I have the display working, it works quite well!  Scrolling text is
quite smooth, even though it's done on the server side.  VU meters and
stuff don't work as it looks like that's client side.  The main problem
with the UI is the lack of buttons, although I am working on a custom
map file.

I did need to change one thing on Squeezeboxserver.  In
Slim/Networking/Slimproto.pm I changed

Code:
--------------------
            } elsif ($deviceids[$deviceid] eq 'squeezeslave') {
  
  $client_class = 'Slim::Player::SqueezeSlave';
  $display_class = 'Slim::Display::Text';
  
--------------------


to


Code:
--------------------
            } elsif ($deviceids[$deviceid] eq 'squeezeslave') {
  
  $client_class = 'Slim::Player::SqueezeSlave';
  $display_class = 'Slim::Display::Boom';
  
--------------------


I guess I could create another deviceid, or maybe use the softboom one.
This is the only change I've made, except for the custom map file.

Playback is still flawless, there have been no problems with skipping.


+-------------------------------------------------------------------+
|Filename: 2011-06-26 10.48.45.jpg                                  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=12023|
+-------------------------------------------------------------------+

-- 
rpress
------------------------------------------------------------------------
rpress's Profile: http://forums.slimdevices.com/member.php?userid=31544
View this thread: http://forums.slimdevices.com/showthread.php?t=83362

_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to