Anatole Sot
3013fbdb2e
Fixed request not working at all
9 months ago
Anatole Sot
8507c09e0f
Broke the working adding feature but added multiple new features
9 months ago
Anatole Sot
8cc3f8cfc4
First working requests !!
9 months ago
Anatole Sot
76ca609c19
Refactor musicRoutes and remove unused code
9 months ago
Anatole Sot
fc9fb2b2d7
Add getChildMedia method to Media class and update BaseScanner class to handle parentRatingKey
9 months ago
Anatole Sot
b8c1c7cbbc
Add releaseGroupType to ReleaseResult and mbRelease
9 months ago
Anatole Sot
2cd4d4fb56
Add query parameters for full, maxElements, and offset in API endpoints
9 months ago
Anatole Sot
f2a77ea7e4
Add query parameters for maxElements and offset in API and update usage in music route
9 months ago
Anatole Sot
64cc39bae4
Update artist and added endpoints for every secondary type of music medias in routes
9 months ago
Anatole Sot
ff2509df48
Add multiple methods to MusicBrainz class and caching to the poster request methods
9 months ago
Anatole Sot
4d4c6d7006
Add browse functionality to NodeBrainz types
9 months ago
Anatole Sot
60b9fbef00
Fixed bug introduced in last commit and revamped some old code
9 months ago
Anatole Sot
df198f1d2e
Added images to the artists cards (Introduced a bug needing to be fixed (discover/musics not loading anymore))
9 months ago
Anatole Sot
b8740cf22b
Added the start of the ux to navigate thru artists and music stuff
9 months ago
Anatole Sot
55dd935302
Added proper music loading
9 months ago
Anatole Sot
8941fef04d
Added separate music section in discover
9 months ago
Anatole Sot
63a5304de0
Added some quality of life functions and brought the music page on par with the rest of the site
9 months ago
Anatole Sot
1afc8d39ef
First Working Search Prototype !
9 months ago
Anatole Sot
6fa4b36a3e
Added the music tab
9 months ago
Anatole Sot
755b26e57f
feat(lidarr): "Added the front-end for the ability to add Lidarr Servers"
9 months ago
Anatole Sot
5ea66adfbf
Completed most of the backend and added the lidarr api
9 months ago
Anatole Sot
3b3cd27950
feat: added support for Music Quotas and Music Media Requests
9 months ago
Anatole Sot
c53251f93f
Started to add Lidarr API and such (WIP)
9 months ago
Anatole Sot
30390cb424
Added MUSIC MediaType
9 months ago
Anatole Sot
563d201599
Switched ArrSettings and DVRSettings to allow for Lidarr Support later
9 months ago
Anatole Sot
1de4068571
Added lidarr to the cache file
9 months ago
Anatole Sot
9b83161a2f
Switched up DVRSettings to extend ArrSettings
9 months ago
Anatole Sot
536d74339c
Added Lidarr settings
9 months ago
Anatole Sot
48682dfeb7
Added type declaration for the nodebrainz module
9 months ago
Anatole Sot
dcf990702c
Added MusicBrainz API support
9 months ago
Joseph Risk
5c60ffc567
fix: api language query parameter ( #3720 )
10 months ago
Isaac M
8251c73ffa
feat(pushover): attach image to pushover notification payload ( #3701 )
12 months ago
Ryan Cohen
b40ba07a4d
fix: request watchlist items sequentially to prevent bypassing quota ( #3667 )
1 year ago
RemiRigal
c84ca43074
feat: update SameSite policy of session cookie to Lax ( #3650 )
...
* update session cookie samesite policy to lax
* set cookie samesite policy based on csrf protection setting
1 year ago
TheCatLady
3ea5076053
feat(notif): add Pushover sound options ( #2403 )
...
Co-authored-by: Danshil Kokil Mungur <me@danshilm.com>
1 year ago
Brandon Cohen
7bdd25e5a4
feat: standard series type selector ( #3628 )
...
* feat: added a standard series type selector
* fix: moved series type property to correct interface
1 year ago
Fallenbagel
f6286359cf
feat: select default seriesType for anime ( #3627 )
...
* feat: select default seriesType for anime
Added flexibility to set default anime series type in service settings. Now you can choose
'standard' for anime if you prefer it, making it easier to use features like searching for season
packs on Sonarr.
fix #3626
* feat: extracted translations
1 year ago
TheCatLady
f7b4dfcac4
fix(tautulli): only test connection if hostname is defined ( #3573 )
1 year ago
Eric Nemchik
cb63bf217b
fix: Include all defaults in payload ( #3538 )
...
* fix: Include all defaults in payload
* style(src/components/settings/notifications/notificationswebhook/index.tsx): prettier format
format changes from previous commit using prettier. line length requirement now met.
* fix(server/lib/settings.ts): update default settings for first install
1 year ago
Marco Faggian
b4191f9c65
feat(rating): added IMDB Radarr proxy ( #3496 )
...
* feat(rating): added imdb radarr proxy
Signed-off-by: marcofaggian <m@marcofaggian.com>
* refactor(rating/imdb): rm export unused interfaces
Signed-off-by: marcofaggian <m@marcofaggian.com>
* docs(rating/imdb): rt to imdb
Signed-off-by: marcofaggian <m@marcofaggian.com>
* refactor(rating/imdb): specified error message
Signed-off-by: marcofaggian <m@marcofaggian.com>
* refactor(rating/imdb): rm line break
Signed-off-by: marcofaggian <m@marcofaggian.com>
* refactor(rating): conform to types patter
Signed-off-by: marcofaggian <m@marcofaggian.com>
* chore(rating/imdb): added line to translation file
Signed-off-by: marcofaggian <m@marcofaggian.com>
* feat(rating/imdb): ratings to ratingscombined
Signed-off-by: marcofaggian <m@marcofaggian.com>
* fix(rating/imdb): reinstating ratings route
Signed-off-by: marcofaggian <m@marcofaggian.com>
* docs(ratings): openapi ratings
Signed-off-by: marcofaggian <m@marcofaggian.com>
* chore(ratings): undo openapi ratings apex
Signed-off-by: marcofaggian <m@marcofaggian.com>
---------
Signed-off-by: marcofaggian <m@marcofaggian.com>
1 year ago
Brandon Cohen
83b008c839
fix: handle issue causing incorrect media to change to unknown ( #3516 )
...
* fix: handle issue causing incorrect media to change back to unknown
* fix: prevent start if plex client is unavailable
* fix: initialize radarr and sonarr clients before the scan starts
* fix: compensate for multiple *arr servers
* fix: added a more reliable season lookup
* refactor: modified tuples to increase code readability
1 year ago
Anton K. (ai Doge)
2816c66300
fix: resolved user access check issue ( #3551 )
...
* fix: importing friends
update checkUserAccess to use getUsers
* refactor(server/api/plextv.ts): clean up
removed unused getFriends function, and its interface.
renamed friends variable.
1 year ago
Brandon Cohen
d0836ce0ef
fix: improved handling of edge case that could cause availability sync to fail ( #3497 )
1 year ago
Ryan Cohen
2c3f533076
fix: adjust the plex watchlist sync schedule to have fuzziness ( #3502 )
...
also fixes the schedule making it uneditable
1 year ago
Fallenbagel
04fbd00d4a
fix: fixes RT ratings for tv shows ( #3492 )
...
fix #3491
1 year ago
Andrew Kennedy
48f76662d5
fix: make a (shallow) copy of radarr/sonarr tags into a request before adding user tags ( #3485 )
...
* Make a (shallow) copy of radarr/sonarr tags into a request before adding user tags
* Undo random formatting changes
* more undoing formatting changes
* Fix undefined case.
* Prettier format
1 year ago
Izaac Brånn
24f268b6cb
feat: auto tagging requested media with username ( #3338 )
...
* feat: auto tagging requested media with username
Relating to discussion: https://github.com/sct/overseerr/discussions/3313
Adding an option to the Radarr and Sonarr service to enable automatic tagging
with the username requesting the media.
Current format, to reduce tag clutter if a user changes displayname:
`[user.id] - [user.displayName]`
* fix: modified new secondary tip language
---------
Co-authored-by: Brandon Cohen <brandon@z3hn.dev>
1 year ago
Shane Friedman
aa84977680
feat(discover): support filtering by tmdb user vote count on discover page ( #3407 )
2 years ago
Brandon Cohen
e051b1dfea
fix: correctly load series fallback modal with sonarr v4 ( #3451 )
2 years ago
Zeb Muller
ac77b037d5
fix: error deleting users with over 1000 requests ( #3376 )
...
Break-up request removal into groups of 1000 requests to be removed at a time.
2 years ago