Connecting ROCK to an share on my NAS

I have all my music content sitting externally on my NAS
I have exposed a data smb share which all sorts of other things use to access content fine

How do i connect my ROCK to this share so that it can access my music library?

See:

Note: the path to the Newark share exported by you Nas will be \\{hostname}\{share name}[\{folder path}] or smb://{hostname}/{share name}[/{folder path}] where {hostname} is the hostname of your NAS or its IP address, {sharename} is the name of the SMB share you created on the optional {folder path} is the path to your music files within the NAS share.

E.g. here, if the IP address of your NAS is 192.168.1.200, the share name is ‘Data’ and you music files are in a folder called music, then the path to the network share is:

\\192.168.1.200\Data\music

Or

smb://192.168.1.200/Data/music

1 Like