On Jun 3, 2020, at 5:02 PM, Xant <armando...@gmail.com> wrote:
--
You received this message because you are subscribed to the Google Groups "weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/8a175856-78cc-4f08-b152-ff6473867ce8%40googlegroups.com.

Logitech Media Center on Raspberry Pi
See: https://www.hagensieker.com/wordpress/2018/06/12/302/
The RPI version of Logitech Media Center is a lot faster than the (elder) version on my Synology NAS.
My configuration:
- Raspberry Pi model 3B+
- Gigabit router and swith
- Synology Squeezebox Radio - name: SB-radio
- Squeezebox Radio UE (firmware converted to Squeezebox Radio) - name: SB-accu
- Logitech Media Server Versie: 7.9.2 - 1578996832 @ Tue Jan 14 12:17:56 CET 2020
Music data:
a. via a network share
b. on a local USB hard disk
Configuration
a. Synology NAS DS216j with a total of 18,063 mp3 songs with embedded lyrics and album covers.
sudo nano /etc/fstab
and add the following line
//<ip-addres-of-nas>/music /home/pi/music cifs username=<myusername>,password=<mypassword>,uid=pi,gid=pi,file_mode=0777,dir_mode=0777,iocharset=utf8,vers=1.0 0 0
mount /home/pi/music
b. My Passport 500 GB USB harddisk connected to the RPI
sudo nano /etc/fstab
and add the following line
PARTUUID=<uuid of my passport disk> /media/music ntfs defaults 0 2
Note: The 135 GB music data was transferred with rsync from my NAS to the local hard disk.
(My cmon application crashed during the transfer because the number of received bytes by the network was bigger than the database int(11) value!)
On my iPad I use the LMS webinterface (http://<ip addres of my RPI>:9000 to control the playing or via my iPeng app.
Luc