Bug 493835 - Feature : extra large ram cache
Summary: Feature : extra large ram cache
Status: RESOLVED FIXED
Alias: None
Product: Haruna
Classification: Applications
Component: generic (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR wishlist
Target Milestone: ---
Assignee: george fb
URL:
Keywords: usability
Depends on:
Blocks:
 
Reported: 2024-09-29 15:00 UTC by nico
Modified: 2024-09-30 16:33 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nico 2024-09-29 15:00:19 UTC
I am missing the option to utilize my vast amount of RAM in Haruna.
MPV provides the option to extend the Ram cache like so :

>cache=yes
>demuxer-max-bytes=8000M
>demuxer-max-back-bytes=1000M

it makes seeking inside video files extremely fast and smooth, also there are no network / disk operations when using this feature which is very very nice.

Please add the option to use extra large Ram cache like mpv provides. 

Thank you !
Greetings !
Comment 1 george fb 2024-09-30 14:52:54 UTC
You can use custom commands to set properties `set prop_name prop_value` 
and even load a config file `set include "/path/to/config/file.conf"`

https://haruna.kde.org/blog/2024-05-21-interacting-with-mpv/
Comment 2 nico 2024-09-30 16:33:39 UTC
(In reply to george fb from comment #1)
> You can use custom commands to set properties `set prop_name prop_value` 
> and even load a config file `set include "/path/to/config/file.conf"`
> 
> https://haruna.kde.org/blog/2024-05-21-interacting-with-mpv/

Thanks George !

I spent many hours searching on how to do it before I posted here,  The Information in that specific blog did not pop up on my screen while doing so... I knew about the custom commands but was using it wrong.. the word "set" and omitting the "=" did the trick. So it is working as intended now. Thanks again.