I noticed that *philippe_44* had updated the Airplay-bridge plugin and
decided that I would give it another bash on the O2 Joggler.

I made a fresh install of the Squeezeplay OS 

http://https://birdslikewires.net/squeezeplay-os#content

and installed LMS v7.9.2 using the procedure described on the Wiki,

http://wiki.slimdevices.com/index.php/Debian_Package

with  a couple of additions, 


Code:
--------------------
    
  
  sudo sed -i.bak 's/ubuntu.datahop.net/archive.ubuntu.com/g' 
/etc/apt/sources.list
  
  sudo apt-get update
  
  
---------------------------------------------------------------------------------------------------------
  #1) 
  
  sudo apt-get -y install libio-socket-ssl-perl lame
  --------------------------------------------------------------
  #2)
  
  os=$(dpkg --print-architecture)
  
  if [ "$os" = "armhf" ]; then os=arm; fi
  
  
url="http://www.mysqueezebox.com/update/?version=7.9.2&revision=1&geturl=1&os=deb$os";
  
  latest_lms=$(wget -q -O - "$url")
  
  ---------------------------------------------------------------------------
  #3)
  
  mkdir sources
  
  cd sources
  
  --------------------------------------------------------------------
  #4)
  
  wget $latest_lms
  
  lms_deb=${latest_lms##*/}
  
  sudo dpkg -i $lms_deb
  
  ------------------------------------------------------------------------------
  #5)
  
  sudo apt-get  -f install 
  
  
--------------------



The squeeze2roap-x86 binary refused to work using either Autosave or
Generate to install the configuration file.

I switched to the static binary and with Autosave ticked, one screen
refresh installed the configuration file.

26286


Next up was the Chromecast bridge plugin (also updated, I believe). 

I followed the same procedure as with the Airbridge plugin, I had to
change the binary to static.

26287


Many thanks to *philippe_44* for the updated version of the two bridges,
and also a tip of the hat to *slimhase*.


ronnie


+-------------------------------------------------------------------+
|Filename: Chromecast bridge.png                                    |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=26287|
+-------------------------------------------------------------------+

------------------------------------------------------------------------
Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=109865

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

Reply via email to