Everything posted by Waseh
-
[Plugin] rclone
The plugin always pulls the latest version. If there's a new version you can reinstall the plugin or restart the server to pull the latest. I'll probably add an update button at some point.
-
[Plugin] rclone
I should probably change that error text. What is happening is the copy command to copy the rclone file is failing. This is usually because the rclone file is being used in some process. What used to happen before i added this was that the update went through without any errors but rclone wouldnt actually be updated.
-
[Plugin] rclone
I added a check for rclone running (or rather being unable to copy the new file) so that might be the reason - The update should stop with an error telling this.
-
[Plugin] rclone
Sorry for being MIA for a bit. I'm currently on vacation so i'll see to updating the plugin when i get back in a week or so. I plan to overhaul the plugin a bit so both the stable and beta branches always pull the most current version. I also plan to deprecate the GUI as i don't really want to maintain it. Instead i recommend using Squids CA Config Editor plugin to edit the config file - Scripts can be edited through the User Scripts plugin.
-
[Plugin] rclone
It's not something i intend to implement. The (very) basic gui for the configuration and scripts is as far as i'm able (and willing ) to take it. If anyone at any point wants to chip in regarding it, it would be much appreciated
-
[Plugin] rclone
I updated the stable branch 2 hours ago so 1.36 should be live
-
[Plugin] rclone
That would be out of the scope for this plugin. It would probaly be possible to run rclone browser in a RDP Docker (examples of these are found in the docker section) however running rclone in a docker would lose you the ability to mount shares to the filesystem.
-
[Support] Linuxserver.io - Ombi
Is there a way to choose which branch is pulled? Ombi recently started to support Emby, but support is currently only in EAP and Dev branches
-
[Plugin] rclone
Its because og the wrapper - im working on getting rid og it. In the meantime do what bobbintb suggested!
-
[Plugin] rclone
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
-
[Plugin] rclone
That's a very good idea!
-
[Plugin] rclone
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.
-
[Plugin] rclone
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
-
[Plugin] rclone
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
-
[Plugin] rclone
Inside dockers data loads as if mounted - It's very peculiar.
-
[Plugin] rclone
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
-
[Plugin] rclone
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.
-
[Plugin] rclone
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
-
[Plugin] rclone
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
-
[Plugin] rclone
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
-
[Plugin] rclone
That's true - I might actually do that
-
[Plugin] rclone
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
-
[Plugin] rclone
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)
-
[Plugin] rclone
Right now it's in mnt/disks/subfolder but I have also had it in /mnt/user/share/subfolder
-
[Plugin] rclone
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