Uploaded August 2023 | Updated September 2026, 2 weeks ago
This is a standard version of Picoreplayer with larger text and icons so easier to read from a distance or maybe if your long-sighted
Download Link
drive.google.com/file/d/1xID5qRSBNZ_vWJhNkz3raPsP-yrZnsxb/view?usp=sharing
How to install
youtu.be/QpFYVz0_xyQ
Think that's all the changes i made
107 THUMB_SIZE = 65,
108 THUMB_SIZE_MENU = 65,
282 local thisSkin = 'remote'
307 --imgpath .. "5_line_lists/tch_5line_divider_l.png",
308 --imgpath .. "5_line_lists/tch_5line_divider.png",
309 --imgpath .. "5_line_lists/tch_5line_divider_r.png",
313 imgpath .. "5_line_lists/menu_sel_box_75.png",
318 imgpath .. "5_line_lists/menu_sel_box_75.png",
690 local ALBUMMENU_FONT_SIZE = 30
691 local ALBUMMENU_SMALL_FONT_SIZE = 26
692 local TEXTMENU_FONT_SIZE = 40
696 local TEXTAREA_FONT_SIZE = 38
710 local FIVE_ITEM_HEIGHT = 75
1701 height = 30,
2066 font = _boldfont(30),
2091 font = _boldfont(30),
2798 local NP_ARTISTALBUM_FONT_SIZE = 48
2799 local NP_TRACK_FONT_SIZE = 56
2859 y = TITLE_HEIGHT + 45,
2860 h = 60,
2876 y = TITLE_HEIGHT + 32 + 32 + 50,
2877 h = 60,
2894 h = 60,
3387 y = TITLE_HEIGHT + 50 + 60 + 65,
3482 h = TITLE_HEIGHT + 10,
3488 font = _boldfont(40),
#Picoreplayer #Raspberrypi #Guide
This is a standard version of Picoreplayer with larger text and icons so easier to read from a distance or maybe if your long-sighted
Download Link
drive.google.com/file/d/1xID5qRSBNZ_vWJhNkz3raPsP-yrZnsxb/view?usp=sharing
How to install
youtu.be/QpFYVz0_xyQ
Think that's all the changes i made
107 THUMB_SIZE = 65,
108 THUMB_SIZE_MENU = 65,
282 local thisSkin = 'remote'
307 --imgpath .. "5_line_lists/tch_5line_divider_l.png",
308 --imgpath .. "5_line_lists/tch_5line_divider.png",
309 --imgpath .. "5_line_lists/tch_5line_divider_r.png",
313 imgpath .. "5_line_lists/menu_sel_box_75.png",
318 imgpath .. "5_line_lists/menu_sel_box_75.png",
690 local ALBUMMENU_FONT_SIZE = 30
691 local ALBUMMENU_SMALL_FONT_SIZE = 26
692 local TEXTMENU_FONT_SIZE = 40
696 local TEXTAREA_FONT_SIZE = 38
710 local FIVE_ITEM_HEIGHT = 75
1701 height = 30,
2066 font = _boldfont(30),
2091 font = _boldfont(30),
2798 local NP_ARTISTALBUM_FONT_SIZE = 48
2799 local NP_TRACK_FONT_SIZE = 56
2859 y = TITLE_HEIGHT + 45,
2860 h = 60,
2876 y = TITLE_HEIGHT + 32 + 32 + 50,
2877 h = 60,
2894 h = 60,
3387 y = TITLE_HEIGHT + 50 + 60 + 65,
3482 h = TITLE_HEIGHT + 10,
3488 font = _boldfont(40),
#Picoreplayer #Raspberrypi #Guide









![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)
