Logitech Media Server (LMS) Setup Tutorial via piCorePlayer and Ubuntu Server
In this video I show you how to setup Logitech Media Server with both the integrated LMS installer in piCorePlayer and in Ubuntu Server.
This is part of my LMS series for the rest of the series see the play list: https://www.youtube.com/playlist?list=PLz3vNrSGuT7Ze2csfU_vWJpgImk987DM1
Links:
https://www.mysqueezebox.com/download
Commands used in the video:
sudo apt install net-tools
ifconfig
curl -O https://downloads.slimdevices.com/LogitechMediaServer_v8.3.1/logitechmediaserver_8.3.1_amd64.deb
sudo apt install libio-socket-ssl-perl
libcrgpt-openssl-rsa-perl libcrgpt perl-openssl-abi-3
sudo dpkg -i logitechmediaserver_8.3.1_amd64.deb
sudo mkdir /mnt/nusic/
sudo nano /etc/fstab
“//192.168.68.31/Elephant /mnt/music cifs username=,password= 0 0”
sudo chmod -R 777 /mnt/music/
sudo systemctl enable logitechmediaserver.service
sudo systemctl status logitechmediaserver.service
sudo reboot now
sudo systemctl status logitechmediaserver.service
0:00 Intro
1:04 piCorePlayer LMS is off by default
2:06 piCorePlayer LMS install
4:15 LMS setup piCorePlayer
5:32 piCorePlayer add network music folder
8:35 Finish LMS setup piCorePlayer
9:56 Raspberry Pi performance woes
12:41 LMS finds piCorePlayers
13:32 Ubuntu Server Specs
13:58 LMS setup Ubuntu Server
17:17 Ubuntu Server add network music folder
19:20 Start LMS Ubuntu Server
20:15 LMS setup Ubuntu Server
21:38 LMS auto found piCorePlayer
21:56 Yay! Performance!
23:20 Outro
ubuntu