Install Lyrion (Logitech Media Server) using Raspberry Pi OS Lite with two Hard Drive mount methods

preview_player
Показать описание
Install Logitech Media Server using Raspberry Pi OS Lite with two Hard Drive mount methods which are Drive Mapping and with USB Hard Drive plugged into Raspberry Pi

Raspberry Pi OS plus Raspberry Pi Imager
Putty

Text Used
Update Raspberry Pi

sudo apt update
sudo apt full-upgrade

......................

Mount Drive Method 1

Mount Drive (Drive Mapping)

//192.168.1.1/Stuff /home/pi/music cifs guest,_netdev,x-systemd=automount 0 0

sudo nano -Bw /etc/fstab

......................

Mount Drive Method 2

Samba Install

sudo apt-get install samba samba-common-bin

Find Hard Drive UUID

sudo blkid

Mount Drive

UUID=000000000000000000000000 /mnt/Music auto defaults,user,nofail 0 2

sudo nano -Bw /etc/fstab

Samba Setup

[Music]
comment = Music
public = yes
writeable = yes
browsable = yes
path = /mnt/Music/
create mask = 0777
directory mask = 0777
guest ok = yes
only guest = no

......................

Install LMS

Additional Packages (needed to install LMS)

sudo apt-get install libcrypt-openssl-bignum-perl libcrypt-openssl-random-perl libcrypt-openssl-rsa-perl libidn11 libio-socket-ssl-perl libnet-libidn-perl libnet-ssleay-perl perl-openssl-defaults

Download Logitech Media Server (LMS)

Install Logitech Media Server (LMS)

#Raspberrypi #LogitechMediaServer #Picoreplayer
Рекомендации по теме
Комментарии
Автор

Again, a great video.
Right on time for me, just leaving my old trusted RPI2 as an LMS Server.
Great combination with pCP as players.
Have a great weekend.

andrevanvlaanderen
Автор

Unfortunately, this doesn't seem to work any more! For the LMS installation, the command for the installation of additional required packages fails with "E: Unable to locate package libidn11", so the LMS cannot be installed. I tried changing part of the command to "...libidn12", which does seem to install something, but the setting up of the LMS fails anyway. At the last command I just get "Setting up logitechmediaserver (8.3.1) ...", then back to the command prompt, but nothing else happens...

grahamsaunders
Автор

Thanks a lot for your vid's.
To jump to the beginning of the file in Nano, you can use Alt+\ or Ctrl+Home.
To jump to the end of the file you use Alt+/ or Ctrl+End.
Have a great day l

ItsMeThinkering
Автор

I'm a bit lost on the next steps when I'm trying to use an USB DAC in my PI (·3B+). I can't find the options to setup the USB DAC in the LMS menu or should i do this via SSH and linux commands? Thanks.

prnavas
Автор

I used Method 1 with my FritzBox 7490 and samba share was slower then using Method 2. So i guess it depends on which router you have.

mytoxi
Автор

Ty for the video. After I tried to do as you showed, (which didn´t work for me, ) I went back to Picoreplayer and installed LMS in about 15 minutes. What is the advantage of using Raspberry Pi OS if there is no other intended use for the Pi than just beeing a LMS?

Blauschau
Автор

Update if your using Bookworm one of the Additional Packages is removed as it's not needed anymore plus had to move Mount Point from /home/pi/music to /mnt/Music or LMS won't see it also had to update LMS from 8.3.1 to 8.4.0 nightly or it wouldn't load so see below for changes

Bookworm Install

Mount Drive (Drive Mapping)

//192.168.1.1/Stuff /mnt/Music cifs guest, _netdev, x-systemd=automount 0 0

Additional Packages (needed to install LMS)

sudo apt-get install libcrypt-openssl-bignum-perl libcrypt-openssl-random-perl libcrypt-openssl-rsa-perl libio-socket-ssl-perl libnet-ssleay-perl libregexp-ipv6-perl liburi-perl perl-openssl-defaults

Download Logitech Media Server (LMS)


Install Logitech Media Server (LMS)

sudo dpkg -i

Eyerex
Автор

Thanks for the video.
I have a pi 4 that's running OMV6 and TvHeadend (pi os lite). Would it be possible to install picore and LMS on top of that and run all in one system instead of having my LMS on a different pi?

Sakistns
Автор

Thanks much for this video! Question: Did you have any issues with power supplies for the Pi / DAC creating 50/60 cycle hum in the analog output? In general, do you recommend being careful about component quality to supply a HiFi signal to your amp?

Thanks.

kdeuler
Автор

Hi Eyerex, as usual very helpfull video but the link for downloading LMS is no longer valid. I'm trying to the best I can to reverse engineer your commands to download it from the lyrion site but with no succes. what should be the right command? I have RPI 3B+
Thank you

shapka