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
Owner
  • 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
- 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
sbcrumb added 1 commit 2025-10-09 18:04:00 -04:00
Fix TV webhook processing: Add missing process_webhook_episodes method
Local Docker Build (Dev) / build-dev (pull_request) Successful in 4s
f4d6f58d46
- 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
sbcrumb merged commit 84322d91d0 into dev 2025-10-09 18:04:19 -04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sbcrumb/nfoguard#31