jellyfin / jellyfin-mpv-shim

MPV Cast Client for Jellyfin
Other
1.65k stars 95 forks source link

Bottom bar not showing with mpv v0.38.0 #376

Closed kattjevfel closed 6 months ago

kattjevfel commented 7 months ago

Describe the bug The bottom bar of mpv does not show when using it with jellyfin-mpv-shim as of mpv v0.38.0, I've bisected it down to https://github.com/mpv-player/mpv/commit/86b498ecc0e6276bb905df57f479d0506b45ba53, which removes shared-script-properties, which the shim uses here:

jellyfin_mpv_shim/trickplay-osc.lua
2240:    utils.shared_script_property_set("osc-margins",
2246:    utils.shared_script_property_set("osc-margins", nil)
2910:    utils.shared_script_property_set("osc-visibility", mode)
2942:    utils.shared_script_property_set("osc-idlescreen", mode)

To Reproduce Steps to reproduce the behavior:

  1. Install mpv v0.38.0
  2. Launch jellyfin-mpv-shim
  3. Play video in jellyfin casting to the shim
  4. The bottom bar cannot be accesses

Expected behavior The bottom bar being accessible so that I can select subtitles and skip ahead etc.

Desktop (please complete the following information):

Error Messages log.txt

krakow10 commented 4 months ago

I am still having this issue, is there some sort of config I need to change to get the mpv gui showing again?

KeiTomiy commented 4 months ago

Still having issue on Jellyfin MPV Shim 2.8.0 on Debian 12

fkroener commented 4 weeks ago

Adding osc=yes in ~/.config/jellyfin-mpv-shim/mpv.conf has the gui show up again for me.