Media servers¶
Plex¶
Use Symlinks โ Plex import strategy and an rclone mount.
- Library folders should follow the symlinks under your media root (often via *Arr hardlink/move into
/mnt/media/...that still points at.idscontent). - Prefer analysis settings that do not thrash the entire WebDAV tree continuously.
- Watch Overview Active Reads โ unexpected sustained bandwidth often means library scans or VFS cache churn.
Emby / Jellyfin¶
Use STRM Files when the server supports .strm playback:
- Completed downloads dir shared with *Arr.
- Base URL reachable from Emby/Jellyfin (same Docker network or public HTTPS).
- WebDAV auth must remain valid for STRM URLs.
Alternatively, mount WebDAV with rclone and treat the library like Plex if you prefer filesystem entries.
Path and permission tips¶
- Match
PUID/PGIDacross NzbDAV, rclone (--uid/--gid), and *Arr. - Keep TLS in front of any URL Emby/Jellyfin fetches remotely.
- After strategy changes, use Maintenance tasks to recreate STRM files or convert to symlinks.