Running Bazarr on Synology NAS
Bazarr is a companion application for managing and downloading subtitles for your media library. Running it on a Synology NAS allows seamless integration with your existing Plex or Emby setup. This guide covers installation methods, configuration steps, and troubleshooting tips.
Installation Methods
- Package Center: Search for "Bazarr" in Synology's Package Center and install directly
- Docker: Pull the official Bazarr image from Docker Hub and run as a container
- Manual: Download the Python script and run via Python interpreter
Configuration Steps
- Launch Bazarr from DSM's application menu
- Configure your media library paths (Movies/TV Shows)
- Connect to your Plex/Emby server
- Set subtitle preferences (language, quality, providers)
Resource Requirements
| Method | CPU Usage | Memory | Storage |
|---|---|---|---|
| Package Center | Low | ~100MB | ~50MB |
| Docker | Low-Medium | ~150MB | ~100MB |
| Manual | Low | ~80MB | ~30MB |
Common Issues and Solutions
Permission Denied: Ensure Bazarr has read/write access to your media folders. Use DSM's File Station to adjust folder permissions.
Subtitle Not Downloading: Check provider settings and test with different subtitle languages. Some providers may be blocked by your network.
Application Won't Start: Verify Python is installed (for manual method) or Docker service is running (for container method).
Auto-Start Configuration
Configure Bazarr to start automatically when your NAS boots. In DSM, go to Control Panel > Task Scheduler > Create > Triggered Task. Set the task to run the Bazarr startup script at system boot.
Integration with Media Servers
After installation, connect Bazarr to your Plex or Emby server through the web interface. Configure it to monitor your media libraries and automatically download subtitles when new content is added. Set up periodic scans to ensure all existing media has appropriate subtitles.