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. my mount script already manages automatic reconnects - just set the cron job to whatever frequency you want to check
  2. @jude /unionfs and /rclone_mount 'files' don't get stored anywhere - streaming is done in ram. From memory trying to mount to /mnt/cache/....etc doesn't work - you have to use /mnt/user. If you want your pending upload files to only use the cache then set /mnt/user/rclone_upload to cache only.
  3. I just updated the rclone plugin and unraid to 6.8.0-rc1 and everything's working ok for me so far
  4. DZMM replied to Waseh's topic in Plugin Support
    Just updated plugin and unraid and all working ok with my mounts - thanks
  5. DZMM replied to Waseh's topic in Plugin Support
    I get this error while trying to upgrade whilst on 6.7.2 plugin: updating: rclone.plg plugin: run failed: /bin/bash retval: 1
  6. That's the latest https://rclone.org/downloads/
  7. No idea - sorry. Anyone else upgraded to 6.8rc1?
  8. Me again. Can someone tell me what I'm doing wrong to run a python script please. When I run the commands: cd /mnt/user/appdata/other/python-plexlibrary-master python plexlibrary movies_recommended via putty all is well, but when I try to run a script: #!/bin/bash cd /mnt/user/appdata/other/python-plexlibrary-master python plexlibrary movies_recommended exit I get errors.
  9. Most of your question needs to go in a rtorrent thread, but radarr/sonarr etc should be moving/monitoring/renaming files in mnt/user/mount_unionfs/google_vfs/{movies or tv} - all dockers/apps should use the unionfs mount not the rclone mount
  10. To be clear - that's the latest version of the Plugin. When the plugin is installed it downloads the latest version of rclone i.e. to ensure you are on the latest version of rclone you have to uninstall and then reinstall the plugin.
  11. Backup your rclone config to be safe, but you should be able to just uninstall the beta plugin and install the normal one
  12. 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
  13. 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
  14. 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.
  15. @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
  16. 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.
  17. @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
  18. post your mount script please. Have you tried running without dockers on and then turning on one at a time say every hour?
  19. 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
  20. Plex Stats script - run using script plugin https://github.com/ajkis/scripts/blob/master/plex/plex-library-stats.sh
  21. 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
  22. 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!!
  23. Last post - @yendi can you play ok from other servers using rclone?
  24. 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?

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.