Fix TV webhook processing: Add missing process_webhook_episodes method

- 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 7ff2de6e66
commit ed78a81a8e
2 changed files with 224 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
2.0.9
2.0.10