10-17-2019, 02:46 AM
@pisuke74
<tl;dr --- my up-to-date moOde player and my virtual Synology NAS work fine together>
So I spun up my virtual Synology DS3615xs NAS this evening. It's Synology's DiskStation Manager software version DSM 6.1-15047 running in Oracle VirtualBox on a Linux host.
I created a shared folder named "Music" and copied several albums into it. I enabled SMB service and gave read-only access privilege to user "guest". On my RPi4 running moOde 6.3.0 (hostname: moOdeLR) we get this result:
Here you see various shares published by my Linux Mint laptop (T520), my Open Media vault NAS running on an Odroid HC1 (OMV-HC1), a number of moOde music players, my big-iron Linux server in the basement (KRYPTON), and finally my virtual Synology NAS (DS3615XS).
My moOde players have no difficulty discovering DS3615XS in a Samba scan, connecting to its Music share as user "guest", building their MPD databases, and playing selected tracks.
Since you mentioned UPnP, I also downloaded and installed the Synology Media Server package. DS3615xs then appeared among the UPnP services detected on my LAN using various diagnostic tools (such as gssdp-discover in Linux or the UPnP Tool app on my Android phone).
Using the BubbleUPnP app on my Android phone as my UPnP control point, I selected DS3615xs as the media server (aka library) and my moOde player as the renderer (with the UPnP Renderer enabled in the player of course). I have no difficulty selecting and playing tracks from the Synology Media Server.
According to the DSM control panel, this virtual NAS has been up for 4+ hours now and I've experienced no glitches or disconnects.
Tim's already covered some basic diagnostics. I haven't been able to glean enough clues yet from your reports to be able to suggest more focused ones other than what I suggested in my previous post regarding problem directories/tracks. If indeed this is the root cause, it has to be fixed on the server end.
Regards,
Kent
<tl;dr --- my up-to-date moOde player and my virtual Synology NAS work fine together>
So I spun up my virtual Synology DS3615xs NAS this evening. It's Synology's DiskStation Manager software version DSM 6.1-15047 running in Oracle VirtualBox on a Linux host.
I created a shared folder named "Music" and copied several albums into it. I enabled SMB service and gave read-only access privilege to user "guest". On my RPi4 running moOde 6.3.0 (hostname: moOdeLR) we get this result:
Code:
pi@moodelr:~ $ sudo smbtree -N -b
WORKGROUP
\\T520 T520 server (Samba, Ubuntu)
\\T520\L-R-EPSON-WF-3620 EPSON WF-3620 Series
\\T520\HP-ENVY-7640-series HP ENVY 7640 series
\\T520\HL5450DN HL5450DN
\\T520\IPC$ IPC Service (T520 server (Samba, Ubuntu))
\\T520\print$ Printer Drivers
\\OMV-HC1 omv-hc1 server
\\OMV-HC1\IPC$ IPC Service (omv-hc1 server)
\\OMV-HC1\Music
\\OMV-HC1\Test
\\MOODELR moOde SMB Server
\\MOODELR\IPC$ IPC Service (moOde SMB Server)
\\MOODELR\HP4GB1 USB Storage
\\MOODELR\MUSIC USB Storage
\\MOODELR\SDCard SDCARD Storage
\\MOODELR\Radio RADIO Stations
\\MOODELR\Playlists Playlist Directory
\\MOODELR\NAS NAS Shares
\\MOODE0W moOde SMB Server
\\MOODE0W\IPC$ IPC Service (moOde SMB Server)
\\MOODE0W\SDCard SDCARD Storage
\\MOODE0W\Radio RADIO Stations
\\MOODE0W\Playlists Playlist Directory
\\MOODE0W\NAS NAS Shares
\\MOODE moOde SMB Server
\\MOODE\IPC$ IPC Service (moOde SMB Server)
\\MOODE\SDCard SDCARD Storage
\\MOODE\Radio RADIO Stations
\\MOODE\Playlists Playlist Directory
\\MOODE\NAS NAS Shares
\\KRYPTON krypton server (Samba, Ubuntu)
\\KRYPTON\Brother_HL_5450DN_series@BRN30055C149F5F.local
\\KRYPTON\HP_ENVY_7640_series_E9D11B_ HP_ENVY_7640_series_E9D11B_
\\KRYPTON\Brother_HL_5450DN_series Brother_HL_5450DN_series
\\KRYPTON\HP_ENVY_7640_series_E9D11B_@HP5065F3E9D11B.local
\\KRYPTON\IPC$ IPC Service (krypton server (Samba, Ubuntu))
\\KRYPTON\Pictures
\\KRYPTON\print$ Printer Drivers
\\DS3615XS
\\DS3615XS\video System default shared folder
\\DS3615XS\photo System default shared folder
\\DS3615XS\IPC$ IPC Service ()
\\DS3615XS\Music my basic 3gb volume
pi@moodelr:~ $
Here you see various shares published by my Linux Mint laptop (T520), my Open Media vault NAS running on an Odroid HC1 (OMV-HC1), a number of moOde music players, my big-iron Linux server in the basement (KRYPTON), and finally my virtual Synology NAS (DS3615XS).
My moOde players have no difficulty discovering DS3615XS in a Samba scan, connecting to its Music share as user "guest", building their MPD databases, and playing selected tracks.
Since you mentioned UPnP, I also downloaded and installed the Synology Media Server package. DS3615xs then appeared among the UPnP services detected on my LAN using various diagnostic tools (such as gssdp-discover in Linux or the UPnP Tool app on my Android phone).
Using the BubbleUPnP app on my Android phone as my UPnP control point, I selected DS3615xs as the media server (aka library) and my moOde player as the renderer (with the UPnP Renderer enabled in the player of course). I have no difficulty selecting and playing tracks from the Synology Media Server.
According to the DSM control panel, this virtual NAS has been up for 4+ hours now and I've experienced no glitches or disconnects.
Tim's already covered some basic diagnostics. I haven't been able to glean enough clues yet from your reports to be able to suggest more focused ones other than what I suggested in my previous post regarding problem directories/tracks. If indeed this is the root cause, it has to be fixed on the server end.
Regards,
Kent