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

Exit fullscreen automatically after video playback ends #141

Merged
merged 2 commits into from
Feb 18, 2019

Conversation

cvium
Copy link
Member

@cvium cvium commented Feb 17, 2019

Ideally, the video element or its parent container should be fullscreened and none of this would be necessary, BUT video osd is in a separate container, so video element cannot be fullscreened without the osd disappearing...

So this change is the next best solution I could think of. Maybe I'll look into refactoring videoosd to wrap the video element.

Thoughts?

Fixes jellyfin/jellyfin#923

Copy link
Contributor

@JustAMan JustAMan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes themselves look valid, but I would certainly prefer to have fullscreen on an element.

@joshuaboniface joshuaboniface changed the base branch from master to release-10.2.z February 18, 2019 19:47
@joshuaboniface
Copy link
Member

I think this works as a solution, given what we have already. It's not the best fix for #923 but it is a fix. Slated for inclusion in 10.2.1 as a bugfix.

@joshuaboniface joshuaboniface merged commit fe28f88 into release-10.2.z Feb 18, 2019
@dkanada dkanada deleted the exit_fullscreen_automatically branch March 14, 2019 07:00
@CutterXYZ
Copy link
Contributor

Is this necessary ?

Is there any way to re-enable fullscreen remotely from the android app without leaving the couch ? :)

@Nickbert7
Copy link
Contributor

Maybe we could keep it in fullscreen if the display mode is set to "TV" and leave it on the other display modes?

@JustAMan
Copy link
Contributor

Maybe we should automatically go full-screen when in TV mode?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants