Files
nfoguard/run_commit.sh
T
sbcrumb e741e4b046 fix: isolate movie and TV webhook processing to prevent cross-contamination
- Add prefixed batch keys (movie:imdbid, tv:imdbid) to prevent IMDb ID collisions
- Add path existence validation for Radarr webhooks to reject invalid mappings early
- Remove duplicate Radarr webhook handler code
- Add debug scripts for troubleshooting webhook and path mapping issues
- Create corrected .env template with fixed TV_PATHS and SONARR_ROOT_FOLDERS

This fixes the issue where TV path mapping failures caused movie webhooks
to process wrong movies due to shared batch queue corruption.
2025-09-14 12:43:07 -04:00

10 lines
179 B
Bash

#!/bin/bash
# Execute the git commit
cd /home/jskala/github/NFOguard
# Make commit script executable
chmod +x commit_webhook_fixes.sh
# Run the commit
./commit_webhook_fixes.sh