barberousse wrote: 
> This guide is for Raspberry PI A, A+, B, B+ with Raspbian Jessie.
> 
> First, download and put this file somewhere accessible from your rpi
> (sdcard, USB key, network share, etc.)
> ...
> ...
> ...
> Then you can modify /etc/default/logitechmediaserver as required and
> launch the service
> 
> sudo service logitechmediaserver start

Hi Barberoussse,

First, thank you for fixing the LMS server install and posting your
tutorial!! With that I could get the LMS server installed on Raspbian
Jessie.
I took the liberty of using your tutorial to update my tutorial. Also
I've placed the CPAN tar file on my website for download.
If you don't want this, just say so, and I will remove the file.

I've changed the download of the latest nigthly LMS build, and added a
chown.

With these commands one can now install the LMS server:

Code:
--------------------
    
  # install some libs
  sudo apt-get install -y libsox-fmt-all libflac-dev libfaad2 libmad0
  # get the latest nightly build (from downloads.slimdevices.com):
  wget -O logitechmediaserver_all.deb $(wget -q -O - 
"http://www.mysqueezebox.com/update/?version=7.9.0&revision=1&geturl=1&os=deb";)
  sudo dpkg -i logitechmediaserver_all.deb
  # download and install fixed CPAN (Perl) binaries
  wget 
http://www.gerrelt.nl/RaspberryPi/LMSserver/logitechmediaserver_7.9.0_CPAN_5.20_armv6hf.tar.gz
  sudo tar xvzf /home/pi/logitechmediaserver_7.9.0_CPAN_5.20_armv6hf.tar.gz -C /
  # fix permissions:
  sudo chown -R squeezeboxserver:nogroup /usr/share/squeezeboxserver/
--------------------


My tutorial can be found here: 'TUTORIAL: Stand alone Squeezebox server
and player for BBQ'
(http://www.gerrelt.nl/RaspberryPi/wordpress/tutorial-stand-alone-squeezebox-server-and-player-for-bbq/)

Sidenote: I've also described how to setup a WiFi access point on
Jessie.

Greetings,
Gerrelt.


------------------------------------------------------------------------
Gerrelt's Profile: http://forums.slimdevices.com/member.php?userid=58186
View this thread: http://forums.slimdevices.com/showthread.php?t=104515

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

Reply via email to