MinimServer Forum
contentDir setting - Printable Version

+- MinimServer Forum (https://forum.minimserver.com)
+-- Forum: MinimServer (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: contentDir setting (/showthread.php?tid=6676)

Pages: 1 2


RE: contentDir setting - stefano_mbp - 06-09-2022 09:43

It works on my MacBook Pro …


RE: contentDir setting - stefano_mbp - 06-09-2022 09:51

In my example the share is named Audio and the server is a Intel Nuc/Ubuntu 22.04


RE: contentDir setting - simoncn - 06-09-2022 09:52

My apologies for not noticing in your original post that you are running MinimServer on a Mac and not on the Synology NAS. The tutorial link I posted applies only for MinimServer running on a Synology NAS.

The instructions for your situation are in the Note to step 9 of this section.


RE: contentDir setting - junk - 06-09-2022 10:36

(06-09-2022 09:21)stefano_mbp Wrote:  The path should be /Volumes/music

i think this worked. please see attached

[attachment=2675]


RE: contentDir setting - junk - 06-09-2022 10:39

(06-09-2022 09:22)simbun Wrote:  When I say it needs to be mounted locally first, I mean so that the remote storage is visible and browseable just like any other local path when using your file browser.
On Linux you'd use the 'mount' command, on Windows 'net use' but I know nothing about mac so maybe someone else can help.

yes the NAS is mounted on my macmini. please see attached

[attachment=2674]


RE: contentDir setting - junk - 06-09-2022 10:41

(06-09-2022 09:34)simbun Wrote:  
(06-09-2022 09:21)stefano_mbp Wrote:  The path should be /Volumes/music
I may be incorrect as I've only ever had MinimServer installed on the device where the storage is mounted locally, but the user guide states:
"Each content directory must be specified as a fully qualified absolute path in the file system of the device running MinimServer."

Actually I've just tried successfully with \\server_ip\share and that worked on windows (to a smb share), so an equivalent should work on the mac e.g. \\server_ip\volume1\music?

@simoncn will be along shortly to resolve it for you, I think he just missed the fact that you were running MinimServer on a mac mini.

this solution did not work (see attached)


RE: contentDir setting - junk - 06-09-2022 10:51

(06-09-2022 10:36)junk Wrote:  
(06-09-2022 09:21)stefano_mbp Wrote:  The path should be /Volumes/music

i think this worked. please see attached

based on the Log I assume the system is scanning my music folder (attached). so it looks like it's working /Volumes/music

[attachment=2676]


RE: contentDir setting - simbun - 06-09-2022 11:26

(06-09-2022 09:51)stefano_mbp Wrote:  In my example the share is named Audio and the server is a Intel Nuc/Ubuntu 22.04
Apologies I didn't know 'Volumes' was some kind of abstraction for, well I'm not really sure, any kind of storage I guess, be it local or remote.


RE: contentDir setting - stefano_mbp - 06-09-2022 11:32

No problem at all … /Volumes “prefix” on macOS identifies remote shared folders.


RE: contentDir setting - simbun - 06-09-2022 11:36

(06-09-2022 10:41)junk Wrote:  
(06-09-2022 09:34)simbun Wrote:  Actually I've just tried successfully with \\server_ip\share and that worked on windows (to a smb share), so an equivalent should work on the mac e.g. \\server_ip\volume1\music?

this solution did not work (see attached)
It looks like the share on the Synology is called music, so in Windows \\server_ip\music probably would have worked (Linux would use /) but maybe apple has chosen a different path, or at least offered another easier/more abstracted one ;-)

Glad you got it sorted in the end.