08-29-2019, 12:47 PM
@Onionhead
@Tim Curtis
Aha. Had I used the long-form listing of the directory I would have realized what's happening.
Kryptonite is a MinimServer I just brought up on a linux host. OMV-UPnP is the miniDLNA server I mentioned in the previous post.
Trouble is, in both cases moOde links to the directory .../Music/Album. This directory exists on the miniDLNA server but not on the MinimServer; AIUI, it's a DLNA construct.
The MPD error messages are the natural result.
Any thoughts, Tim?
Regards,
Kent
@Tim Curtis
Aha. Had I used the long-form listing of the directory I would have realized what's happening.
Code:
pi@moodeLR:/var/lib/mpd/music $ ls -l
total 12
lrwxrwxrwx 1 root root 42 Aug 29 08:26 Kryptonite -> '/mnt/UPNP/MinimServer[krypton]/Music/Album'
lrwxrwxrwx 1 root root 8 Jul 22 13:15 NAS -> /mnt/NAS
lrwxrwxrwx 1 root root 55 Aug 29 06:42 OMV-UPnP -> '/mnt/UPNP/MiniDLNA Server on OpenMediaVault/Music/Album'
drwxrwxrwx 2 root root 12288 Aug 23 17:20 RADIO
lrwxrwxrwx 1 root root 11 Jul 22 13:15 SDCARD -> /mnt/SDCARD
lrwxrwxrwx 1 root root 6 Jul 22 13:15 USB -> /media
Kryptonite is a MinimServer I just brought up on a linux host. OMV-UPnP is the miniDLNA server I mentioned in the previous post.
Trouble is, in both cases moOde links to the directory .../Music/Album. This directory exists on the miniDLNA server but not on the MinimServer; AIUI, it's a DLNA construct.
Code:
pi@moode:~ $ ls -l "/mnt/UPNP/MiniDLNA Server on OpenMediaVault"
total 3
dr-xr-xr-x 8 root root 512 Jan 1 2000 'Browse Folders'
dr-xr-xr-x 11 root root 512 Jan 1 2000 Music
dr-xr-xr-x 9 root root 512 Jan 1 2000 Pictures
dr-xr-xr-x 2 root root 512 Jan 1 2000 _search
dr-xr-xr-x 7 root root 512 Jan 1 2000 Video
pi@moode:~ $ ls -l "/mnt/UPNP/MiniDLNA Server on OpenMediaVault/Music"
total 4
dr-xr-xr-x 8 root root 512 Jan 1 2000 Album
dr-xr-xr-x 4 root root 512 Jan 1 2000 'All Music'
dr-xr-xr-x 8 root root 512 Jan 1 2000 Artist
dr-xr-xr-x 8 root root 512 Jan 1 2000 Folders
dr-xr-xr-x 6 root root 512 Jan 1 2000 Genre
dr-xr-xr-x 3 root root 512 Jan 1 2000 Playlists
dr-xr-xr-x 3 root root 512 Jan 1 2000 'Recently Added'
dr-xr-xr-x 2 root root 512 Jan 1 2000 _search
#But
pi@moode:~ $ ls -l "/mnt/UPNP/MinimServer[krypton]"
total 5
dr-xr-xr-x 8 root root 512 Jan 1 2000 '4 albums'
dr-xr-xr-x 4 root root 512 Jan 1 2000 '4 items'
dr-xr-xr-x 8 root root 512 Jan 1 2000 'All Artists'
dr-xr-xr-x 8 root root 512 Jan 1 2000 Artist
dr-xr-xr-x 7 root root 512 Jan 1 2000 Composer
dr-xr-xr-x 7 root root 512 Jan 1 2000 Date
dr-xr-xr-x 4 root root 512 Jan 1 2000 '[folder view]'
dr-xr-xr-x 6 root root 512 Jan 1 2000 Genre
dr-xr-xr-x 2 root root 512 Jan 1 2000 _search
The MPD error messages are the natural result.
Any thoughts, Tim?
Regards,
Kent