Cerberus wrote:UNC paths are only required when you are running the console on a different device to the one running serviio, if you are running both on same device then local paths must be used.
I am not, that is the point..
A have a NAS used for nothing but storage... That has a SMB share..
If I use Serviio under windows I can simply add a path such as \\nasname\sharename and boom I am done.
However:
If I use serviio under linux and want to add the same remote share I can not use the linux equivalent paths of
cifs://nasname/sharename or
smb://nasname/sharename not sure if this is a bug or just not supported since adding such as path ends up with a / in frond of it.
Instead I need to
create a new folder under /mnt/newmountname
then run the cifs command to mount the remote location to /mnt/newmountname (add it to a startup script if I want to to continue to work)
then go back into serviio and add /mnt/newmountname
and it works.
But It would be nice if a more direct approach like under windows was possible.