Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enabling SVP on Linux bricks the player and menu. #423

Open
Yersi88 opened this issue Nov 6, 2024 · 0 comments
Open

Enabling SVP on Linux bricks the player and menu. #423

Yersi88 opened this issue Nov 6, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Yersi88
Copy link

Yersi88 commented Nov 6, 2024

Describe the bug
Enabling SVP bricks the player. If svp_enable is set to true:

  • SVP seems to not work. (can't tell if not working or just unable to turn it on without menu)
  • Unable to open in-player menu with c key (nothing happens on key press)
  • Unable to close the player with both ALT + F4 or CTRL + C in terminal.
  • The only way to close player is to kill the process.

I also tried setting svp_enable to false and manually creating SVP profile in ~/.config/jellyfin-mpv-shim/mpv.conf

Profile:

profile=svp 
autofit-larger=100%x100%

[svp]                               
input-ipc-server=/tmp/mpvsocket     
hr-seek-framedrop=no               
resume-playback=no                
hwdec=auto-copy
hwdec-codecs=all

This profile works fine when just running 'normal' mpv (profile in ~/.config/mpv/mpv.conf) and svp is able to run as it should.

To Reproduce
Steps to reproduce the behavior:

  1. set "svp_enable": ture,
  2. Play anything from Jellyfin

Expected behavior
SVP works, Menu works, Can clsoe the shim

Config
Changes to conf.json:

    "svp_enable": false,
    "svp_socket": "/tmp/mpvsocket",
    "svp_url": "http://127.0.0.1:9901/",

Desktop (please complete the following information):

  • OS: Arch Linux x86_64
  • Version N/A
  • Install method: pipx

Error Messages
None

@Yersi88 Yersi88 added the bug Something isn't working label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant