aleksilassila / reiverr

Reiverr is a clean combined interface for Jellyfin, TMDB, Radarr and Sonarr, as well as a replacement to Overseerr
GNU Affero General Public License v3.0
1.44k stars 44 forks source link

[Enhancement]: Change Add to "*arr +" button to "Request" #116

Closed gerryflux closed 5 months ago

gerryflux commented 7 months ago

This app has something great going for it, and I hope it does succeed. I would like to request if it could be possible to change the "Add to *arr +" button to just read "Request". image At the back-end we know if it's a movie or a show, it shall be sent to Radarr and and Sonarr, respectively. So, the end user, this detail is insignificant and might be confusing to them.

aleksilassila commented 7 months ago

I agree that having it behave as you described would be optimal, but the reason it is like this is that behind the scenes before you can ask radarr or sonarr to show the release files for a movie or show, you have to tell radarr or sonarr to "add" the movie or show first. Do you recon it would be best if this would be done automatically when you press the request button?

Phelra commented 7 months ago

Personally, I also think it would be a good idea to combine the "request a movie" and "add a *darr" buttons into a single button.

gerryflux commented 6 months ago

... Do you recon it would be best if this would be done automatically when you press the request button?

Yes, exactly. Since this is meant to replace Jellyseer and Overseer - it should as well function at the very least like them and more. On those platforms, a user just selects "Request Movie/Season" and that's it, in the background the request is sent to Sonarr and/or Raddar, using the default settings (resolution quality, etc.) as defined by the admin.

aleksilassila commented 5 months ago

This is addressed as much as it can be in the 2.0 release in a couple of days. I can't remove the add to radarr/sonarr part as the item has to be added to the services to get the releases from their api, but you won't need to click it twice anymore.