-
Notifications
You must be signed in to change notification settings - Fork 24
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
[bug] Bitrate selection menu pops up without any keyboard shortcut #8
Comments
setting set_max_bitrate to true is what makes it pop up, set it to false if you want to invoke it manually |
(the menu is supposed to disappear once the max bitrate has been selected, but it's buggy) |
is it possible to automatically pick the highest bitrate rather than picking from the pop-up every episode? |
That's what set_max_bitrate is supposed to do, that's the option |
I found the reason, at least on my system.
to:
That wasn't enough though, because this check also failed:
I'm not sure what the intention was here? So I removed that if. Now it works for me. PS: Even with set_max_bitrate set to false the player patching works in enabling 1080p playback on Linux, if available. Not sure why, just by adding the profile maybe? But I also stumbled over a movie where all of this had no effect, I guess where netflix really does not deliver 1080p playback. Or maybe there are additional playback profiles though ought to be enabled there? |
I don't know for sure, but I believe certain content is configured to require "VMP" (Verified Media Path), which sadly is not available on the Linux platform. |
That might be it. Well, I hope the described code changes help with the max bitrate issue at least :) |
[bug] Inspite of set_max_bitrate set to true the bitrate selection menu keeps popping up on any new instance of netflix.
Also, it is a bit unclear what the override and reset buttons functions are in the bitrate selection menu. A small note in the readme would be useful.
Browser: Firefox 124.0.1
The text was updated successfully, but these errors were encountered: