claude-home/tdarr/archive
Cal Corum 4b7eca8a46
All checks were successful
Reindex Knowledge Base / reindex (push) Successful in 3s
docs: add YAML frontmatter to all 151 markdown files
Adds title, description, type, domain, and tags frontmatter to every
doc for improved KB semantic search. The description field is prepended
to every search chunk, and domain/type/tags enable filtered queries.

Type values: context, guide, runbook, reference, troubleshooting
Domain values match directory structure (networking, docker, etc.)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 09:00:44 -05:00
..
README.md docs: add YAML frontmatter to all 151 markdown files 2026-03-12 09:00:44 -05:00
tdarr_file_monitor_local_node.py chore: add recovered CT 302 configs, archive tdarr scripts, clean up repo 2026-03-01 00:41:41 -06:00
tdarr_monitor_local_node.py chore: add recovered CT 302 configs, archive tdarr scripts, clean up repo 2026-03-01 00:41:41 -06:00
tdarr-file-monitor-cron_local_node.sh chore: add recovered CT 302 configs, archive tdarr scripts, clean up repo 2026-03-01 00:41:41 -06:00
tdarr-flow-backup-2026-03-06.json docs: add caddy migration config, tdarr flow backup, and troubleshooting updates 2026-03-08 13:13:21 -05:00

title description type domain tags
Legacy Tdarr Scripts Archive Archive index for deprecated Tdarr scripts: local node monitor (stuck job detection), file completion monitor, and flow backup. All archived after migration to ubuntu-manticore mapped node. reference tdarr
tdarr
archive
legacy
monitoring
flow-plugin

Legacy Tdarr Scripts Archive

tdarr_monitor_local_node.py

Full-featured Tdarr monitoring script (~1200 lines) built for when the local workstation (nobara-pc) ran as an unmapped remote Tdarr node with GPU transcoding.

Features: Stuck job detection via cross-run state comparison (pickle file), automatic worker killing, Discord alerts, configurable thresholds, rotating log files.

Why it existed: The unmapped remote node architecture was prone to stuck jobs caused by network issues during file transfers between the remote node and server. The monitor ran every minute via cron to detect and kill stuck workers.

Why it's archived: Transcoding moved to ubuntu-manticore (10.10.0.226) as a local mapped node with shared NFS storage. No remote transfers means no stuck jobs. Tdarr manages its own workers natively. Archived February 2026.

tdarr_file_monitor_local_node.py + tdarr-file-monitor-cron_local_node.sh

File completion monitor that watched the local Tdarr cache directory for finished .mkv transcodes and copied the smallest version to a backup location. The cron wrapper ran it every minute.

Why it existed: When the local workstation ran as an unmapped Tdarr node, completed transcodes landed in the local NVMe cache. This monitor detected completion (by tracking size stability) and kept the best copy.

Why it's archived: Same reason as above - mapped node on manticore writes directly to the shared NFS media mount. No local cache to monitor. Archived February 2026.

tdarr-flow-backup-2026-03-06.json

Pre-modification backup of flow KeayMCz5Y before adding Ensure AC3 Stereo (ensAC3str) and Clear Subtitle Default Flags (clrSubDef) plugins. Safe to delete after 2026-04-06 if the flow is running well.