Everything posted by DZMM
-
[SUPPORT] Thraxis' Docker Repo
Rdp-calibre. No modifications
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Let me know how you get on with this as I've never conclusively seen any difference for my connection when I increase/decrease the buffer
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
wrong thread as this is for plex playback and mounting. But, I think you won't be able to solve your problem like that as I think exclude only works on files not folders https://rclone.org/filtering/
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
It definitely works. Probably a bit slower due to the need to download the file, but I do my syncs in the background so I never notice and the biggest delay for me is copying to my tablet. I've gone almost all in this month and I'm uploading all my non-4k content and a good chunk of the 4k as well. It's been working well for me for over six months and after seeing some absolutely massive plex libraries setup like this, I'm not worried.
-
**VIDEO GUIDE How to Setup Collabora with Nextcloud for our own online document suite **
Thanks for this, but I couldn't get this to work by just changing the two lines you suggested. Shouldn't the other lines referencing 'Collabora' also be changed? This is what I currently have: resolver 127.0.0.11 valid=30s; upstream collabora { server 192.168.50.74:9980; } server { listen 443 ssl; server_name office.*; include /config/nginx/ssl.conf; # static files location ^~ /loleaflet { proxy_pass https://192.168.50.74:9980; proxy_set_header Host $host; } # WOPI discovery URL location ^~ /hosting/discovery { proxy_pass https://192.168.50.74:9980; proxy_set_header Host $host; } # Capabilities location ^~ /hosting/capabilities { proxy_pass https://192.168.50.74:9980; proxy_set_header Host $http_host; } # main websocket location ~ ^/lool/(.*)/ws$ { proxy_pass https://192.168.50.74:9980; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade"; proxy_set_header Host $http_host; proxy_read_timeout 36000s; } # Admin Console websocket location ^~ /lool/adminws { proxy_buffering off; proxy_pass https://192.168.50.74:9980; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade"; proxy_set_header Host $host; proxy_read_timeout 36000s; } # download, presentation and image upload location ~ ^/lool { proxy_pass https://192.168.50.74:9980; proxy_set_header Host $http_host; } }
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Assuming a 90min movie, you'll need about 50Mbps on average to play the movie and some bits might be higher e.g. 60-70Mbps. On your 120 connection if the line isn't available you'll have problems. You could possibly try increasing your chunk size to ask rclone to download more before starting playback - a chunk size of 256M might stop the buffering for this movie with the trade-off being the start time will be slower whilst waiting for that first chunk.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
what's your broadband connection download speed?
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
good find. 1.4.6 will hopefully also include rclone union which should allow us to drop unionfs and have a all-in-one solution
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
rclone fixed delete-empty-src-dirs a few releases ago, so I put it back in. min-age 30 stops files younger than 30 mins being uploaded. I reduced my checkers and tpslimits to reduce the odds of API bans - they probably could be increased.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Ignore the one in the first post - the github is the up to date version. how soon do you run the script after an array start? Mine's on a 5 min cycle - does it work the second time automatically? Maybe it starts too close to the array starting I've ditched rc as the refresh was just a nice to have and rc and wasn't worth the hassle what's on line 85?
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
I just click 'empty trash' every day or so. IMO that's a much better solution than plex automatically removing all media if a mount fails and you loose all manual metadata corrections, manual artwork changes etc I don't think any script could do this fast enough 100% of the time before Plex decides a file is missing. As I stated I think my mount has only gone down once in 6 months, so if you hate the plex behaviour and want to take the chance then turn on auto remove.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
I guess you could add that in, but if you set my mount script to run on a schedule it should remount automatically. I've been running my setup for over 6 months and I think my mount has only dropped once and that was probably my fault when I was figuring stuff out.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
just the mount script - it's designed to remount if the mount drops automatically if run on a schedule e.g. every 5 mins
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
When I want to manually remount I create a temp script to run in the background: fusermount -uz /mnt/user/mount_rclone/google_vfs rclone mount --allow-other --buffer-size 512M --dir-cache-time 72h --drive-chunk-size 512M --fast-list --log-level INFO --vfs-read-chunk-size 128M --vfs-read-chunk-size-limit off tdrive1_vfs: /mnt/user/mount_rclone/google_vfs & exit I don't add any sleeps in and I've not had any problems as the mount is remounted before any dockers realise. Ongoing uploads are fine as they don't use the mount. The sleep in the main mount script is just to avoid any potential problems - it's probably not needed anymore, but I keep it there for insurance. Like @Kaizac I have my script running every 5 mins to check if the mount has dropped. I think this has only happened once before to me in the early days, but it's there if I have e.g. a network failure in the future
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
if you unmount and remount your log level will refresh
-
[Support] Linuxserver.io - Jackett
The leak is getting quite bad - I'm having to restart a couple of times a day to avoid problems. I'm probably going to have to write a quick script to do hourly in case I forget
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
@Kaizac you might need to create another teamdrive/upload script for your backup. My backup just took my main teamdrive over 400k files (prob all the little plex files and my photo album backup), so I've just created a new teamdrive just for my backup separate from my media teamdrive
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
- 4 scripts one for each API + unique client ID (each run against one of movies_adults, movies_kids & backup; movies_uhd and tv_shows), all running every hour. On average, 3 of 4 of the scripts are running at any given time because of the backlog.
-
[Support] Linuxserver.io - Transmission
I'm hoping someone can help. I want to create a post-processing script that is run by radarr/sonarr that moves successfully imported files from directory1 to directory2. Does anyone know how to do this? Thanks
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
I moved about 70TB in 24 hours i.e. more than the 10TB outgoing limit, so internal google transfers don't count towards the outbound transfer quota. I'm not sure how you'd automate keeping teamdrives in sync though. I think something went wrong with your setup e.g. something downloading to analyse in the background, or something trying to connect too fast. have you checked the API console to see if there are any clues?
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
why do you want to sync TDs? I'm running with just one with 4 user uploads and it's going well with no issues at all so far after nearly 2 days running
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
I think that's just the wording for --delete-empty-src-dirs which isn't great - rather than saying 'directory not emptyting, I'm not doing anything' the command does this. Have you looked in the directories listed to verify it's not a problem?
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Ive never had an API ban - what happens? If you've uploaded too much, playback isn't affected
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
it's not needed if you've placed the mount in /mnt/user/........................
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
it was probably restarting plex in the act of changing to slave that fixed your problem as per my suggestion, not changing to slave.