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
This commit is contained in:
2025-10-09 18:02:24 -04:00
parent 5ade28c118
commit f4d6f58d46
2 changed files with 224 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
2.0.9
2.0.10