Sonarr Documentation
Sonarr is an automated TV show downloading and management application. It works with various torrent and usenet clients to help you organize and manage your TV show collection.
Getting Started with Sonarr
Setup in Huntarr.io
To set up Sonarr in Huntarr.io:
- Navigate to the Apps section in the Huntarr.io dashboard
- Click on "Sonarr" in the application list
- Click the "Install" button
- Configure the required settings (see Configuration section below)
- Click "Deploy" to start the Sonarr container
Configuration Options
The following configuration options are available when setting up Sonarr:
Option | Description | Default | Notes |
---|---|---|---|
Port | The port Sonarr will use | 8989 | Change if you have port conflicts |
Media Path | Location of your TV shows | /mnt/unionfs/tv | Should match your media server's TV library path |
Download Path | Where downloads are stored | /mnt/downloads | Should match your download client's completed download folder |
Config Path | Where Sonarr stores its config | /opt/appdata/sonarr | Usually best to leave as default |
Using Sonarr
Adding a TV Show
- Click the "Series" tab in the Sonarr interface
- Click "Add New" button
- Search for the TV show you want to add
- Select the appropriate path, profile, and monitoring options
- Click "Add" to add the series to Sonarr
Managing Quality Profiles
Quality profiles determine what quality of media files Sonarr will download:
- Go to Settings > Profiles
- Click the "+" button to add a new profile or edit an existing one
- Set your preferred qualities and cut-off point (minimum acceptable quality)
- Save your changes
Setting Up Indexers
Indexers are how Sonarr finds content to download:
- Go to Settings > Indexers
- Click the "+" button to add a new indexer
- Select your indexer type (Newznab, Torznab, etc.)
- Enter the required information (URL, API key, etc.)
- Test the connection and save if successful
Connecting Download Clients
Download clients handle the actual downloading of content:
- Go to Settings > Download Clients
- Click the "+" button to add a new download client
- Select your client type (SABnzbd, NZBGet, qBittorrent, Deluge, etc.)
- Enter the required connection information
- Test the connection and save if successful
Troubleshooting
Common Issues
Shows Not Being Downloaded
Check the following:
- Ensure your indexers are properly configured and working
- Verify your download client is running and accessible
- Check that your quality profile isn't too restrictive
- Look at the "Wanted" tab to see if shows are in the queue
Path Issues
If Sonarr can't find or move files:
- Ensure the user running Sonarr has proper permissions
- Verify your paths are consistent between Sonarr and your download client
- Check for path mapping issues if running in Docker