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

Allow issue reporting on non-available media #1382

Open
1 task done
LaSylv opened this issue Feb 21, 2025 · 4 comments
Open
1 task done

Allow issue reporting on non-available media #1382

LaSylv opened this issue Feb 21, 2025 · 4 comments
Labels
awaiting triage This issue needs to be reviewed enhancement New feature or request

Comments

@LaSylv
Copy link

LaSylv commented Feb 21, 2025

Description

I'd like to be able to report an issue on a media not yet available

I saw there was a conditon there

{(data.mediaInfo?.status === MediaStatus.AVAILABLE ||
, i was wondering whats the reason behind this ?

Desired Behavior

Go to an Unavailable media and see that you can't report an issue

Additional Context

I can work on it if you're OK with this change

Code of Conduct

  • I agree to follow Jellyseerr's Code of Conduct
@LaSylv LaSylv added awaiting triage This issue needs to be reviewed enhancement New feature or request labels Feb 21, 2025
@fallenbagel
Copy link
Owner

Why? What's the usecase?

The reason for allowing issue reporting on available media is because issue reporting is for reporting on issues about the media. If the media is not available, how do you report there is an issue with the video, audio, subtitle, etc.

@LaSylv
Copy link
Author

LaSylv commented Feb 22, 2025

We have cases where people asked for the media but it didn't appear or is not marked as available due to sync issues or this kind of stuff
Also, people might ask why it's not available and will it be

@fallenbagel
Copy link
Owner

fallenbagel commented Feb 22, 2025

We have cases where people asked for the media but it didn't appear or is not marked as available due to sync issues or this kind of stuff

If you have sync issues you should probably fix that first though

Also, people might ask why it's not available and will it be

Ah

@pichouk
Copy link

pichouk commented Feb 23, 2025

I have to say it would be a great feature to add. It's not really about sync issues, it's just because sometime people asks about content that are not easily findable by automation tools (eg. things released on Youtube only) but can be easily imported manually.
In this scenario, as said above, it would be very convenient for the user to be able to notify (thus allow to open a Jellyseerr issue) when he see the media is not available after some times.

Not sure about what's possible in the code or not. But seems legit to be able to open an issue for a media that is "requested" but not "available".

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

3 participants