Waseh

Community Developer
  • Posts

    203
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Waseh

  1. I'm having no problem what so ever unmounting by using the script provided in the plugin and through user scripts. In regards to the gui going to the top when you click apply i'll see if i can change that
  2. That's a very good idea!
  3. I just updated the beta branch with the newest rclone beta - It should now be possible to upload data to ACD through the fuse mount I also added a default button to the GUI that returns the active script to the default state.
  4. First of all the point of the script is to edit it where it says mntpoint="/local/path" and remoteshare="remote:path" replacing what's inside the double quotes. The script will then create all the necessary folders. In your case it should be mntpoint="/mnt/disks/Mount/" You need to delete the script folder in the plugin folder to reset the scripts and undo your changes. I will make a button I'm the gui to reset the scripts as well. I will try and edit the script to make it even more obvious
  5. I agree with bobbintb! Just be aware that only the beta branch has included scripts and gui. I will update the stable branch (and the OP) one of the comming days
  6. Inside dockers data loads as if mounted - It's very peculiar.
  7. Yea that's definitely missing! i'll push an update that lets you go to settings from the plugin page! In regards to your script i think i might link to it from the OP instead. I was thinking that the included scripts would be the very basics and any more advanced scripts should probably be added manually. One could always use the custom (and empty) script for this
  8. Indeed - When using User Scripts you can just run the script in the background I was actually able to recreate the "Transport endpoint is not connected" - But i can only recreate it when i close down the mount script incorrectly for example in your case closing screen before unmounting. Also i could fix it by unmounting correctly and then remounting, without restarting. This also made me discover that i can still browse the mount from my dockers even when it's unmounted and cant be browsed from neither cmd line or my samba share. I can even playback media. It seems the mount somehow survives inside the dockers even when unmounted from the system.
  9. Try clearing the browser cache - I have downsized the icon, so either its not getting overwritten with the new 48px icon or your browser cached the old one
  10. Hey guys! I've pushed an update to the beta branch that updates the rclone version to the latest beta. However in other and bigger news the new beta includes a very (very) basic webgui that allows you to edit the rclone.config as well as a few template scripts that can be edited and moved to the User Scripts Plugin all from the unraid webgui. I'm sure you might find some bugs but it's a start, and i've been using it in my own setup the last couple of days with no hickups Any suggestions for improvement are very welcome
  11. There's some discussion about setting the --max-read-ahead option which might give you some performance boost with rclone: https://forum.rclone.org/t/acd-fuse-mount-still-not-working-with-plex/170/20
  12. That's true - I might actually do that
  13. Yea I could maybe do that but in the end people would have to edit most of the script anyway. And to be honest I'm afraid it would create a bigger support burden as it could indicate that it's something I as the dev support
  14. Oh I completely missed that he was using rsync. That seems a bit unorthodox. You should be able to upload by moving data into the mount (atleast with Google Drive) but I'm not sure why you would want to move data to the mount with rsync instead of just uploading directly with rclone commands (which is a much more stable way to do it - uploading a lot of data via the mount is not recommended by the rclone dev)
  15. Right now it's in mnt/disks/subfolder but I have also had it in /mnt/user/share/subfolder
  16. Yea that's what I meant. Um not sure why the mount is failing then. You should try asking on the rclone forum or github
  17. Right but is the mount available until you close your connection to the terminal or does it happen regardless?
  18. Neither can I. Hell sometimes it feels like the stream is faster than the local to start if the disk is spun down.
  19. Does it stop working when you close your terminal window? If so: https://github.com/ncw/rclone/issues/808
  20. Huh - I just tested it and have the same problem. I agree with bobbintb that you should consult the rclone forum or the rclone github repo. Maybe the developer can shed some light on this. Edit: I'm using Google Drive
  21. The stable branch of rclone has been updated today. Because of this i have now released a version of the plugin which follows the stable branch. You can use this if you dont want to be on bleeding edge beta releases I will keep both versions updated as new releases are made
  22. You can't use the same method as the would require editing the plg each time an update is released. I would use the user scripts plugin as I state in the OP or manually adding the cron job to your go file The config is preserved
  23. Yea I would have updated it yesterday when I saw the new beta but I didn't want multiple releases on the same day I'll accept the PR when I get to a computer
  24. A GUI would be great. I thought about doing it but I don't have the time and it would take me even more time learning it than someone that is already familiar. I think rclone will eventually have a daemon but until then this might be usefulle to add to the plugin: https://techarena51.com/index.php/inotify-tools-example/ You can add inotify from the nerd tools plugin - I think thats a better solution for the people who need it