Gauthier
Gauthier
This PR adds the dirname option which is usefull when the `__dirname` variable does not point to the right path. This is the case inside a webpack project. It also...
#### Description This PR adds options to define specific quality profiles per user. The quality profile sent to Radarr/Sonarr will be changed if the setting has been modified for the...
#### Description This PR changes the way Jellyseerr interacts with Jellyfin. Instead of using auth tokens from an admin user to connect to Jellyfin and perform all its requests, Jellyseerr...
#### Description For some new movies, ratings are not yet available on IMDb. This throws this kind of error in the logs: ``` Error: [IMDB RADARR PROXY API] Failed to...
Hi everyone, As requested, here is a quick overview of what we're planning as next features on Jellyseerr, in approximate order: - [x] #868 - [x] #685 - [x] Make...
#### Description This PR introduces override rules in Jellyseerr. Override rules are used to define conditions for each service (i.e. for each Radarr/Sonarr server) on which parameters will be modified....
#### Description Previously, the "Play on Jellyfin" or "Watch Trailers" buttons used the onClick event and window.open to open links, instead of using 'a' elements with a href. #### Screenshot...
#### Description The time-to-live (TTL) of cookies stored in the database was incorrect because the connect-typeorm library takes a TTL in seconds and not milliseconds, making cookies valid for ~82...
### Is there an existing issue for this? - [X] I have searched the existing open and closed issues ### Is your feature request related to a problem? Please describe...
I often see users migrating from Plex to Jellyfin how to convert their instance to Jellyseerr. It would be useful to have a script that did this conversion automatically.