Multiple rootfolders #43

Closed
opened 2025-11-20 04:16:26 -05:00 by saavagebueno · 1 comment
Owner

Originally created by @kiranshila on GitHub (Jan 13, 2022).

We were talking in the discussion page, and I didn't realize sonarr/radarr can have multiple root folders configured. We should deal with that somehow.

It was brought up, though, that we could make categories of settings that select the groups of those types of things so it only is one dropdown instead of selecting each one every time.

The config could look like

{:sonarr/categories [{:name "Anime"
                      :rootfolder "/straight/into/the/trash"
                      :language-profile "Japanese"
                      :tags ["weeb" "tv"]
                      :quality-profile "4K"}
                     {:name "Normal TV"
                      :rootfolder "/normal/root/folder"
                      :language-profile "Any"
                      :tags ["tv"]
                      :quality-profile "Any"}]}
Originally created by @kiranshila on GitHub (Jan 13, 2022). We were talking in the discussion page, and I didn't realize sonarr/radarr can have multiple root folders configured. We should deal with that somehow. It was brought up, though, that we could make categories of settings that select the groups of those types of things so it only is one dropdown instead of selecting each one every time. The config could look like ```clj {:sonarr/categories [{:name "Anime" :rootfolder "/straight/into/the/trash" :language-profile "Japanese" :tags ["weeb" "tv"] :quality-profile "4K"} {:name "Normal TV" :rootfolder "/normal/root/folder" :language-profile "Any" :tags ["tv"] :quality-profile "Any"}]} ```
saavagebueno added the enhancementbug labels 2025-11-20 04:16:26 -05:00
Author
Owner

@kiranshila commented on GitHub (Apr 24, 2022):

Rootfolder selection added in 3.4.0

@kiranshila commented on GitHub (Apr 24, 2022): Rootfolder selection added in 3.4.0
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Doplarr#43