Ashyni / mpv-scripts

dynamic-crop.lua script for mpv player/lib.
MIT License
81 stars 4 forks source link

fix_windowed_behavior=0 not working on first playback #23

Closed signin404 closed 1 week ago

signin404 commented 1 week ago

Setup (please complete the following information):

Additional context window-maximized = yes auto-window-resize = no fix_windowed_behavior = 0

Describe the bug Window is resized to video size after first playback is stopped or files are switched

Expected behavior Window remains maximized after first playback is stopped or after switching files

Screenshots

Ashyni commented 1 week ago

Hello, you should be able to use the default fix_windowed_behavior = 1 (fix-no-resize) and can also remove auto-window-resize = no from your mpv.conf if you want. Let me know if the issue isn't fixed. It's not an issue on older mpv build (not sure when it changes).