kiranshila / Doplarr

An *arr request bot for Discord
MIT License
437 stars 31 forks source link

Multiple rootfolders #48

Closed kiranshila closed 2 years ago

kiranshila commented 2 years ago

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"}]}
kiranshila commented 2 years ago

Rootfolder selection added in 3.4.0