0.3.29
- Prefer local IMDB dataset; add MDList fallback (a1d65fc)
Prioritize local IMDB dataset when resolving series/episodes and add a MDList remote resolution step before falling back to TMDB. Introduces isImdbSeriesFromDataset in lib/imdbDataset to detect series with episodes in the local DB. Reworks app/[type]/[id]/route.ts to: 1) prefer dataset-derived TV detection, 2) resolve via mdblist.com when available, and 3) use TMDB find as a fallback with improved heuristics for choosing movie vs TV and handling episode/show IDs. Also update aiometadata id patterns in components/home-page.tsx to use 'tmdb:{type}:{tmdb_id}' and bump package.json version to 0.3.29.
Full Changelog: v0.3.28...v0.3.29