Fallenbagel / jellyseerr

Fork of overseerr for jellyfin support.
https://docs.jellyseerr.dev/
MIT License
3.87k stars 246 forks source link

[Feature Request] Ability to hide all movies or all tv shows from users #163

Open n8detar opened 2 years ago

n8detar commented 2 years ago

Description

It would be nice to be able to hide all movies or all shows if the user doesn't have permission to request that type of content. Right now even if a user is not allowed to request movies, for example, they still see movies on the discover page and can search for them and they still come up.

Desired Behavior

If the user doesn't have permission to request or view a certain type of content (Movie or TV Show) they won't see any of that content on the Discover page or under search. I could see this being tied directly to the request permission or as its own permission.

Additional Context

No response

Code of Conduct

Fallenbagel commented 2 years ago

Do you mean like filter certain age rated ones or genres from a specific user?

n8detar commented 2 years ago

That would also be nice, but I would like it to be all movies or all shows. I have some users who don't have permission to request movies using the current permission system and it would be nice if they didn't see any movies at all, whether it is in the search results or on the discover page. I think it is confusing for users to see movies in their results but aren't able to actually request them. It would make it easier for them to find new shows on the discover page because they would know everything is a TV show and something they are able to request.

Fallenbagel commented 2 years ago

That would also be nice, but I would like it to be all movies or all shows. I have some users who don't have permission to request movies using the current permission system and it would be nice if they didn't see any movies at all, whether it is in the search results or on the discover page. I think it is confusing for users to see movies in their results but aren't able to actually request them. It would make it easier for them to find new shows on the discover page because they would know everything is a TV show and something they are able to request.

Oh so like if the person is only given permission for TV show request then movies should be hidden?

n8detar commented 2 years ago

Oh so like if the person is only given permission for TV show request then movies should be hidden?

Yes, exactly.