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

MPV external help #383

Open
proboscis7 opened this issue Apr 30, 2024 · 1 comment
Open

MPV external help #383

proboscis7 opened this issue Apr 30, 2024 · 1 comment

Comments

@proboscis7
Copy link

Can't get external MPV to work. This is my current configuration.

"mpv_ext": true,
"mpv_ext_ipc": null,
"mpv_ext_no_ovr": true,
"mpv_ext_path": "D:\Downloads\mpv\mpv\mpvnet.exe",
"mpv_ext_start": true,

On launch of MPV Shim, the correct MPV launches, but when I cast to MPV Shim in Jellyfin, it does not play the video in the MPV that launched when I launched the Shim.

@Bush-cat
Copy link

try using \\ for the path like this

    "mpv_ext": true,
    "mpv_ext_ipc": null,
    "mpv_ext_no_ovr": false,
    "mpv_ext_path": "D:\\Software\\mpv-animejanai\\mpvnet.exe",
    "mpv_ext_start": true,

if that doesn't work, maybe something is in the console

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants