Hello @Nicholas_Gee,
Please don’t worry at all! Transitioning to Docker is a steep learning curve, and the exact issue you are running into—mapping the file paths—is the number one hurdle everyone faces. Let’s break it down into much simpler steps.
First, to answer your biggest question: No, you do not need to move or drag your files anywhere. Your music and backups can stay exactly where they are on the NAS.
Here is what is happening: Think of the Docker container as a locked, windowless room inside your NAS. Right now, Roon is sitting in that room, but it can’t see the rest of the house. To fix this, we need to use the yaml file to build a “window” that looks directly at your music folder and your backup folder.
Here are the answers to your points:
1 & 3: Stop using SMB/Network Paths Because Roon is now running directly on the NAS itself, you don’t need to use network addresses (like SMB or IP addresses) to connect to it. That would be like calling your own home phone from inside the house. Once we get the “windows” set up in the yaml file, you will simply select a local folder from inside Roon.
2: How to adjust the YAML file The instructions provide generic placeholder paths in the yaml file that look like this: - /share/Music:/Music - /share/Container/roon-backups:/RoonBackups
The left side of the colon is the path on your QNAP. The right side is the folder inside the Roon container. We need to change the left side to match the actual, physical location of your files on your NAS hard drives (this is called the “absolute path”).
The Next Step: To give you the exact yaml code you need, I just need to know where your folders are located on the QNAP. The easiest way to do this without getting into technical menus is to take a screenshot.
Could you please open the File Station app on your QNAP, navigate to the folder where your Music is stored, and take a full-screen screenshot? (And do the same for your Backup folder if it is in a different place).
Once you post those screenshots here, I can write out the exact yaml text you need to copy and paste. We will get this sorted out together!