GithubHelp home page GithubHelp logo

dimitrov-adrian / rclonetray Goto Github PK

View Code? Open in Web Editor NEW
239.0 239.0 25.0 2.93 MB

Simple cross-platform GUI for Rclone

License: MIT License

JavaScript 77.26% HTML 14.07% CSS 6.83% Shell 1.84%
rclone rclone-client

rclonetray's People

Contributors

dimitrov-adrian avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rclonetray's Issues

Storj support

Hello, can you please add full Storj support for next version?

I used S3 way, and easily mounted bucket, but can't make it work for uploads, when i drag files inside.
Or you can explain how to use it right?

Here is my settings:
Screenshot 2023-05-25 212935

are there plans to adapt RcloneTray to work with macfuse?

Prerequisites:

  • macOS 10.15.7 (Catalina)
  • RcloneTray 1.0.0
  • macfuse 4.1.2
    macFUSE has been installed with brew install macfuse. RcloneTray has been installed from the dmg.

Tests:

Manually mounting a rclone remote with:

    rclone mount remote: path/to/some/mountpoint

works (with the installed macFUSE).

Trying to mount a rclone remote with RcloneTray will fail with:

    Fatal error: failed to mount FUSE fs: cannot locate OSXFUSE

The error explains it all, since macFUSE != OSXFUSE.
But OSXFUSE is deprecated since 2020-10 and (quote from brew info osxfuse) "osxfuse has been succeeded by macfuse as of version 4.0.0."

Question:

Are there plans to adapt RcloneTray to work with macFUSE? That would make it so much more useful for modern systems (e.g. with Apple Silicon).


Additional info:

  • installing rclone 1.55.1 with brew install rclone
  • deactivating the option to use only the bundled version of rclone in RcloneTray

Trying to mount a rclone drive will fail with a different error message:

    Fatal error: failed to mount FUSE fs: failed to retrieve mount path information: stat /Volumes/remote: no such file or directory

Maybe this helps.

Feature Request: Auto Mount

As the title suggests, is it possible to auto mount the drives as soon as the program launches. This is along with the option to run the program on windows login, for which there's a setting already present in the preferences menu, but not for auto mounting the present drives or particular drives.

If not, then it's a feature that many users would find useful, as would I. :)

Please bundle Rclone in the AppImage

As per the AppImage philosophy, everything an application needs to run should be bundled right inside the AppImage, so that it can be used without having to download or install additional stuff. So can RcloneTray.AppImage please be bundled to include Rclone?

Reference:
AppImage/appimage.github.io#936

Text is very large (4K monitor - Windows)

example

This is likely caused by scaling being set to 250% on this machine. Most apps look normal at this scale, but rclonetray looks quite large, as you can see in the screenshot.

Autolaunch and UI on preferences

Preferences settings not sticky eg:
When check Autolaunch, it checks, use system rclone checked checks, but when UI opened, Autolaunch and rclone is unchecked.

Expected: check status remains and UI not self close.

Possibility of using rclone filters

Is it currently possible to use rclone filters in rclone tray? For instance, I am running plex_debrid and have my debrid folder mounted as two drives. In the advanced tab under Custom Args, I tried putting in the rclone filter, but I'm not sure if this is the intended use for the Custom Args field.

RcloneTray crashes using rclone v1.51.0

rclone v1.51.0 was recently released. Using RcloneTray on OSX 10.14.6 It mounts a Dropbox share fine and lets me navigate round the folders, but clicking on a file causes an error (message did not flash up long enough to read properly) and it unmounts the share.

It all works fine with the previous release of 1.50.2 so I guess there has been a subtle change to upset it. Double checked with built in and that still OK too.

Cannot add New Bookmark with non-bundled rclone

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,
                ...
            }
]

Serving over http, webdav, etc. currently broken

Serving over http, webdav, etc. is currently broken. When I use any of these options I get: "Fata error: unknown flag --attr-timeout". I guess the rclone serve command doesn't support --attr-timeout, at least in recent versions.

Using rclone 1.48, RcloneTray 1.0.0 and Ubuntu 19.04.

failed to create file system

OS: Ubuntu 18.04.3 x64
App: rclonetray-1.0.0-x86_64.AppImage
rclone version: Included in appimage
Problem:
rclone
Workaround:
uncheck "Use the Rclone binary that is bundled with the app, otherwise installed system wide version will be used (if not found, then you will receive and error)"
and install rclone with:
curl https://rclone.org/install.sh | sudo bash
and create remote services with:
rclone config
and manage them with rclone tray, however it does not allow editing

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.