Uploaded December 2022 | Updated September 2026, 2 weeks ago
Hello video showing how to install a alternative web GUI for TVheadend running on LibreELEC by Dave-p on GitHub
Link to GitHub
github.com/dave-p/TVHadmin-JS
WinSCP
winscp.net/eng/index.php
Text Used
src
webui
static
GUI Access
your.tvh.server:9981/static/TVHadmin-JS/TVHadmin.html
Alternative method to creating the 3 folders
Open WinSCP and go into Root of SD card the same as in video then open Terminal and paste "mkdir -p storage/.kodi/addons/service.tvheadend42/src/webui/static"
#TVheadend #Raspberrypi #LibreELEC
Hello video showing how to install a alternative web GUI for TVheadend running on LibreELEC by Dave-p on GitHub
Link to GitHub
github.com/dave-p/TVHadmin-JS
WinSCP
winscp.net/eng/index.php
Text Used
src
webui
static
GUI Access
your.tvh.server:9981/static/TVHadmin-JS/TVHadmin.html
Alternative method to creating the 3 folders
Open WinSCP and go into Root of SD card the same as in video then open Terminal and paste "mkdir -p storage/.kodi/addons/service.tvheadend42/src/webui/static"
#TVheadend #Raspberrypi #LibreELEC




![Install Lyrion (Logitech Media Server) using Raspberry Pi OS Lite with two Hard Drive mount methods
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
https://www.raspberrypi.com/software/
Putty
https://www.putty.org/
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
sudo nano /etc/samba/smb.conf
[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)
wget https://downloads.slimdevices.com/LogitechMediaServer_v8.3.1/logitechmediaserver_8.3.1_all.deb
Install Logitech Media Server (LMS)
sudo dpkg -i logitechmediaserver_8.3.1_all.deb
#Raspberrypi #LogitechMediaServer #Picoreplayer Install Lyrion (Logitech Media Server) using Raspberry Pi OS Lite with two Hard Drive mount methods](https://i.ytimg.com/vi/xC1ZuqPRZtg/mqdefault.jpg)





