ROCK makes it simple to add new music to your collection, no matter where it's stored. There are two primary methods for importing music, and both work seamlessly with internal, external, or network storage.
Important Notes:
This is the simplest way to add music if you're using the Roon application on your Mac or PC.
Simply drag and drop your music files directly into the Roon application window. Roon will automatically copy these files to the storage locations you've configured on your Roon Server.
Want more control over your folder hierarchy, or do you have a lot of files? Proceed to Method 2.
ROCK exposes a network share via SMB, similar to a Network Attached Storage (NAS) device. This allows you to directly copy files to ROCK over your network. Inside this share, you'll find a folder called Storage, which contains all your connected drives (USB or internal). Follow the steps below to import your library over the network:
smb://rock/datasmb://rock.local/datasmb://192.168.0.100/data (Replace 192.168.0.100 with your ROCK's actual IP address if the others don't work.)Storage folder.\\rock\data\\rock.local\data\\192.168.0.100\data (Replace 192.168.0.100 with your ROCK's actual IP address if the others don't work.)Guest for both. You'll find your drives within the Storage folder.Press Win + R, type gpedit.msc, and press Enter.
In the Local Group Policy Editor, navigate to:
Computer Configuration > Administrative Templates > Network > SMB Client
Locate Allow insecure guest logons.
Double-click the setting → set it to Enabled → click OK.
Navigate to:
Computer Configuration > Windows Settings > Security Settings > Local Policies > Security Options
Locate Microsoft network client: Digitally sign communications (always).
Double-click → set to Disabled → click OK.
Press Win + R, type gpedit.msc, and press Enter.
In the Local Group Policy Editor, navigate to:
Computer Configuration > Administrative Templates > Network > Lanman Workstation
Locate Enable insecure guest logons.
Double-click → set to Enabled → click OK.
Navigate to:
Computer Configuration > Windows Settings > Security Settings > Local Policies > Security Options
Locate Microsoft network client: Digitally sign communications (always).
Double-click → set to Disabled → click OK.
The Group Policy Editor is not available on Windows Home editions. The required settings must be applied using PowerShell.
Press Start, type PowerShell.
Right-click Windows PowerShell and select Run as administrator.
Accept the UAC prompt.
Run:
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\LanmanWorkstation" /v AllowInsecureGuestAuth /t REG_DWORD /d 1 /f
Run:
reg add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v RequireSecuritySignature /t REG_DWORD /d 0 /f
Restart the computer to apply the changes