Attached is a zip file to replace the Applet BBCRadioApplet.lua file.  
The update deal with the recent issue (a BBC update) which broke "Listen
Again".  The replacement file also fixes the "live" stream by playing
MP3 streams but no station logos or metadata. 

To update, downlooad the attached file and unzip and then using scp to
replace BBCRadioApplet.lua in the Touch.  The copy to the TouchRadio
location "/usr/share/jive/applets/BBCRadio/"

You can use scp to do this. First find the IP address of the Touch/Radio
and make sure Touch?Radio supports remote login. For example if the
Touch/Radio was at 192.168.1.65, then the followingcommand will worjk.
If a password is requested by Touch/radio  then use "1234"

Code:
--------------------
    
  scp   BBCRadioApplet.lua 
[email protected]:/usr/share/jive/applets/BBCRadio/BBCRadioApplet.lua
  
--------------------


If you have a newer linux system,  Touch/radio are quite old and some of
the default security choices are not supported by Touch/radio and so old
algoritms have to be specified with an scp command with the following
example.


Code:
--------------------
    
  scp -oKexAlgorithms=+diffie-hellman-group1-sha1 -caes128-cbc   
BBCRadioApplet.lua 
[email protected]:/usr/share/jive/applets/BBCRadio/BBCRadioApplet.lua
  
--------------------


+-------------------------------------------------------------------+
|Filename: BBCRadioApplet.zip                                       |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=26978|
+-------------------------------------------------------------------+

------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=103293

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

Reply via email to