mpc-hc icon indicating copy to clipboard operation
mpc-hc copied to clipboard

Interface issues when using fullscreen

Open Twichigo opened this issue 1 year ago • 7 comments

Version 2.0.0.69 Build date June 8 2023, but these issues have been around for at least a year, I can't now recall for how long.

  1. When "Launch files in fullscreen" is on, skipping forward/back to next/previous file always forces fullscreen. Before, this option only affected launching a file.
  2. After using skip back or forward in fullscreen at least once, exiting fullscreen will forcefully un-maximize the window. Before, if you maximized the window it would always stay that way, even after reopening the player.

There's a chance these aren't bugs but features. Still, thought I'd mention this inconvenient behaviour.

Twichigo avatar Jun 24 '23 04:06 Twichigo

I can confirm both behaviors. Number 1 seems debatable, but number 2 seems wrong.

adipose avatar Oct 20 '23 21:10 adipose

Number 2 is pre-existing.

adipose avatar Oct 20 '23 22:10 adipose

@clsid2

Introduced in https://github.com/clsid2/mpc-hc/commit/3ddeda6699e58226c63df2b9b34e535e309c15b9

Should it go full screen when hitting next, if it is not currently fullscreen?

adipose avatar Oct 20 '23 22:10 adipose

I think it was requested in the past to go fullscreen for every file. But it is fine with me to keep current window state when going to next/previous.

Edit: when player is already running and a new file is opened through Explorer, then it should go fullscreen again. That was what was requested in the past. I am not sure if it is easy to distinguish properly between use cases. Maybe just keep current behavior of lauching fullscreen for every file.

clsid2 avatar Oct 20 '23 22:10 clsid2

https://github.com/clsid2/mpc-hc/pull/2260

It still goes FS if you launch from explorer with this patch.

adipose avatar Oct 20 '23 23:10 adipose

Regarding #2 above, I can still reproduce it in 2.0.0.162

Rikk avatar Oct 21 '23 22:10 Rikk

Patch only addresses issue 1. Issue 2 is older and unrelated.

adipose avatar Oct 22 '23 01:10 adipose

https://github.com/clsid2/mpc-hc/pull/2801

Fixes issue #2.

adipose avatar May 23 '24 21:05 adipose