Jellyfin Forum
How to use prime-run with jellyfin-mpv-shim - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions)
+--- Thread: How to use prime-run with jellyfin-mpv-shim (/t-how-to-use-prime-run-with-jellyfin-mpv-shim)



How to use prime-run with jellyfin-mpv-shim - yousufinternet - 2024-06-13

I need to run mpv prefixed with the prime-run command (so it uses my nvidia card), I couldn't find anything in the jellyfin-mpv-shim documentation on how to set a custom mpv command (prime-run mpv), can any one help?


RE: How to use prime-run with jellyfin-mpv-shim - feltexpose - 2024-12-30

Edit ~/.config/jellyfin-mpv-shim/config.conf and set:
[General]
mpv_args = ["prime-run", "/usr/bin/mpv"]
Replace /usr/bin/mpv with your mpv path. Restart jellyfin-mpv-shim with:
systemctl --user restart jellyfin-mpv-shim