04-22-2020, 01:11 PM
(04-22-2020, 12:50 PM)romain64 Wrote: 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.
Well, have you tried letting moOde find the SMB share instead trying to work with the NFS export?
Either method worked for me when I created a virtual Synology NAS for testing purposes last year.
Keep in mind that the moOde folders view is NOT a directory manager. It is a display of the music-containing folders that have been successfully scanned by MPD. Your NAS won't show up in it if MPD didn't (or couldn't) find music files in it.
If you have a green checkmark, then from the moOde command line you should see something like (this from one of my moOde players)
Code:
pi@moodeLR:~ $ ls -l /mnt
total 12
drwxr-xr-x 4 root root 4096 Apr 22 08:10 NAS
drwxr-xr-x 3 root root 4096 Feb 17 19:55 SDCARD
drwxr-xr-x 2 root root 4096 Feb 17 17:16 UPNP
pi@moodeLR:~ $ ls -l /mnt/NAS
total 0
drwxrwxrwx 1 root root 50 May 5 2019 OMV-NFS
drwxrwsrwx+ 22 pi users 0 Aug 22 2019 OMV-SMB
pi@moodeLR:~ $ ls -l /mnt/NAS/OMV-NFS
total 0
drwxrwxrwx 1 1026 users 22 May 5 2019 Jazz
drwxrwxrwx 1 1026 users 24 Apr 16 2016 Musical
...
As you might infer, OMV-NFS is a NFS export from my OpenMediaVault NAS. Similarly, OMV-SMB is a SAMBA share from the same NAS.
The last "ls" command shows the highest level of folders within the NFS export.
Regards,
Kent
Regards,
KEnt