Chris wrote:
SparkBox on Windows runs inside a WSL2 Ubuntu appliance, so Windows drive letters show up under /mnt/ inside it — your K: drive would be /mnt/k/ from SparkBox's point of view. There's one setting that controls where SparkBox looks for media: Settings - Media Root. It expects ONE parent folder containing subfolders named movies, tv, music, downloads (lowercase, and Linux is picky about exact spelling/case). So the cleanest fix is to put both folders under a common parent on K: (e.g. K:\media\movies and K:\media\tv), then set Media Root to /mnt/k/media and run sudo sparkbox up so it picks up the change. If the drive isn't auto-mounting in WSL, that's a separate issue — let us know and we can dig into that.