UniversalMediaServer / UniversalMediaServer/api
Look at pulling seasons at a time from TMDB
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 12
- Forks
- 3
- Avg merge
- 16d 31m
- Merged PRs (30d)
- 6
Description
For the first release I'm ignoring the episodes node of a season request, but we could use it to save on web requests from us to TMDB. Possibly something similar in our client too instead of individual episode requests since that could make it significantly faster for users.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the season request handling and the client’s individual episode requests, then inspect how the TMDB season response’s episodes node is currently treated. Done means the request flow has a clear decision on reusing that data and verifies whether it reduces separate web requests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, typescript
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100