Home lab infrastructure documentation and configuration management
Go to file
Cal Corum ccdd7ee8b4 CLAUDE: Enhance Tdarr system with GPU transcoding optimization and automated maintenance
## Tdarr Plugin Stack Research & Configuration
- Research optimal H.265/HEVC plugin stacks for quality-focused transcoding
- Configure GPU threshold (95%) to prevent self-termination during transcoding
- Add Tdarr exception logic to distinguish transcoding from gaming GPU usage
- Update gaming detection to preserve active transcoding jobs

## Automated System Maintenance
- Add cron job for automatic cleanup of abandoned Tdarr temp directories
- Cleanup runs every 6 hours, preserves active jobs (< 6 hours old)
- Prevents /tmp filesystem bloat from interrupted transcoding jobs
- Safe cleanup only targets Tdarr-specific work directories

## Enhanced Documentation
- Add comprehensive Tdarr automation documentation in scripts/tdarr/README.md
- Document cleanup system and its relationship to main scheduler
- Update CLAUDE.md with Tdarr keyword triggers and context loading
- Add troubleshooting section for both scheduler and cleanup cron jobs

## System Architecture Improvements
- Organize Tdarr scripts under dedicated scripts/tdarr/ directory
- Maintain backwards compatibility with existing cron jobs
- Add gaming-aware scheduling with configurable time windows
- Implement robust GPU usage detection with Tdarr transcoding awareness

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-09 22:06:24 -05:00
examples CLAUDE: Expand documentation system and organize operational scripts 2025-08-09 15:53:09 -05:00
patterns CLAUDE: Expand documentation system and organize operational scripts 2025-08-09 15:53:09 -05:00
reference CLAUDE: Expand documentation system and organize operational scripts 2025-08-09 15:53:09 -05:00
scripts CLAUDE: Enhance Tdarr system with GPU transcoding optimization and automated maintenance 2025-08-09 22:06:24 -05:00
.gitignore CLAUDE: Enhance Tdarr system with GPU transcoding optimization and automated maintenance 2025-08-09 22:06:24 -05:00
CLAUDE.md CLAUDE: Enhance Tdarr system with GPU transcoding optimization and automated maintenance 2025-08-09 22:06:24 -05:00