TheCatLady
1b3797cf6e
fix: sort collection parts by release date ( #2368 )
...
* fix: order collection parts by release date
* feat(frontend): add posters & release years to collection request modal
* fix(frontend): wrap movie titles in collection request modal
3 years ago
TheCatLady
30b20df37a
feat: add production countries to movie/TV detail pages ( #2170 )
...
* feat: add production countries to movie/TV detail pages
* feat: add country flags to production countries
3 years ago
TheCatLady
98ece67655
feat: list streaming providers on movie/TV detail pages ( #1778 )
...
* feat: list streaming providers on movie/TV detail pages
* fix(ui): add margin to media fact value
4 years ago
TheCatLady
1d7a938ef8
fix: fetch localized person details from TMDb ( #1243 )
...
* fix: fetch localized person details from TMDb
* feat: include DOB, hometown, and alternate names on person detail pages
* fix: remove unnecessary ternary operator
* fix(ui): don't display AKA when empty
4 years ago
TheCatLady
2f2e00237d
feat: add tagline, episode runtime, genres list to media details & clean/refactor CSS into globals ( #1160 )
4 years ago
sct
63c122e5e0
refactor: move genre/studio/network calls into their own endpoints
...
this commit also adds a `useDiscover` hook to help with creating discover pages with less repeating
code
4 years ago
Danshil Mungur
c8b2a57721
feat(ui): added content ratings for tv shows and movie ratings ( #878 )
4 years ago
sct
20289b5960
feat(cache): external API cache ( #786 )
4 years ago
Danshil Mungur
b239598e64
feat(tv): show cast for the entire show instead of only the last season ( #778 )
...
This uses TMDb's `aggregate_credits` instead of `credits` to get the show's cast for all seasons.
Fixes #775
4 years ago
Jakob Ankarhem
1d7150c24e
feat(media): add link to the item on plex ( #735 )
...
Co-authored-by: sct <sctsnipe@gmail.com>
4 years ago
sct
721ed9a930
fix: correctly deal with tmdb id duplicates between movies/series
...
fixes #526
4 years ago
Jayesh
e88dc83aeb
feat: YouTube Movie/TV Trailers ( #454 )
...
* feat: Get Youtube trailers from TMDB API and show on Movie/TV details page
* docs(overseerr-api.yml): remove youtube trailer URL (unused) from OAS
4 years ago
sct
a333a09582
feat: add collections ( #484 )
...
closes #418
4 years ago
sct
32b4c99950
fix(api): correctly return firstAirDate for series in search endpoints
...
fixes #462
4 years ago
sct
0972f40a4e
feat: anime profile support ( #384 )
...
closes #266
4 years ago
sct
c21fa5b535
fix(frontend): fix tv shows failing to open when firstAirDate is undefined
...
fix #347
4 years ago
sct
d6eb3ae64e
feat: person details page
4 years ago
sct
79a352b7b3
build(deps): update dependencies and update relevant files
4 years ago
Alex Zoitos
2aefcfdfb9
Person API calls ( #188 )
...
* feat(frontend): person API call - details, combined credits
* feat(frontend): add next for error handling + remove conditional
* feat(frontend): add status code to next error
4 years ago
sct
608b96600a
feat(frontend/api): tv request modal (no status. only request)
5 years ago
sct
2bf7e10e32
feat(frontend/api): beginning of new request modal
...
also includes new api endpoints for seasons
5 years ago
sct
8577db1be1
feat(api): decouple media requests from media info
5 years ago
sct
4aa74319e0
feat(api): add external ids to movie/tv response
5 years ago
sct
02cbb5b030
feat(frontend/api): tv details page
5 years ago
sct
04252f88bb
feat(frontend/api): cast included with movie request and cast list on detail page
5 years ago
sct
be0003a85d
feat(frontend): discover tv/movies full page
...
Also adds ListView component for infinite scrolling pages
5 years ago
sct
a3beeede7e
feat(api): tv details endpoint
5 years ago
sct
b1761484cb
feat(api): add movie details endpoint
5 years ago
sct
f4c2c47e56
feat(api): request api ( #80 )
5 years ago
sct
1910876706
Request Model ( #79 )
...
* feat(api): request model
Also adds request binding to search/discover results
* fix(api): rename Request to MediaRequest and update nextjs tsconfig
* refactor(api): move related request fetching code into MediaRequest entity
5 years ago
sct
c702c17cee
feat(api): tmdb api wrapper / multi search route ( #62 )
...
Adds a "The Movie DB" api wrapper for some basic requests (search/get movie details/get tv details).
Also adds a search endpoint to our api and mappers to convert the tmdb results
5 years ago