1 (edited by elocai 23-11-2021 19:10:50)

Topic: Support for Hydrus Network?

Hey there!

I'm looking for a way to enable svp support in Hydrus Network (a media file manager based on tags), it runs on MPV.

documentation:
https://hydrusnetwork.github.io/hydrus/

download (it's free and open source):
https://github.com/hydrusnetwork/hydrus/releases

it allows to create and use own mpv.conf files, the files need to go here
*\static\mpv-conf

and are selected in the settings under "media"

there is mpv-1.dll in the main folder of the programm


It's a lovely tool to manage tons of files efficiently, it also allows files to open externally but I think the mpv implementaition is very solid and more useful.
I would appreciate to get some help to properly set it up with SVP! Maybe the devs could take a short look

Re: Support for Hydrus Network?

> there is mpv-1.dll in the main folder of the programm

then do the same thing as with Plex: https://www.svp-team.com/wiki/SVP:Plex_Media_Player

3 (edited by elocai 24-11-2021 00:45:42)

Re: Support for Hydrus Network?

I tried that but the moment a video is played the programm either just crashes or soft locks.

I added the variables, replaced the mpv-1.dll

and this is the config file

autoload-files=no
access-references=no
rescan-external-files=keep-selection

input-ipc-server=mpvpipe
hwdec-codecs=all
hr-seek-framedrop=no

the first 3 are defaults for the programm

---

after some testing it seems the breaking command is the time server
input-ipc-server=mpvpipe

it somehow locks the ui and seekbar. softlocks and then no send no response to windows os while the video is running. SVP doesn't recognise the stream so no interpolation is happening either