Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot add New Bookmark with non-bundled rclone #19

Open
jo-chemla opened this issue Nov 3, 2023 · 1 comment
Open

Cannot add New Bookmark with non-bundled rclone #19

jo-chemla opened this issue Nov 3, 2023 · 1 comment

Comments

@jo-chemla
Copy link

jo-chemla commented Nov 3, 2023

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:

  • It would be even better if the New Bookmark feature could parse the available Connection types (list is empty at the moment, not even showing connection types that did exist with the bundled rclone).
  • Moreover, when editing an existing rclone remote, then the RCloneTray UI parses no parameters - even for older connection types which were available in the bundled rclone version that ships with the rclonetray build, like SFTP.

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants