Everything posted by DZMM
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Just Thumbnail creation for the reasons you've listed above ;-). I had a big pre-existing library that didn't have thumbnails - it would also take forever for my server to create and I'm not sure if they are needed. I don't miss them. Other guides recommend disabling doing the media analysis due to potential API bans, but I've never had a problem even when adding new content to Plex/google continuously at up to 1Gbps continuously for multiple days at times.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Just was wondering / wanted more info as it might help other people low on ram. I haven't messed with my settings for around a year - I just erred in the side of caution when I posted my scripts. I was close to messing with my settings this weekend as I've had some recent budfering, but that was me making bad changes to my unifi APs which I realised last night and all is ok again.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Nope - rclone move just won't upload anything local that's younger than 15d. I've set mine to 15min (I think) because I don't want anything local.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
That's interesting - are you playing any high bitrate movies or 4k?
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Have you tried mounting at mnt/user instead of /mnt/disks ? I've had problems with /mnt/disks in the past. Also, what about other dockers - do they work ok?
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
you are mounting rclone at /mnt/disks - for host path 2 have you selected r/w slave?
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
you could try reducing the number of uploads and checkers in the upload script to reduce ram usage. An extra 8GB might do the trick, but you might need to change some of the buffer settings in the mount command if you anticipate having a lot of concurrent streams
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Have you tried restarting sonarr? I change the paths of shows/movies frequently without any problems, both from mount folders to another mount folder and in the past from local-2-mount and vice versa
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
No
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Have you looked in the rclone_moubt folder? There's a small delay between files being uploaded and appearing there. To be honest though it sounds like you've set up your unionfs folder wrong somewhere if you're not seeing any cloud files
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
No backup strategy - it's been working so well for me for over a year now, that if I wasn't posting in this thread, I would honestly have forgotten all about it and wouldn't even remember how I set it up! One thing that I considered with one person was to backup our tdrives with each other, so as long as we both didn't get booted at the same time, we'd have access to our content - we might get around to sorting this one day. I guess I'm assuming that if Google ever pulled the plug I'd have a few days to download what I want and to decide if I want to build a new server with 350TB+ of storage to hold everything....
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Yes, everything is streamed - nothing is preserved/cached
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
must be something wrong with your internet connection as my gdrive connection never drops. the mount script if run on a cron job auto-remounts the rclone and unionfs mounts, so maybe increase the frequency
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
I'm ok I'm way under the 400k limit - maybe use a backup utility to create a zip then upload?
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Looks right. Re the space, that's why I always use dashs or underlines in names to make my life easier
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
good I'm not sure why you'd want to do this. If you want to test first, just manually copy a tv show or movie or two to see what happens. If you really want to test the full 40GB, then in the upload script just change rclone move to rclone sync
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
it wouldn't be needed if you're not using unionfs
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Do you have a /mnt/user/mount_rclone/google_vfs folder? If not create one. I think this will solve your problem. I've added: mkdir -p /mnt/user/mount_rclone/google_vfs to the mount script. I think there was a reason why it's not there, but I can't remember why so adding until someone tells me it causes a problem.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
It could be plex - I would definitely turn off thumbnail creation if you have that on in your library settings. Maybe also turn off 'extensive media analysis' in scheduled tasks - others suggest this but I've had no problems and actually think it's a bad idea. If you look in status/alerts in plex you'll see what plex is doing - it's probably analysing files or creating thumbnails
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
No. If you can, reboot your server and run the script in the background using the user scripts plugin
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
It looks like you've created /mnt/user/mount_rclone/google_vfs so all should be good. Are you running the script in the background?
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Are you using the user scripts plugin to run the mount script?
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
post your mount script please
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Thanks. My trdrive_backup_vfs includes my plex appdata backup, but I use the CA backup plugin so it's just one big tar file
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
ahh didn't realise folders counted. My backup tdrive is further away from the limit than I thought: root@Highlander:/mnt/user/public# rclone size tdrive_vfs: --fast-list Total objects: 72443 Total size: 322.704 TBytes (354816683643653 Bytes) root@Highlander:/mnt/user/public# rclone size tdrive_backup_vfs: --fast-list Total objects: 80245 Total size: 8.307 TBytes (9133993530852 Bytes) Edit: are you sure folders count as objects? My movie structure is /movies/movie_name so each of my 16k movies has an associated folder, so my objects should be over 80k not 72k