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

Work with vfs cache? #4

Open
zhdenny opened this issue Oct 9, 2018 · 3 comments
Open

Work with vfs cache? #4

zhdenny opened this issue Oct 9, 2018 · 3 comments

Comments

@zhdenny
Copy link

zhdenny commented Oct 9, 2018

Just curious.....I see this talk about rclone mount cache. Does this work with vfs?

rclone mount
--max-read-ahead 1024k
--allow-other
--dir-cache-time 72h
--buffer-size 64M
--vfs-read-chunk-size 128M
--vfs-read-chunk-size-limit=1G
--uid 99 --gid 100 --default-permissions
--log-level INFO --syslog
tdrive: /mnt/disks/tdrive
@zhdenny
Copy link
Author

zhdenny commented Oct 9, 2018

Just noticed looks like you added support for VFS a little under a month ago
7afc7e5

Anything special necessary I should know about? Like, do I need --vfs-cache-mode to be set to anything specific....I believe the default is off

Just about to go through the install setup/config

@thonsouza
Copy link

I would also like to know, as I am having difficulty in configuring.

@zhdenny
Copy link
Author

zhdenny commented Dec 1, 2018

I would also like to know, as I am having difficulty in configuring.

I forked the edits I made to get it to work for me. I'd take a look at those edits. Details in the fork
https://github.com/zhdenny/plex_rcs

Summary:

  1. Modified docker exec command which triggers the Plex Scan
  2. Required to use --log-level DEBUG in the rclone mount AND log to file (instead of syslog)
  3. Modified the code where it monitors the log file to detect changes.

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