-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Fix video player option from preferred open action (open in fullscreen) #4070
Comments
It should open the video in fullscreen IMO, because that's what people wanted when choosing video player. |
I have something I wanna say. I always have the need to check the thumbnail. Currently 0.19.8 I can click a video and see the thumbnail clear and big. Now using the Unified Player I have always brought myself back to 0.19.8... I kinda miss looking at the thumbnail before I watch the video. Sometimes I don't want to watch the video but check the thumbnail or just read the comments. :) |
@ingingin Just turn off Autoplay in Video settings. This option was added by the same PR. ;) |
And the string should be changed to convey that instead. |
#4071 (comment) pasted here unchanged: Ok, wait, I just tested with the Always Ask option in the latest debug apk. Both Show Info and Video Player have the exact same behaviour for autoplay off: they open the video details but don't play it. For autoplay on, both open video details, and the video additionally plays if Video Player was selected. Now, I think a better solution than my comment above is to tweak the behaviour in this way:
This ^ is for the Always Ask dialog when opened externally, and for the Preferred open action dialog in Settings. Moreover if Video Player is selected as the preferred open action, then turning autoplay off should replace it with Show Info, but keep that radio button selected, and vice versa. I think this set of behaviours will be the most intuitive. |
Also, avently's investigation for context: #4071 (comment) |
I see the issue is closed, was this bug fixed? My player still opens to the info screen (non-fullscreen) when opening a link with the Video player option, unlike before when it would directly open the video fullscreen. Edit: Current version is 0.20.2. |
Version
Steps to reproduce the bug
Expected behavior
It open the video in fullscreen, either portrait (vertical video) or landscape mode (horizontal video).
Actual behaviour
It open the video just like "Show info" would do.
Additional note
"Video player" should be renamed to fullscreen ~ or something like that
People which have chosen "Video player" in settings should have fullscreen ~ preference selected
The text was updated successfully, but these errors were encountered: