mpv-upscale-2x_animejanai
mpv-upscale-2x_animejanai copied to clipboard
Plex for Windows support
Since Plex for Windows is mpv-based, it should be possible to upscale with AnimeJaNai in Plex. The steps just need to be documented. Most likely setup will be similar to https://www.svp-team.com/wiki/SVP:Plex_Media_Player
https://github.com/iwalton3/plex-mpv-shim https://github.com/jellyfin/jellyfin-mpv-shim
I suspect you could use these shim tools and just point them to your modified version of mpv to watch plex/jellyfin with animejanai
Example setup on Windows with Plex on the same machine, displaying in a separate window:
- Install Plex MPV Shim https://github.com/iwalton3/plex-mpv-shim/releases
- Open it up.
- Right-click its icon in the Windows notification area > [Open Config Folder].
- You'll see the directory opened. Open conf.json in a text editor.
- Find the following keys (on the left side of ":") and set the following values (on the right side of ":"):
"mpv_ext": true,
"mpv_ext_ipc": null,
"mpv_ext_no_ovr": false,
"mpv_ext_path": "C:/...(PATH ON YOUR MACHINE).../mpv-upscale-2x_animejanai-v3/mpvnet.exe",
"mpv_ext_start": true,
- Right-click Plex MPV Shim's notification icon > [Quit].
- Start it up again.
- Open Plex Web in a browser supporting Chromecast. In Chrome it works out of the box. In Firefox you need
browser.casting.enabled = true
inabout:config
(a special webpage). - Near the top right corner you'll see the Chromecast icon. Click it and select "Plex MPV Shim".
- Start any movie. You'll see it running in mpv-upscale-2x_animejanai in a separate window ππΊπ
Some keyboard shortcuts won't work because Plex MPV Shim overrides them to add their own. You can change that by changing "mpv_ext_no_ovr"
to true
in conf.json. The new shortcuts allow you to interact with Plex, so I recommend checking them out before disabling them.
Read more:
- readme (I recommend to skim it whole at least): https://github.com/iwalton3/plex-mpv-shim?tab=readme-ov-file#getting-started
- keyboard shortcuts: https://github.com/iwalton3/plex-mpv-shim?tab=readme-ov-file#keyboard-shortcuts
- about the conf.json options: https://github.com/iwalton3/plex-mpv-shim?tab=readme-ov-file#external-mpv
From me: that's great - the convenience of Plex and the quality of AnimeJaNai! The only improvement here would be to have it directly in Plex encoder so that it even streams 4K! Anyway, thank you a lot @the-database and @xrishox!ποΈποΈ