You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need log-level DEBUG for VFS and a log-file set, remove --syslog and set --log-file instead
You should use my fork, it has fixes for it: https://github.com/beyondmeat/plex_rcs
A few things I noticed in this config:
--vfs-cache-max-age=5m is too short, 1h (the default) is fine.
--vfs-read-chunk-size=5M is way too small. Don't go lower than 64M. You're just causing a bunch of API calls during playback. The default (128M) is preferred because plex needs that amount of data anyway to start playback at a minimum. With your value, you are causing playback start time to be a lot slower.
Your buffer-size is ok, but most clients open and close the files, so the default buffer (16M) or 0 is better.
--dir-cache-time=1m is way too low, you can safely increase this, I recommend at least 72h. Otherwise it will just invalidate the entire cache every minute defeating the purpose and causing infinity scans. Changes that happen on another server will still be picked up in 1m increments, so you should set the --dir-cache-time to a longer value to make plex_rcs work and speed up your mount.
Would you like to know if the project has been abandoned? I can not configure with VFS and Cache. Settings are as follows:
Is there something wrong?
The text was updated successfully, but these errors were encountered: