Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

DZMM

Members
  • Joined

  • Last visited

Everything posted by DZMM

  1. Rdp-calibre. No modifications
  2. 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
  3. 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/
  4. 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.
  5. 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; } }
  6. 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.
  7. what's your broadband connection download speed?
  8. 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
  9. 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.
  10. 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?
  11. 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.
  12. 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.
  13. just the mount script - it's designed to remount if the mount drops automatically if run on a schedule e.g. every 5 mins
  14. 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
  15. if you unmount and remount your log level will refresh
  16. 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
  17. @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
  18. - 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.
  19. 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
  20. 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?
  21. 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
  22. 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?
  23. Ive never had an API ban - what happens? If you've uploaded too much, playback isn't affected
  24. it's not needed if you've placed the mount in /mnt/user/........................
  25. it was probably restarting plex in the act of changing to slave that fixed your problem as per my suggestion, not changing to slave.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.