Anatole Sot
f9b130c0d9
Added artist to the releases page & fixed the title cards not working 100% of the time & fixed Tags not being properly applied to search
9 months ago
Anatole Sot
f4986610dd
Fix: inverted artist and release order in search results
9 months ago
Anatole Sot
6bd18d91ab
Search also searches for releases and artists now
9 months ago
Anatole Sot
2b78dd9ace
Add label list in the music filters
9 months ago
Anatole Sot
512ac9bfb4
Added Lidarr Scan in the Jobs List
9 months ago
Anatole Sot
3495cf9e72
fix(plexapi): recently added scan works again
9 months ago
Anatole Sot
fc507244cd
Fixed a bug that caused some artist to crash the discover page if recently added and fixed the lidarr setting pop up not displaying the current lidarr installation
9 months ago
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