From d58da7a3dbcbbadebb7990ac028760da23542541 Mon Sep 17 00:00:00 2001 From: BoulderBadgeDad Date: Sun, 21 Jun 2026 19:36:34 -0700 Subject: [PATCH] #899: map /app/MusicVideos in the Unraid template The image declares /app/MusicVideos as a VOLUME but the template never mapped it, so music-video downloads landed in an anonymous Docker volume. Add an (advanced, optional) Music Videos path mount so users can point it at a share. --- templates/soulsync.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/soulsync.xml b/templates/soulsync.xml index dcc3f80a..fda29e51 100644 --- a/templates/soulsync.xml +++ b/templates/soulsync.xml @@ -29,6 +29,7 @@ /mnt/user/appdata/soulsync/data /mnt/user/downloads/ /mnt/user/library/ + /mnt/user/media/music-videos/ 99 100 America/New_York