dimitrov-adrian / RcloneTray

Simple cross-platform GUI for Rclone
MIT License
238 stars 25 forks source link

Cannot add New Bookmark with non-bundled rclone #19

Open jo-chemla opened 8 months ago

jo-chemla commented 8 months ago

Hi Adrian, It is already great to be able to use a custom rclone executable - eg when mounting a remote type added in a recent version of rclone, not using the bundled rclone. However, integration is not perfect when not using the bundled rclone executable:

EDIT: Note the rclone config providers config-providers command outputs a json with options per provider like below, that could be auto parsed for rclonetray to be future-proof. It seems that this is what you are already using as seen here, if so this might be a bug with a change in the json output of this rclone config providers command? I'm using release rclonetray 1.0.0, have't found a binary for the beta v2.

[
        "Name": "remote-name",
        //...,
        "Options": [
            {
                "Name": "client_id",
                "Type": "string"
                "Default": "",
                "Value": null,
                "Required": false,
                "IsPassword": false,
                ...
            }
]
ysalitrynskyi commented 1 month ago

Please check my fork and let me know if you want anything fixed - https://github.com/ysalitrynskyi/RcloneTray