Docker - Media Server - Sonarr - Configure Media Management

Configure Media Management

Navigate to Settings → Media Management.

In Episode Naming:


In Folders:


In Importing:


In File Management:


In Permissions:


In Root Folders:

NOTE: This Tv folder is connected with the actual path where your TV shows exists.

This Tv folder is the virtual directory within the Sonarr docker container.

The following line from the Sonarr section in the Dockerfile connects this Tv directory to the /home/peter/Documents/nas_tv_shows/ in this example.

The rw at the end of the line indicates to allow Read and Write to that directory.

Dockerfile
      - /home/peter/Documents/nas_tv_shows/:/tv:rw