-
-
Notifications
You must be signed in to change notification settings - Fork 294
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
Split "Discover Region" and "Currently Streaming on" #890
Comments
Currently, the "Currently Streaming On" information is based on the Discover Region setting. This PR adds a new setting to specify which region should be used to display the streaming region. re #890
Currently, the "Currently Streaming On" information is based on the Discover Region setting. This PR adds a new setting to specify which region should be used to display the streaming region. re #890
Currently, the "Currently Streaming On" information is based on the Discover Region setting. This PR adds a new setting to specify which region should be used to display the streaming region. re #890
* feat: add separate setting for streaming region Currently, the "Currently Streaming On" information is based on the Discover Region setting. This PR adds a new setting to specify which region should be used to display the streaming region. re #890 * fix: add missing newline * fix: rename migration function
…bagel#993) * feat: add separate setting for streaming region Currently, the "Currently Streaming On" information is based on the Discover Region setting. This PR adds a new setting to specify which region should be used to display the streaming region. re fallenbagel#890 * fix: add missing newline * fix: rename migration function
Oh, nice, thanks for implementing this! :) Just saw it referenced in the release announcement mail. Going to look at how it looks in Jellyseerr tomorrow. (For some reason I didn't get any update mails for this ticket, though, even though I'm the author and still subscribed to this ticket? That's weird.) |
Probably because no message was sent here. Just references to this issue. |
Okay, having looked at the new version of Jellyseerr, this is exactly what I wanted. Thanks! :) |
Description
Currently, the "Currently Streaming On" information seems to be based on the Discover Region setting. I.e. when I set it to Germany, it shows where it's streaming in Germany. When it's set to All Regions, it shows...US? Production country? That's not clear, but it's not all services in all countries, that's for sure.
I'd like to see these concepts split, so that I can see where something is streaming in Germany (if any), but not filter away things in the Discover section.
Desired Behavior
I'd like two different settings: "Discover Region" and, perhaps, "Streaming Region". The former is solely for filtering in the Discover section, while the latter changes which region the "Currently Streaming On" information is based off of.
Additional Context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: