Files
truecharts/docs/apps/stable/tdarr/setup.md
Stavros Kois 2e50f91c93 fix(tdarr): fix env's for tdarr (#1153)
* try some fixes for tdarr's

* bump versions

* website does not like nested lists
2021-10-17 11:16:35 +02:00

515 B

Temp / Transcode cache

Tdarr uses the temp folder (trascode-cache, /temp) to store the encoded file (not chunks of it, but the whole file). It's recommended to avoid mounting this folder to RAM. If you encode a large file which will result in a 10GB file, this is the amount of RAM it will consume.

Media folder mounts

Make sure the Node and Server instances have the same media library and transcode cache locations. In other words, the cache and library must be shared between the Node and Server.