Spladge

Members
  • Posts

    66
  • Joined

  • Last visited

Posts posted by Spladge

  1. `--vfs-read-ahead` defaults to zero, no read ahead so if you have not specified a value it will still be 0 I think, or false or off. I am not sure, that is the one thing I have not messed with. 

    As far as improving seek I think whatever you have in `vfs-read-ahead` will be the maximum it will help by, if you want to FFWD to a point 600mb ahead of where you are and the read ahead value is 400mb then I think it will make no difference, but it might also make a difference of 400mb depending on other settings.

    I think the best thing for me to do is create two different teamdrive mounts with different settings and compare that way. I will try to set up a small VPS, biggest problem though may be that my home internet connection is not that fast and connections from most remote servers are poor to Australia.

  2. I have been testing the VFS settings fairly extensively for the past few months on the betas. Not with unraid but just my rclone mount scripts on straight ubuntu - what caching will really help with is jumping around - fwds and backwards in a file and as you mentioned with stuff like your kids watching the same file over and over - if you were sharing with a few people then the benefits would be stuff like the game of thrones linux iso final where everyone tunes in to watch on release day. Essentially you are keeping the file local. I keep jumping between full and writes.

     

    If there is anything you want tested maybe I can help.

    • Like 1
  3. You just set up mergerfs - you don't really have to do anything :) I use a bunch of different sonarrs and radarrs to manage my splits. Year based is the easiest because you can allow for that in the series level folder. And movie too. If you need some help with moving stuff between team drives I can help you there.

     

    The up loaders I guess can be switched but movies will not ever likely exceed the limit of a single drive.

     

    TV - I currently use four different team drives. five if you count anime.

    • Like 1
    • Thanks 1
  4. Both -but it depends what you are doing - this was made to avoid api bans doing something like tdarr. So if you have a movies drive and a TV drive and so on, splitting them makes a block on one remote not affect the others.

     

    Did you look at my simple rgen script for config file?
    https://github.com/maximuskowalski/smount/blob/master/rgen.sh
    I use sometimes a few rclone.conf files and just swap them out. Different batches of service accounts from different projects.

     

    service_account_file = /opt/sa/76.json
    
    becomes
    
    service_account_file = /opt/sa2/76.json

     

  5. 14 hours ago, watchmeexplode5 said:

    From there you are kinda left to edit your rclone conf by yourself. I'm sure somebody could script it

    Actually - I do have a script if you want to copy and paste the config - I use it for making a lot of remotes though. It's a subscript of my sharedrive mounter. You could populate an existing rclone.config file pretty easily but I usually have them all there already. If you have client id / secret / token for an existing remote you could use that too.

    https://github.com/maximuskowalski/smount/wiki/Rclone

     

    I should add that I do not use encryption.

    • Thanks 1