- Add tdarr_file_monitor.py for API-based monitoring - Add cron wrapper script for scheduled execution 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
6 lines
317 B
Bash
Executable File
6 lines
317 B
Bash
Executable File
#!/bin/bash
|
|
# Cron job wrapper for Tdarr file monitor
|
|
# Add this to crontab with: * * * * * /mnt/NV2/Development/claude-home/monitoring/scripts/tdarr-file-monitor-cron.sh
|
|
|
|
cd /mnt/NV2/Development/claude-home/monitoring/scripts
|
|
/usr/bin/python3 /mnt/NV2/Development/claude-home/monitoring/scripts/tdarr_file_monitor.py |