[2026-05-23] wiki tech notes: arr-stack, hermes-kraken, htpc, jellyfin, gitea, truenas, vault, media-pipeline

This commit is contained in:
Alexey Martemyanov
2026-05-23 05:02:43 +06:00
parent d757029ec1
commit 6dc4b89d49
13 changed files with 404 additions and 1 deletions
+34
View File
@@ -0,0 +1,34 @@
---
title: Media Pipeline Pitfalls
created: '2026-05-23'
updated: '2026-05-23'
type: tech
namespace: family
tags: [media-pipeline, pitfalls, torrents, infra]
related: "[[arr-stack-kraken]]"
---
# Media Pipeline Pitfalls
## Torrents — Do Not Rename Files
Never rename torrent source files or folders while a torrent is active.
Transmission tracks files by path. Renaming breaks the association and
causes re-download or stalled seeding.
## torrent-set-location Updates downloadDir
`torrent-set-location` in the Transmission RPC updates `downloadDir` in
the torrent metadata. Use this when moving completed files, not a manual
rename. Sequence:
1. Move files to new location on disk
2. Call `torrent-set-location` with the new path + `move=false`
3. Verify torrent goes back to seeding state
## General Rules
- Never touch source files/folders (media-pipeline USER.md rule)
- `resolve-manual` is emergency-only
- NFO files: do not create manually; let the pipeline handle them
- Never delete test files from the pipeline project