How to create a Music folder for Lidarr in main.yml configuration #155
|
Hi everyone, How to properly add a Music folder to the main.yml file? I want to make sure I follow the best practices for this setup. Any examples or configuration snippets would be greatly appreciated! Thanks in advance! |
Answered by
ahembree
Jun 27, 2025
Replies: 1 comment 2 replies
|
You can add an additional folder to the hms_docker_library_folders:
[
{
type: "movies",
folder_name: "Movies"
},
{
type: "tv_shows",
folder_name: "TV_Shows"
},
{
type: "music",
folder_name: "Music"
}
]
All other configuration is similar to Sonarr and Radarr |
2 replies
Answer selected by
KnuffigerMaxi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can add an additional folder to the
hms_docker_library_foldersvariable inmain.ymllike this:All other configuration is similar to Sonarr and Radarr