2024-05-22, 05:06 PM
I should mention that Jellyfin Media Player does have a section in the bottom of its settings where you can directly edit the mpv.conf file for it. The box does state any changes you add in the box will override the settings above it.
Take a look at the cache settings you can change in the MPV documentation: https://mpv.io/manual/master/#cache
It does state that you can no longer specify a size in bytes for the cache setting though and you'll need to use something else:
Also from the same manual related to what I posted before this:
Take a look at the cache settings you can change in the MPV documentation: https://mpv.io/manual/master/#cache
It does state that you can no longer specify a size in bytes for the cache setting though and you'll need to use something else:
Quote:Before mpv 0.30.0, this used to accept a number, which specified the size of the cache in kilobytes. Use e.g. --cache --demuxer-max-bytes=123k instead.
Also from the same manual related to what I posted before this:
Quote:When the media is closed, the cache file is deleted. A cache file is generally worthless after the media is closed, and it's hard to retrieve any media data from it (it's not supported by design).