mirror of
https://github.com/kiranshila/Doplarr.git
synced 2026-05-16 12:41:53 -04:00
Root folder mapping issue #65
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vtyr on GitHub (Jun 10, 2022).
Describe the bug
When running Doplarr on Windows using Java, setting the rootfolder for Radarr/Sonarr doesn't appear to work. I've tried the following:
or
Result: User is still asked to choose the rootfolder
Also tried:
Result: Application crashes, see image:

Expected behavior
The user is not met with the option to choose a folder for the requested media download, and is instead only asked to pick media and the quality profile.
@vtyr commented on GitHub (Jun 10, 2022):
Fixed using the below*
@kiranshila commented on GitHub (Jun 10, 2022):
Yeah these are C-style strings here, so slashes have to be escaped. I'm glad you got it working!
@vtyr commented on GitHub (Jun 10, 2022):
Thanks, really well done - nice little app. Would it be possible to update the docs just to explain the above solution a tad? I don't mind doing it if I'm able to (I don't tend to clone/pull on Github, let alone if you can on github.io - I'm an Atlassian user!)
@kiranshila commented on GitHub (Jun 10, 2022):
Yeah this should certainly be in the docs. They are automatically generated from markdown files in the docs directory, so if you fork and send a PR, all you need to do is add things to https://github.com/kiranshila/Doplarr/blob/main/docs/configuration.md
@notsointeresting commented on GitHub (Mar 26, 2023):
hello!
I am having a similar issue even though I am trying to implement the solution given.
When
:sonarr/rootfolder "H:\\Plex Media\\TV"is used, it still asks users to select a root folder.I have also tried :sonarr/rootfolder
"H:\\Plex Media\TV"any help is appreciated, thanks!