KenT2 / tboplayer

Raspberry Pi. A GUI for OMXPlayer
Other
158 stars 43 forks source link

Full Screen bug? #188

Closed DRAGxMEx2xHELL closed 4 years ago

DRAGxMEx2xHELL commented 4 years ago

HI

Appears sometimes when i play a YouTube video through TBOPlayer it will go full screen by default unless i play the video again, then it will pop up as windowed. Sometimes in fullscreen my mouse & keyboard would become unresponsive where id have to pull the power from the wall as a buttons, and combinations would not respond. Not sure if this is a issue, or i overlooked something.

heniotierra commented 4 years ago

Hi,

Are you using the python 3 or python 2 version?

HI

Appears sometimes when i play a YouTube video through TBOPlayer it will go full screen by default unless i play the video again, then it will pop up as windowed. Sometimes in fullscreen my mouse & keyboard would become unresponsive where id have to pull the power from the wall as a buttons, and combinations would not respond. Not sure if this is a issue, or i overlooked something.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/KenT2/tboplayer/issues/188, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABDKGL3WURV4A3CSHJTTL4DSLRWJLANCNFSM4SWNHSAQ .

DRAGxMEx2xHELL commented 4 years ago

Sorry not sure, was using a raspberry pi 4 with TwisterOS 1.8.4

heniotierra commented 4 years ago

@DRAGxMEx2xHELL Which version date is in the "about" window? BTW, thank you for reporting this.

DRAGxMEx2xHELL commented 4 years ago

February 5th 2019 it appears

heniotierra commented 4 years ago

Ok, I'll try and reproduce this.

DRAGxMEx2xHELL commented 4 years ago

i ran into it 3 times over the course of like 2 hours.

DRAGxMEx2xHELL commented 4 years ago

upon looking into it, the unresponsive mouse and keyboard as on my end, but other than that, it going full screen upon first video, seems i need to repeatedly hit esc for it to exit, unless i missed something.

heniotierra commented 4 years ago

This only happens for streaming?

Em Qua, 21 de out de 2020 12:41, DRAGxMEx2xHELL notifications@github.com escreveu:

upon looking into it, the unresponsive mouse and keyboard as on my end, but other than that, it going full screen upon first video, seems i need to repeatedly hit esc for it to exit, unless i missed something.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/KenT2/tboplayer/issues/188#issuecomment-713668664, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABDKGL67HAYHVSYQB7LGDVLSL36K7ANCNFSM4SWNHSAQ .

DRAGxMEx2xHELL commented 4 years ago

Havent test anything else besides youtube streaming, sometimes get full screens where i cant exit, some i can, seems random. Is there any commands to exit full screen already in place?

heniotierra commented 4 years ago

I think the standard keyboard commands from omxplayer should work just fine. To quit, hit q.

Em Qua, 21 de out de 2020 16:06, DRAGxMEx2xHELL notifications@github.com escreveu:

Havent test anything else besides youtube streaming, sometimes get full screens where i cant exit, some i can, seems random. Is there any commands to exit full screen already in place?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/KenT2/tboplayer/issues/188#issuecomment-713812185, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABDKGL3DIEHD3BYMF4NQM6TSL4WMBANCNFSM4SWNHSAQ .

heniotierra commented 4 years ago

@DRAGxMEx2xHELL Sorry, I misread you question. To exit full screen, hit F11. If that does not work, it probably means an issue with dbus. This kind of problem generally happens when there are 2 instances of omxplayer running at the same time. To force OMXPlayer to open in windowed mode, you can also try to set the optional arguments (OMXplayer options) in the config screen. For example: --win 1,1,500,400

DRAGxMEx2xHELL commented 4 years ago

Tried few things, and Q or F11 didnt let me exit full screen when it auto pops up at times.

heniotierra commented 4 years ago

Ok, this PR fixes it: https://github.com/KenT2/tboplayer/pull/189 If you have any other problem, please, reach out! And thank you again, @DRAGxMEx2xHELL . :)