Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Problem: Moode find my Nas but not the library
#15
(04-22-2020, 12:50 PM)romain64 Wrote: Thank for you help, 
192.168.0.18 is ip adress of my nas
192.168.0.17 is my ip adress of my moode player
my shared folder / music : Now, I created a authorization nfs for 192.168.0.0/24 
And I click on update mpd but nothing happen

With my iPhone, I use app folder,  I connected to server with 192.168.0.18 and I acceded to music and play the song. Maybe because I checked SMB,AFP,NFS in service
folder?
Anyway the problem persist : the source has a tick next to it in the moode's library page, but mpd is not finding any file.

This is unlikely to be a Moode issue, it seems this is more likely to be caused by the options on your NFS share on the NAS and/or file permissions of the shared files.

You could access the mounted filesystem in a shell if you wish, as follows...
  •    In Moode goto to [Configure] > [System] > [Local Services] and ensure [SSH term server] is enabled.
  •    Once enabled select the [Open] button for Web SSH terminal
  •    Login as user pi with the password moodeaudio
  •    At the prompt you can see any NFS mounts with...
Code:
mount|grep nfs
... which should show your /mnt/NAS/musique mountpoint
  •    List the contents of the share with
Code:
ls -l /mnt/NAS/musique
  •    Test to see if the mpd user can see any mp3 files on your share...
Code:
sudo su - mpd -c 'find /mnt/NAS -iname "*mp3" '


Hope that helps
Reply


Messages In This Thread
RE: Moode find my Nas but not the library - by vinnn - 04-22-2020, 01:11 PM

Forum Jump: