![]() |
|
TV Show Metadata Providers Completely Non-Functional - Jellyfin 10.11.2 Mac - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +---- Forum: Media Scanning & Identification (https://forum.jellyfin.org/f-media-scanning-identification) +---- Thread: TV Show Metadata Providers Completely Non-Functional - Jellyfin 10.11.2 Mac (/t-tv-show-metadata-providers-completely-non-functional-jellyfin-10-11-2-mac) |
TV Show Metadata Providers Completely Non-Functional - Jellyfin 10.11.2 Mac - ElectricBurgers - 2025-11-10 ## System Information
## Problem Description TV show metadata providers are completely non-functional. Manual identification through the UI returns zero results, and log analysis reveals that **metadata providers are never being invoked** - there are no search attempts, no API calls, no provider operations logged. **Movies work perfectly:** TMDB successfully provides metadata for movies using the same API keys. ## Critical Evidence: Provider System Not Being Called I performed a controlled test with real-time log monitoring using only built-in providers: **Test Procedure:**
**Result:** Zero log activity related to the metadata search. **Expected log entries** (none appeared):
**Only unrelated log entries appeared:**
This proves the TV metadata provider system is not being invoked at all. ## Library Configuration Tested **TV Shows Library Settings:** - Library Type: TV Shows (dedicated, not mixed) - Metadata providers tested: - TheMovieDb + The Open Movie Database (built-in) → No results, no log activity - TheMovieDb only → No results, no log activity - The Open Movie Database only → No results, no log activity - File naming: Standard ShowName/Season 01/ShowName - S01E01.mkv- "Automatically refresh metadata" - Enabled - "Replace existing images" - Enabled ## Network Testing Confirms APIs Work Manual API testing proves network and APIs function correctly: bashThis confirms:
## Movie Metadata Works Perfectly Logs show successful TMDB operations for movies: Movies get metadata, images, and collections from TMDB using the same API keys that fail for TV shows. ## Troubleshooting Attempted
None of these resolved the issue. ## Questions for Community
## System Context - **Timing**: Stopped working recently (was previously functional) - **Scope**: ALL TV shows affected (zero metadata for any show) - **Consistency**: Persists across: - Multiple library recreations - Different provider configurations - Service restarts - Fresh Jellyfin installations - **Partial functionality**: Movies work flawlessly, only TV broken - **Manual search UI**: Returns empty list (not "no matches" but zero results) - **Automatic scans**: New TV files added never trigger metadata downloads ## Summary This appears to be a fundamental issue with TV metadata provider initialization or invocation in Jellyfin 10.11.2 on macOS. The provider system for TV content is completely non-functional - not failing, but never being called at all - while movie metadata works perfectly. Any guidance on diagnosing why the TV provider system isn't being invoked would be greatly appreciated. |