Fix TV webhook processing: Add missing process_webhook_episodes method #31

Merged
sbcrumb merged 1 commits from tv-webhook into dev 2025-10-09 18:04:19 -04:00

1 Commits

Author SHA1 Message Date
sbcrumb f4d6f58d46 Fix TV webhook processing: Add missing process_webhook_episodes method
Local Docker Build (Dev) / build-dev (pull_request) Successful in 4s
- Add process_webhook_episodes method to TVProcessor class for targeted episode processing
- Implement helper methods: _parse_episode_from_filename, _get_sonarr_series_metadata, _get_episode_metadata, _extract_title_from_filename, _get_webhook_episode_date
- Enables webhook-based episode processing with title extraction and metadata handling
- Resolves 'TVProcessor' object has no attribute 'process_webhook_episodes' error
- Version bump to 2.0.10
2025-10-09 18:02:24 -04:00