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

How to preload (cache) longer sequentes #409

Open
Skyfay opened this issue Feb 4, 2022 · 1 comment
Open

How to preload (cache) longer sequentes #409

Skyfay opened this issue Feb 4, 2022 · 1 comment

Comments

@Skyfay
Copy link

Skyfay commented Feb 4, 2022

Emby loads content when looking into the cache on the device.
how can I achieve that more is cached?
I think it will be limited by Plexdrive as it won't download anymore.
image

My settings:
-v 2 --root-node-id=xy --refresh-interval=1m --chunk-check-threads=16 --chunk-load-threads=16 --chunk-load-ahead=3 --max-chunks=256

Which value do I have to increase?
I have a 10G network and 128GB Ram, so enough power. However, I don't know what Google allows for a maximum download either.

Thanks for Help!

@felixbuenemann
Copy link
Collaborator

There is no connection between how much the Emby client caches and how much load-ahead is set in plexdrive. As soon as the Emby server reads more data, plexdrive will read ahead as many chunks from the requested position.

To simplify: The Emby client has its own cache that is independent of the cache in plexdrive.

There may be a way to increase the cache size in the configuration of the Emby client. For example the Plex Media Player allows to set its own cache up to 500 MB.

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