Tdarr¶
What is it?¶
Tdarr is a cross-platform conditional based transcoding application for automating media library transcode/remux management in order to process your media files as required. For example, you can set rules for the required codecs, containers, languages etc that your media should have which helps keeps things organized and can increase compatability with your devices. A common use for Tdarr is to simply convert video files from h264 to h265 (hevc), saving 40%-50% in size.
Info
By default, the role is protected behind your Authelia/SSO middleware.
Details | |||
---|---|---|---|
Project home | Docs | Github | Docker |
1. Installation¶
sb install sandbox-tdarr
2. URL¶
- To access Tdarr, visit
https://tdarr._yourdomain.com_
3. Setup¶
Tdarr is configured with the following defaults which can be modified via the inventory system.
tdarr_server_port: "8266"
tdarr_server_external: false
By switching tdarr_server_external
to true
the Tdarr server will be accessible externally via the specified tdarr_server_port
on any hostname or IP address pointing directly to the server.