jellyfin / jellyfin-mpv-shim

MPV Cast Client for Jellyfin
Other
1.5k stars 88 forks source link

Fullscreen mode failure #308

Closed mkrsticch closed 1 year ago

mkrsticch commented 1 year ago

Describe the bug My goal is to set Jellyfin MPV Shim always to open maximized (fullscreen) and to play video at once.

When I open a video file, it opens the way I closed it last time, which means when I close Jellyfin MPV Shim in a windowed position, it opens in a windowed position when I open the same video file again.

I am using an external copy of MPV. In the conf.json I have "fullscreen": true.

To Reproduce Steps to reproduce the behavior:

  1. Open up a video file and let it play.
  2. Press "f" to toggle the fullscreen (or double click it).
  3. Use the mouse left click to close the player.
  4. Open up the same video file and play again.

Jellyfin MPV Shim will start in a windowed position.

Expected behavior Jellyfin MPV Shim should start in fullscreen mode.

iwalton3 commented 1 year ago

If you exit fullscreen once, that is currently preserved until you restart the application. This prevents the client from annoying the user by making the player fullscreen again on each subsequent media playback. You can close the player without exiting fullscreen by pressing q.