Hi everyone,
first of all thanks for the great adon.
I don’t see the cover?
No covers can be seen in the Home Assistant, but they can be seen in Squeezzelite on the computer.
It is also not visible in the home assistant app.
What could be the reason for this?
Thanks in advance.
nickrout
I have just installed this great add on LMS. finally a workable multi speaker music solution. I note you said you had yours in an iframe. When I tried this the limiting size of iframes meant that some controls were not visible (volume) and easily accesible. Do you have some tips and tricks? At the moment I am running it from a side panel link.
Pat
Nickrout,
I have been playing with this for a while and obviously my syntax is not right somewhere. I have LMS installed on the HASSOS running on intel NUC. I want to be able to see the NFS share on my NAS (Truenas 12.0 U5.1)
The share is located on my NAS with file path /mnt/zfs-2-2-2tb/family
I see in the LMS docs that I should be able to add a mount point in the config. I put in what i thought was right but the following error in log?
mkhadir /data/mnt/nfs
[cont-init.d] 11-ha-dirs.sh: exited 0.
[cont-init.d] 15-ha-mounts.sh: executing...
mount -v 192.168.0.251:/mnt/zfs-2-2-2tb/family /data/mnt/nfs
mount.nfs: mount(2): Invalid argument
mount.nfs: mount(2): Invalid argument
mount.nfs: mount(2): Protocol not supported
mount.nfs: rpc.statd is not running but is required for remote locking.
mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
mount.nfs: timeout set for Wed Feb 16 11:48:53 2022
mount.nfs: trying text-based options 'vers=4.2,addr=192.168.0.251,clientaddr=192.168.0.22'
mount.nfs: trying text-based options 'vers=4.1,addr=192.168.0.251,clientaddr=192.168.0.22'
mount.nfs: trying text-based options 'vers=4.0,addr=192.168.0.251,clientaddr=192.168.0.22'
[cont-init.d] 15-ha-mounts.sh: exited 32.
[cont-finish.d] executing container finish scripts...
[cont-finish.d] 50-pause.sh: executing...
[cont-finish.d] 50-pause.sh: exited 0.
[cont-finish.d] 99-message.sh: executing...
-----------------------------------------------------------
Oops! Something went wrong.
We are so sorry, but something went terribly wrong when
starting or running this add-on.
Be sure to check the log above, line by line, for hints.
Thats all right @nickrout I am had the dubious pleasure of writing NFS servers/clients from scratch, I think Nick is right and you may want to try forcing to v3
I just (or better finally) installed the add-on to replace an Ubuntu VM with LMS.
No issues with installation and configuration.
I use an NFS share on a Synology NAS
Problem is when I try to save a playlist, server.log has following error:
[22-02-20 17:45:30.5629] Slim::Formats::Playlists::Base::_filehandleFromNameOrString (86) Error: Could't open /data/mnt/nfs/Playlists/testlist.m3u for writing.
So even adding -rw in the mount, it still seems read-only.
I need RW to be able to use LMSannounce as it tries to save the current playlist to resume it after the service call.
On my ubuntu machine I am able to write in the mounted folder, here it was mounted in fstab with 192.168.2.2:/volume1/music /mnt/nfs-music nfs rsize=8192,wsize=8192,timeo=14,intr
Geert,
sorry I don’t have an answer but I’m just adding more info for the real gurus here.
I changed the path to my mount point in config to - '-o nolock //192.168.0.251/mnt/zfs-2-2-2tb/family/media/ /data/mnt/nfs'
Geert
thanks for the input. I tried those syntax error fixes. The process within the log has now chnaged slightly. this is the relevant part of the log dealing witth the mount.
Phil
apologies for my lack of linux skills. When I enter this command in terminal the showmount is not recognised as a command? it was in red…
I then checked help and it indicated that perhaps i preface with a ha.
I did this and still not recognising the command showmount.
Pat
Update
I guess my lack of skills in Linux will just continue. I did however find that some guru had created a free bsd plugin for Spotify within the LMS server.
I installed this within my truenas LMS jail, plugin and woohoo LMS now plays Spotify.
I can also see my folders within the nas.
Now to just allow ha to see the server for playback options.