sct
20289b5960
feat(cache): external API cache ( #786 )
2021-01-31 17:24:45 +09:00
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
2021-01-31 09:50:15 +09:00
Jakob Ankarhem
0c6d4780c3
fix(radarr): return the updated data when updating radarr request ( #765 )
2021-01-28 08:04:31 +09:00
Jakob Ankarhem
45a277964b
fix(radarr): fix request bug which made it unable to be added to radarr ( #760 )
2021-01-28 07:35:05 +09:00
sct
ec5fb83678
feat: Radarr & Sonarr Sync ( #734 )
2021-01-27 23:52:37 +09:00
TheCatLady
f05d4a0d0b
fix(ui): Capitalization, punctuation, and grammar inconsistences & errors ( #731 )
2021-01-27 08:34:52 +09:00
Chris Pritchard
82ac76b054
feat: pre-populate server info from plex.tv API ( #563 )
...
Co-authored-by: sct <sctsnipe@gmail.com >
2021-01-25 16:34:21 +09:00
Jakob Ankarhem
2da0da826a
fix(requests): handle when tvdbid is null ( #657 )
...
Co-authored-by: sct <sctsnipe@gmail.com >
2021-01-22 10:49:17 +09:00
sct
7db62ab824
fix(api): improve rottentomatoes rating matching for movies
...
fixes #494
2021-01-18 02:47:12 +00:00
sct
bdb33722e6
feat(requests): Request Overrides & Request Editing ( #653 )
2021-01-17 22:52:50 +09:00
sct
d688a96759
fix(plex-sync): store plex added date and sort recently added by it
2021-01-13 09:51:11 +00:00
sct
6b2df24a2e
feat: 4K Requests ( #559 )
2021-01-11 23:42:33 +09:00
Mārtiņš Možeiko
0600ac7c3a
feat: map AniDB IDs from Hama agent to tvdb/tmdb/imdb IDs ( #538 )
...
* feat: map AniDB IDs from Hama agent to tvdb/tmdb/imdb IDs
re #453
* refactor: removes sync job for AnimeList, load mapping on demand
* refactor: addressing review comments, using typescript types for xml parsing
* refactor: make sure sync job does not update create same tvshow/movie twice
Hama agent can have same tvdbid it for different library items - for example
when user stores different seasons for same tv show separately. This change
adds "AsyncLock" that guarantees code in callback runs for same id fully,
before running same callback next time.
* refactor: do not use season 0 tvdbid for tvshow from mapping file
* refactor: support multiple imdb mappings for same anidb entry
* refactor: add debug log for missing tvdb entries in tmdb lookups from anidb/hama agent
2021-01-08 09:46:00 +09:00
johnpyp
02969d5426
feat: simple failed request handling ( #474 )
...
When a movie or series is added with radarr or sonarr, if it fails, this changes the media state to
unknown and sends a notification to admins. Client side this will look like a failed state along
with a retry button that will delete the request and re-queue it.
2020-12-25 09:53:32 +09:00
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
2020-12-24 20:41:32 +09:00
sct
a333a09582
feat: add collections ( #484 )
...
closes #418
2020-12-24 16:31:56 +09:00
sct
32b4c99950
fix(api): correctly return firstAirDate for series in search endpoints
...
fixes #462
2020-12-23 01:13:29 +09:00
sct
4b505223b8
fix(logs): improve logging when adding to sonarr/radarr
2020-12-22 11:12:41 +09:00
johnpyp
7e8f361af7
feat: import users from plex ( #428 )
...
* feat: import users from plex
fix #281
* fix(frontend): re-enable delete user confirmation button after finished
2020-12-21 23:41:19 +09:00
sct
f35dae56a5
fix(api): fix cross-imported type crashing build
2020-12-21 18:14:49 +09:00
sct
5deb64a87f
fix(frontend): allow more special characters in search input
...
fixes #430
2020-12-21 18:02:23 +09:00
sct
2a4dd52275
fix(frontend): hide Request More button if all current seasons are available
...
fixes #343
2020-12-19 13:16:58 +09:00
sct
f88c4a6d4a
feat(api): add movie keyword search
2020-12-18 06:13:44 +00:00
sct
0972f40a4e
feat: anime profile support ( #384 )
...
closes #266
2020-12-18 14:32:40 +09:00
ecelebi29
e9c899ce41
fix(sonarr.ts, mediarequest.ts): add missing seasonFolder option ( #358 )
2020-12-17 09:18:18 +09:00
sct
e08fa35548
fix(api): only run recently added sync on enabled libraries
...
fixes #259
2020-12-15 10:23:19 +00:00
sct
3ba09d07eb
fix: add support for ssl when connecting to plex
...
fixes #275
2020-12-15 03:22:54 +00:00
Alex Zoitos
f998873fc5
fix(services): improve logging for when Radarr movie already exists ( #285 )
...
re #260
2020-12-15 11:11:48 +09:00
darknessgp
6d08b10820
fix: changing parameter name to use correct 'port' #276 ( #277 )
...
Co-authored-by: Ryan Boyles <Ryan.Boyles@ahstech.com >
2020-12-15 09:14:11 +09:00
sct
6c1ee830a1
fix(services): improve logging for adding movies to Radarr
2020-12-14 08:17:38 +00:00
sct
79a352b7b3
build(deps): update dependencies and update relevant files
2020-12-08 04:14:18 +00:00
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
2020-11-25 14:55:54 -05:00
sct
1694f60e8a
feat: rotten tomatoes scores on movie/tv details pages
2020-11-19 02:02:26 +00:00
sct
ff8b9d8e7e
feat: add trending to discover page
2020-11-13 01:48:32 +00:00
sct
67290dd502
feat: upcoming movies on discover
2020-11-12 23:38:26 +00:00
sct
1390cc1f13
feat(api): plex tv sync and recently added sync
2020-11-11 09:02:28 +00:00
sct
320432657e
feat: sonarr edit/delete modal
2020-11-03 09:44:54 +00:00
sct
9385592362
feat(api): sonarr api wrapper / send to sonarr
2020-10-29 01:53:45 +00:00
sct
2bf7e10e32
feat(frontend/api): beginning of new request modal
...
also includes new api endpoints for seasons
2020-10-07 10:01:15 +00:00
sct
1be8b18361
feat(api): plex Sync (Movies)
...
Also adds winston logging
2020-09-27 14:05:32 +00:00
sct
4aa74319e0
feat(api): add external ids to movie/tv response
2020-09-20 14:42:13 +09:00
sct
02cbb5b030
feat(frontend/api): tv details page
2020-09-20 14:09:40 +09:00
sct
514714071d
feat(api): allow plex logins from users who have access to the server
2020-09-19 23:28:39 +09:00
sct
8f6247d821
feat(api): validate plex when settings are saved
2020-09-19 22:13:48 +09:00
sct
9131254f33
feat(frontend/api): i18n support
2020-09-17 16:17:41 +00:00
sct
04252f88bb
feat(frontend/api): cast included with movie request and cast list on detail page
2020-09-17 06:35:25 +00:00
sct
6398e3645a
feat(frontend/api): movie recommendations/similar request and frontend detail page update
2020-09-17 04:57:51 +00:00
sct
a3beeede7e
feat(api): tv details endpoint
2020-09-16 06:11:29 +00:00
sct
48d62c3178
feat(api): radarr api wrapper / send to radarr when requests approved ( #93 )
2020-09-16 11:49:40 +09:00
sct
f4c2c47e56
feat(api): request api ( #80 )
2020-09-13 18:55:35 +09:00