0.3.15
- feat(ratings): add Filmweb user and critics providers with IMDb/TMDB fallback mapping (77e4b08)
- add
filmwebandfilmwebcriticsto the provider catalog and configurator/docs UI - fetch Filmweb user ratings from
/api/v1/film/{id}/rating - fetch Filmweb critics ratings from
/api/v1/film/{id}/critics/rating - resolve Filmweb IDs from IMDb/TMDB using Wikidata first
- add a fallback search path based on title/original title + year when Wikidata has no Filmweb mapping
- cache Filmweb mapping, fallback search, and rating responses in the metadata cache
- expose Filmweb ratings across poster, backdrop, and logo rendering flows
- bump app/package version to
0.3.15
Full Changelog: v0.3.14...v0.3.15
- add