Solved as here
mounts:
-
//192.168.15.1/FRITZBOX/Seagate-Basic-02/audio /media/music
dirs: - /media/music
Solved as here
mounts:
-t cifs -o vers=1.0,username=volumio,password=xxx
Now i can read music on hd attached to router, but in LMS webpage i set folder for playlists, in the same path of music.
If I try to save current playlist that I listen to other already existent, or I make new playlist, LMS popup error, but save its!!
And when I cancel one playlist, it appears again…
Apparently playlist was cancelled from lms, but not in my hd nas…in fact when lms resync, playlists appears again
Screenshot_2023-02-12-20-56-58-295_com.android.chrome-edit|299x500
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
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?
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
what should I add to Config?
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.