decluttarr icon indicating copy to clipboard operation
decluttarr copied to clipboard

[Query] - Windows Path Mappings for detect_deletions

Open MrBogger opened this issue 3 months ago • 1 comments

Good evening,

I was trying to setup the config.yaml for the folder mappings and not sure how to go about getting it right for Windows *arrs or whether I need to map Sonarr / Radarr directories separately.

Image Image Image

MrBogger avatar Nov 10 '25 11:11 MrBogger

How does the path mountings in your radarr/sonarr look like?

ManiMatter avatar Nov 13 '25 19:11 ManiMatter

Hey matey,

My Root Folders in Sonarr/Radarr is "S:\Media\TV Shows" and "S:\Media\Movies".

I can mount the entire "S:\Media" Directory into the container and can see it but I'm not sure how to map Decluttarr. I can mount directories using the "//s/media/movies" or "/mnt/s/media/movies" as I'm running WSL but it doesn't change the directory response from Sonarr / Radarr.

Image

It may be not possible when using the Windows version of Sonarr / Radarr but is there a way of adding another configuration into the script where I can tell Decluttarr the container directory and it will do the substitution so when Radarr comes back with "S:\Media\Movies", Decluttar then can go ok, the correct directory is "/media/movies" and then again vice-versa when replying back to Radarr? I'm not up to speed with the data communications between Decluttar and *arrs.

MrBogger avatar Nov 16 '25 12:11 MrBogger

You are running everything in docker right?

When you look at your docker sonarr config, you mounted your tv shows from your host to your container. Same for radarr.

If you use the exact same volume config in deckuttarr it should work.

ManiMatter avatar Nov 16 '25 12:11 ManiMatter