Implement OMDb API integration in metadata service #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The metadata microservice has an OMDb provider stub (src/streamstack/metadata/providers/omdb.py). Work needed: add OMDB_API_KEY to env, implement live HTTP calls, use OMDb to supplement TMDb with Rotten Tomatoes scores, MPAA rating, and full plot. Add tests with respx/pytest-httpx. Ref: Jellyfin OmdbProvider.cs and https://www.omdbapi.com/