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. Backup your rclone config to be safe, but you should be able to just uninstall the beta plugin and install the normal one
  2. I recommend everyone updates as I've been having a few problems with radarr which updating rclone to 1.49.5 seems to have fixed
  3. I keep my Plex appdata on a UD drive i.e. Plex is stored at /mnt/disks/nvme/appdata/plex and all the others at /mnt/cache/appdata. Is there a way for the plugin to backup both locations? Thanks
  4. I need to re-review adding --vfs-cache-mode writes, as a quick glance now makes sense and it might help with when I occasionally write direct to the mount. I don't think buffer-size should be set to 0, but again I'll research as I haven't touched my settings for almost a year.
  5. @Bolagnaise not sure what's going on - are you sure your dockers are writing to /mount_unionfs and not /mount_rclone? The mentions of vfs-cache-mode writes seems to indicate something is - writing direct to the mount without using rclone upload is risky, as it doesn't recover if something goes wrong
  6. What did the logs say? Do you have a lot of files in /mnt/user/mount_unionfs/google_vfs/.unionfs ?? Maybe the script can't cope with the cleanup. I hate this part of unionfs - it looks like rclone union is really coming soon as work resumed last week.
  7. @Bolagnaise I think you've got a rogue docker as script is spot on. @yendi had similar problems that he resolved by doing some rebuilding, maybe he can help
  8. post your mount script please. Have you tried running without dockers on and then turning on one at a time say every hour?
  9. Hi can I get some help with what is probably an easy fix please. I've started using this python utility https://github.com/adamgot/python-plexlibrary where I've saved the files to /mnt/user/appdata/other/python-plexlibrary-master. When I run the python utility via command line from the folder e.g. python plexlibrary movies_recommended everything works fine, but when I try to do via script e.g: #!/bin/bash cd /mnt/user/appdata/other/python-plexlibrary-master python plexlibrary movies_recommended exit I get this error: Traceback (most recent call last): File "/usr/lib64/python2.7/runpy.py", line 174, in _run_module_as_main "__main__", fname, loader, pkg_name) File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code exec code in run_globals File "/mnt/user/appdata/other/python-plexlibrary-master/plexlibrary/__main__.py", line 3, in main() File "plexlibrary/plexlibrary.py", line 61, in main r.run(args.sort_only) File "plexlibrary/recipe.py", line 696, in run missing_items, list_count = self._run() File "plexlibrary/recipe.py", line 172, in _run matching_total, item['title'], item['year'])) UnicodeEncodeError: 'ascii' codec can't encode character u'\u2013' in position 23: ordinal not in range(128) I've also tried: #!/usr/bin/env python cd /mnt/user/appdata/other/python-plexlibrary-master plexlibrary movies_recommended plexlibrary movies_imdb_top_250 exit Help please Help please
  10. Plex Stats script - run using script plugin https://github.com/ajkis/scripts/blob/master/plex/plex-library-stats.sh
  11. I've just checked and I've got 8 years of content (2946 days) so I'll never get around to watching all of it, so yep I'm a hoarder! To counter the large library problem I've been considering using https://github.com/adamgot/python-plexlibrary which @Spladge shared with me. Although I find the plex random recommendations e.g. 'top unplayed movies' 'top movies in history' to be useful
  12. Phew we got there finally 🙂 Rclone + Plex docker rocks. Saw a post on the forum today about w7mc which brought a smile to my face and made me realise how much my setup has changed over the years: 2002: dell windows machine watching shows at desk 2003-2006: modded xboxs running XBMC 2006-2014: several windows media centers in various rooms + TMT5 mainly, with windows home server for files, although dabbled with Plex at times 2014: bought Plex lifetime licence, Chromecast or Amazon clients on TVs 2016: unraid server built + Plex docker 2017-2018: switched to Kodi running mainly on Android TV clients 2018: back to Plex docker + unraid + rclone 2019: moved all files to gdrive via rclone with no local media. 3 second launch times and creeping towards 400TB stored!!
  13. Last post - @yendi can you play ok from other servers using rclone?
  14. Maybe suffering from this problem? https://forums.unraid.net/bug-reports/stable-releases/67x-very-slow-array-concurrent-performance-r605/page/8/?tab=comments#comment-5416 I.e the files that stutter are local files that haven't uploaded yet, that you are accessing via unionfs?
  15. Everything looks ok with the mount file. - you've added a log file to the mount - is that giving any clues as to what's going wrong? - have you uninstalled the rclone plugin and reinstalled to get the latest version? Other than that, I think you've exhausted this thread and I'd see if ncw or someone else over on the rclone board can help
  16. sounds like a plex problem as you've got enough RAM and CPU power (and bandwidth if I remember correctly - what's your line speed?). When testing I would stop all other dockers that are accessing the mount to double-check they aren't doing something daft. Can you post a screenshot of your plex scheduled tasks page. And to eliminate rclone, can you post your mount script please.
  17. Not sure what's going on - have you tried the rclone forums? Post back if you find a solution
  18. What are your Plex scheduled task settings, and radarr/sonarr? Something is hammering the mount?
  19. It sounds like you are using the rclone client_ID - it's strongly advisable to create your own: https://rclone.org/drive/#making-your-own-client-id
  20. No real issues moving the paths if you're careful and update the scripts in the right places. Changing your docker mappings as well though will mean Plex, radarr etc will need to rescan, but still manageable
  21. Hmm I think you're low on RAM - try lowering the buffer:
  22. CPU requirements (I think) shouldn't be much different to when playing locally, so if you can do locally they should work remotely. Bandwidth clearly isn't an issue - how much ram do you have? Are they choppy right from the beginning or after a while? you could try increasing --vfs-read-chunk-size 128M to 256M ..it will slow your start times, but might help
  23. Read the first post for how unionfs works - local files added to mount_unionfs are uploaded to Google via rclone_upload
  24. Map to /mount_unionfs/google_vfs instead

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.