Home assistant community addons : LMS the Lyrion Music Server Formerly the Logitech Media Server or SqueezeBox Server. Squeezelite Player

@lucaxxaa try using a local dir for your playlists to rule out and odd issues with cifs/NAS.

I running ha os. I already try to use HA dir, but is the same. Give me error and not save playlist.
In HA I put playlist dir in allowexternaldir

Here mount point configured in add-on

-t cifs -o vers=1.0,noserverino,rw,username=volumio,password=xxx
//192.168.15.1/FRITZBOX/Seagate-Basic-02/audio /data/mnt/music

@lucaxxaa by default the directories need to be writable by uid 1000,

Hello. Thank you very much for your effort. I managed to install LMS server and Squeezeplay addon on Raspberry Pi without any problem. Then I added a second Squeezeplay client via ESP32 Squeezeplay.

Actually my amplifier is same for both players (4 channel amplifier), so if I can install a second instance of Squeezeplay on HAOS and adress a usb soundcard to it, I won’t need an ESP32. Is it possible? If it is, how? Can you help me?

@Huseyin_Ozsut come talk to me on run multiple copies #3 I have some stuff you can test

im sorry to ask this dumb question but how do i access the MP3 files on my usb stick?
what do i put in here? more specifically, what’s the syntax?

my HA OS on thin client can see the USB flash drive stick as seen here

as of now, LMS does not see my mp3 folder on the usb stick:

/device/path/name /mount/point/path/location

Putting this Into mounts should be sufficient. Operation is a describled for debian mount command, best try it out in the terminal addon first to see if it works then just remove the mount command prefix.

mount [-fnrsvw] [-t vfstype] [-o options] device dir
mounts:
  -  /dev/disk/by-id/dm-name-storage-music /var/music

Hi, im struggeling with the exact same issue. I would be glad to see an exact example aswell!

As Phill said

/device/path /mnt
Into mounts should be sufficient

im sorry, i still dont get it.
based on my settings, i typed this in: /dev/disk/by-id/usb-Lexar_USB_Flash_Drive_AA0SKX599VPV6OH7-0:0-part1 /mount/point/media/usb and hit Save at the bottom.

it wants to restart so i restarted HA. didnt work.
went back and see it disappeared. blank as before

i tried again and double check i hit Save. this time, restarted my thin client completely.
didnt work.
went back and it disappeared again.

im sorry but it didnt work for me.
i think this is the syntax based on my setup.
/device/dev/disk/by-id/usb-Lexar_USB_Flash_Drive_AA0SKX599VPV6OH7-0:0-part1 /mnt

Try doing it in the yaml editor and watch for errors on save fashing up.

I have tried it, but i get the following message:

[cont-init.d] 15-ha-mounts.sh: executing... 
mount -v /dev/disk/by-id/usb-JetFlash_Transcend_128GB_06QLWR76VSTTYZ6F-0:0-part1 /var/music
mount: /var/music: mount point does not exist.
[cont-init.d] 15-ha-mounts.sh: exited 32.

I have tried different directories but i am not firm with linux.

This is my system information:

System: Home Assistant OS 8.5  (aarch64 / raspberrypi4-64)
 Home Assistant Core: 2023.1.5
 Home Assistant Supervisor: 2023.03.1
  • same question for me:
    I have ntfs external USB drive connected to NUC with HA OS.
    My disk with music is that one:

what should I add to Config?2023-03-13 22_31_54-Настройки – Home Assistant - Opera

just pls give example of your hdd and your config - hope I could see the idea.

Why are you trying to mount to /var/music? That directory doesn’t exist.

What does that even mean? Do you perhaps mean ntfs?

Suddenly moved from Ubuntu, portainer, docker, supervised
to Ha OS (my ssd died).
Cant get it working under HA OS…

I have used /var/music because it was mentioned in Phils comment

using /mnt gives me “permission denied”

mount -v /dev/disk/by-id/usb-JetFlash_Transcend_128GB_06QLWR76VSTTYZ6F-0:0-part1 /mnt
mount: /mnt: permission denied.

@miholobolo that in the terminal addon?

No, i have made the changes in the configuration tab of the LMS addon and copied the results from the Log of the addon