STOP and READ USE THIS TEMPLATE NO EXCEPTIONS - By not using this, you waste your time, our time and really hate puppies. Please remove these two lines and that will confirm you have read them.
I have tried changing the buffer size in the rclone config, I’ve tried Ethernet I’ve reset the Plex server, there doesn’t seem to be any issue In the logs but it’s constant buffering/stuttering when selecting a file to play.
"enabled": true,
"core_service": "cli_debrid",
"process_name": "Rclone w/ CLID",
"suppress_logging": false,
"log_level": "INFO",
"key_type": "RealDebrid",
"zurg_enabled": true,
"decypharr_enabled": false,
"mount_dir": "/mnt/debrid",
"mount_name": "clid",
"cache_dir": "/cache",
"config_dir": "/config",
"config_file": "/config/rclone.config",
"log_file": "/log/rclone_w_clid.log",
"zurg_config_file": "/zurg/RD/CLID/config.yml",
"command": [
"rclone",
"mount",
"clid:",
"/mnt/debrid/clid",
"--config=/config/rclone.config",
"--uid=1001",
"--gid=1001",
"--allow-other",
"--poll-interval=0",
"--dir-cache-time=10s",
"--allow-non-empty",
"--cache-dir=/cache",
"--log-file=/log/rclone_w_clid.log",
"--log-level=INFO",
"--vfs-cache-mode=full",
"--vfs-read-chunk-size=8M",
"--vfs-read-chunk-size-limit=64M",
"--buffer-size=512M",
"--vfs-cache-max-age=6h",
"--vfs-cache-max-size=100G",
"--attr-timeout=1s",
"--tpslimit=10",
"--tpslimit-burst=10"
It’s my first time posting if there’s any more information I can provide you guys that may help please let me know. I’m trying to play Plex on my Xbox series X but also the same issues on a firestick 3rd gen.
What is the problem you are having with rclone?
Run the command 'rclone version' and share the full output of the command.
Which cloud storage system are you using? (eg Google Drive)
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
Paste command here
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
Paste config here
A log from the command that you were trying to run with the -vv
flag
Paste log here