Moode Forum

Full Version: Can't see Synology NAS Library
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
@gekow 

It's hard to figure out what is going on with your configuration from the little you have told us.

I see the two sources you mounted are from the same server. Are they on separate branches of the directory tree on the server (e.g., so no closed loop is formed)?

There's no need to manually regenerate the library and album cover thumbnail cache after the sources are mounted. As described in the setup.txt file, return to the Library panel and select m>Update library. Do you then see new entries in /var/log/moode.log similar to the following?

Code:
20210129 212610 worker: Job sourcecfg
20210129 212647 worker: Job update_library
20210129 212647 mpdindex: Start
20210129 212647 thmcache: Start
20210129 212647 thmcache: Priority: Embedded cover
20210129 212647 thmcache: Res,Qual: Auto
20210129 212647 thmcache: Px ratio: 1
20210129 212647 thmcache: Th width: 100
20210129 212647 thmcache: Thm qual: 75
20210129 212648 thmcache: Scanning: NAS, SDCARD, UPNP
20210129 212648 thmcache: Done: 5 folders scanned, 3 thumbs created, 2 already in cache.
20210129 212650 mpdindex: Done: indexed 4 artists, 3 albums, 23 songs
20210129 212650 worker: Job update_library done


Do you also see new entries in /var/log/mpd/log file similar to the following?


Code:
Jan 29 21:26 : update: added NAS/DSM-NFS-Musical/Barbara Cook/Candide/05 Barbara Cook - Paris Waltz Scene.flac
Jan 29 21:26 : update: added NAS/DSM-NFS-Musical/Barbara Cook/Candide/11 Barbara Cook - Quiet.flac
Jan 29 21:26 : update: added NAS/DSM-NFS-Musical/Barbara Cook/Candide/02 Barbara Cook - The Best of All Possible Worlds.flac
Jan 29 21:26 : update: added NAS/DSM-NFS-Musical/Barbara Cook/Candide/01 Barbara Cook - Overture.flac
Jan 29 21:26 : update: added NAS/DSM-NFS-Musical/Barbara Cook/Candide/06 Barbara Cook - Glitter and Be Gay.flac
Jan 29 21:26 : update: added NAS/DSM-NFS-Musical/Barbara Cook/Candide/07 Barbara Cook - You Were Dead, You Know.flac
Jan 29 21:26 : update: added NAS/DSM-NFS-Musical/Barbara Cook/Candide/10 Barbara Cook - Quartet Finale.flac
Jan 29 21:26 : update: added NAS/DSM-NFS-Musical/Barbara Cook/Candide/08 Barbara Cook - My Love.flac
Jan 29 21:26 : update: added NAS/DSM-NFS-Musical/Barbara Cook/Candide/15 Barbara Cook - Gavotte.flac
Jan 29 21:26 : update: added NAS/DSM-NFS-Musical/Barbara Cook/Candide/13 Barbara Cook - Bon Voyage.flac
Jan 29 21:26 : update: added NAS/DSM-NFS-Musical/Barbara Cook/Candide/16 Barbara Cook - Finale- Make Our Garden Grow.flac
Jan 29 21:26 : update: added NAS/DSM-NFS-Musical/Barbara Cook/Candide/09 Barbara Cook - I Am Easily Assimilated.flac
Jan 29 21:26 : update: added NAS/DSM-NFS-Musical/Barbara Cook/Candide/14 Barbara Cook - What's the Use.flac
Jan 29 21:26 : update: added NAS/DSM-NFS-Musical/Barbara Cook/Candide/12 Barbara Cook - Eldorado.flac
Jan 29 21:26 : update: added NAS/DSM-NFS-Musical/Barbara Cook/Candide/04 Barbara Cook - It Must Be So.flac
Jan 29 21:26 : update: added NAS/DSM-NFS-Musical/Barbara Cook/Candide/03 Barbara Cook - Oh, Happy We.flac

In my case, I captured the above log outputs after spinning up my DSM 6.1-15047 running on a virtual machine. It's acting as an NFS server for a single directory containing the original cast recording of Leonard Bernstein's musical Candide headlining Barbara Cook (the first album I ever ripped and still has messed up track names and metadata<grrr>). As well, there were a few files on the uSD card in addition to the Stereo Test file, hence the mpdindex counts.

Following this, the album and its tracks display properly in the various Library views and playback properly and cover art and thumbnails display correctly.

Regards,
Kent
Examine the MPD log for errors. It records each file that it is able to successfully index and if it encounters any errors trying to index files.

Code:
cat /var/log/mpd/log

The files in your music collection have to be marked with read access and the directories marked with both read and execute access.
https://www.musicpd.org/doc/html/user.html#database
What Tim said.

I've been doing some things so often I don't remember to tell others Blush
I had been getting some strange access issues as well.  I ended up setting the client name in Synology to “moode.*” (or whatever you’ve renamed your box to).  That let it connect more reliably, especially if the IP address varied.  


Make sure you map all users to Admin.  And that that you allow access to sub folders on the last screen.  

Good luck.
Mike
Pages: 1 2