[PROBLEM] Moode find my Nas but not the library - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: [PROBLEM] Moode find my Nas but not the library (/showthread.php?tid=2405) |
RE: Moode find my Nas but not the library - romain64 - 04-22-2020 (04-22-2020, 10:45 AM)vinnn Wrote: @romain64 I think the filesystem is mounting: because in Configure/library/music source is valid and not Red X I test : Configure/library/updade Mpd and in the library there are nothing or in my Nas there are a song look my picture thank for you help RE: Moode find my Nas but not the library - vinnn - 04-22-2020 (04-22-2020, 11:59 AM)romain64 Wrote: I think the filesystem is mounting: because in Configure/library/music source is valid and not Red X I see, so if you've updated the library it's likely the process cannot see your audio files on the share RE: Moode find my Nas but not the library - romain64 - 04-22-2020 (04-22-2020, 10:45 AM)vinnn Wrote: @romain64Thank 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. RE: Moode find my Nas but not the library - TheOldPresbyope - 04-22-2020 (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 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 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 RE: Moode find my Nas but not the library - vinnn - 04-22-2020 (04-22-2020, 12:50 PM)romain64 Wrote: Thank for you help, 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...
Code: mount|grep nfs
Code: ls -l /mnt/NAS/musique
Code: sudo su - mpd -c 'find /mnt/NAS -iname "*mp3" ' Hope that helps RE: Moode find my Nas but not the library - romain64 - 04-22-2020 (04-22-2020, 01:11 PM)vinnn Wrote:It's going to be more complicated, I follow your instructions step by step:(04-22-2020, 12:50 PM)romain64 Wrote: Thank for you help, I think you are right, the problem comes from the nas. I send you a capture of the terminal screen. So now what should happen? Thank a lot RE: Moode find my Nas but not the library - Tim Curtis - 04-22-2020 Your screen shot shows moOde 6.2.1 which is 4 full releases behind the current production 6.4.2 release. Your NAS connection issues might be due to bugs in that old release. I'd recommend installing the current moOde 6.4.2 release or waiting for upcoming 6.5.0 release. RE: Moode find my Nas but not the library - vinnn - 04-22-2020 (04-22-2020, 01:43 PM)romain64 Wrote: It's going to be more complicated, I follow your instructions step by step: That actually looks fine! So you are sure you have updated the MPD database? Are your mp3 files correctly tagged? Start a database update, the progress is shown by the spinning circle in Moode's interface... [attachment=1161] When finished run the following in the terminal to look for errors... Code: moodeutl -l Also run... Code: mpc stats RE: Moode find my Nas but not the library - romain64 - 04-22-2020 (04-22-2020, 01:53 PM)Tim Curtis Wrote: Your screen shot shows moOde 6.2.1 which is 4 full releases behind the current production 6.4.2 release. Your NAS connection issues might be due to bugs in that old release. I use this version because i have mounted a DAC with a Sabre card. The audio phonics seller has modified moodeaudio to have the old screen an the Sabre card driver, and the remote control. But I have a Pi2 and I test with the new version. Thank https://www.audiophonics.fr/fr/blog-diy-audio/23-mise-en-route-raspdac-rasptouch-raspdac-mini-avec-une-image-pre-configuree.html#rdm RE: Moode find my Nas but not the library - romain64 - 04-22-2020 (04-22-2020, 01:58 PM)vinnn Wrote:Yes i 'm sure, I update mpd (look a capture)(04-22-2020, 01:43 PM)romain64 Wrote: It's going to be more complicated, I follow your instructions step by step: and I send the rapport in the terminal I very strange, because the folder Music doesn't appear |