Jump to content

DZMM

Members
  • Posts

    2,801
  • Joined

  • Last visited

  • Days Won

    9

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. new version of rclone plugin now supports 6.8.0-rc1
  4. I just updated the rclone plugin and unraid to 6.8.0-rc1 and everything's working ok for me so far
  5. Just updated plugin and unraid and all working ok with my mounts - thanks
  6. I get this error while trying to upgrade whilst on 6.7.2 plugin: updating: rclone.plg plugin: run failed: /bin/bash retval: 1
  7. 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.
  8. 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
  9. 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.
  10. Backup your rclone config to be safe, but you should be able to just uninstall the beta plugin and install the normal one
  11. It's been over a year since my last update and there's been some major changes: 6 PCs, 1 Tower - I've moved homeassistant from a docker to a Hassio VM which runs much better and is easier to manage as it has better plugin support Moved All Media & Backups to Rclone - my rclone setup has been running so well for over a year now, I decided to move all my media to rclone (about 370TB) which allowed me to remove 4-5 HDDs approx 30TB of storage. I also do my backups of other key files to rclone, so I only have about 3TB across 2 HDDs of files on my server now where about 0.5-1TB are files that are seeding or pending upload to gdrive via rclone. About 1TB are photos I need to organise and once I've done this I think I'll move them to gdrive as well as rclone supports google photos now. It's meant I can pretty much run my server from my 1TB cache pool which has been great for noise and heat Removed Parity - because I have a full offsite backup of key files, I also sold my parity drive as it was redundant. The change in array performance has been noticeable and I also don't have to run parity checks anymore 🙂 New Unassigned NVME just for Plex - because my cache pool seemed to be doing more work, I decided to add a 970 Evo Plus 256GB nvme just for Plex alongside my nvme for VMs. I can't say it's made a massive difference (I think it has made some), but it didn't cost much Increased RAM to 96GB - saw ram was going cheap in the summer so purchased another 32GB
  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. Thanks - would you mind sharing your docker settings please? I ended up installing Hassio in a VM today and I managed to connect to my Android TVs using the hassio adb server, but I need to work out how to trace the states
  15. Hi I'm trying to setup up the same docker for the same HA android TV support. @mkono87 did you succeed? I found this video but I've no idea how to run the shell command:
  16. 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.
  17. @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
  18. 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.
  19. @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
  20. post your mount script please. Have you tried running without dockers on and then turning on one at a time say every hour?
  21. 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
  22. Plex Stats script - run using script plugin https://github.com/ajkis/scripts/blob/master/plex/plex-library-stats.sh
×
×
  • Create New...