Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

detailed request process #982

Open
1 task done
yohanb opened this issue Sep 26, 2024 · 3 comments
Open
1 task done

detailed request process #982

yohanb opened this issue Sep 26, 2024 · 3 comments
Labels
awaiting triage This issue needs to be reviewed enhancement New feature or request

Comments

@yohanb
Copy link

yohanb commented Sep 26, 2024

Description

Hi!
First off, huge thanks for everyone's contributions in this repo 👏.
I was thinking that it would make sense to have a more detailed view of the request process in the UI. I find it's difficult to know why a request isn't going through. I need to dig into Radarr and figure out why it's not downloading; unavailable language, no matching quality profile, etc.
Would this be something of interest? How would you see the information displayed on the UI?
I can give it a try by contributing a PR 😬

Desired Behavior

Have a UI section for request details or simply add more statuses to the movies/series.

Additional Context

No response

Code of Conduct

  • I agree to follow Jellyseerr's Code of Conduct
@yohanb yohanb added awaiting triage This issue needs to be reviewed enhancement New feature or request labels Sep 26, 2024
@gauthier-th
Copy link
Collaborator

Yep, how would you do that?
In Radarr, there is no such way of displaying why a movie is missing, it just shows the status as "Missing".
The only thing i can think of is to implement the "Interactive Search" dialog inside Jellyseerr, with the score and rejection beside each item. And that's not really the purpose of Jellyseerr to manage media files like Radarr does.

@yohanb
Copy link
Author

yohanb commented Sep 27, 2024

Yep, how would you do that? In Radarr, there is no such way of displaying why a movie is missing, it just shows the status as "Missing". The only thing i can think of is to implement the "Interactive Search" dialog inside Jellyseerr, with the score and rejection beside each item. And that's not really the purpose of Jellyseerr to manage media files like Radarr does.

I haven't explored Radarr's api TBH so not sure exactly what's possible.
If the returned status is missing, can't we perform a search in the backend and determine why based on some pretty simple logic?

@gauthier-th
Copy link
Collaborator

on some pretty simple logic

That would mean having to fetch all Radarr/Sonarr settings (indexers, download clients, custom formats, etc.) and re-implementing some logic from Radarr/Sonarr, just to display an information that may not be exact and already available on Radarr/Sonarr.
You could instead go on Radarr/Sonarr and filter the unavailable media to manage them here.

Honestly I don't think that's a good idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting triage This issue needs to be reviewed enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants