andrewiankidd / rcloneExplorer

rclone GUI for Windows
142 stars 20 forks source link

Known Issues as of rewrite #34

Open andrewiankidd opened 6 years ago

andrewiankidd commented 6 years ago

File Sorting Transfer List Download directories/multiple files Pause/Play button doesnt work and is more of an example of why I captured the ffplay window context menu isnt conditional

zaggynl commented 6 years ago

Dialogs are missing first character in sentence. For example on first start it goes through a number of prompts, first one is: rcloneExplorer Prompt ame> OK Cancel

PS: Any way to import the configuration of previous version of rcloneExplorer?

caspertone2003 commented 5 years ago

@andrewiankidd Program goes in general smoothly, provided one is careful with not using the cancel button. At least canceling renames can produce misbehaving and even loss of files... at least with mega remotes. Canceled rename file is moved to the root and with add of not valid characters. Then, program fails to open until one connects to mega and solves the issue. I believe the following output shows the issues

System.ArgumentException: Not valid character in the access route. in System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional) in System.IO.Path.GetExtension(String path) in rcloneExplorer.mainForm.DisplayDirectory(Dictionary`2 dirInfo) in C:\Users\Andrew\source\repos\rcloneExplorer\rcloneExplorer\mainForm.cs:line 132 in rcloneExplorer.mainForm.mainForm_Load(Object sender, EventArgs e) in C:\Users\Andrew\source\repos\rcloneExplorer\rcloneExplorer\mainForm.cs:line 61 in System.Windows.Forms.Form.OnLoad(EventArgs e) in System.Windows.Forms.Form.OnCreateControl() in System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) in System.Windows.Forms.Control.CreateControl() in System.Windows.Forms.Control.WmShowWindow(Message& m) in System.Windows.Forms.Control.WndProc(Message& m) in System.Windows.Forms.ScrollableControl.WndProc(Message& m) in System.Windows.Forms.Form.WmShowWindow(Message& m) in System.Windows.Forms.Form.WndProc(Message& m) in System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) in System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) in System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

from the code: private void mainForm_Load(object sender, EventArgs e) { // List root of remote DisplayDirectory(rcloneHandler.ListDirectory()); }

caspertone2003 commented 5 years ago

@andrewiankidd Suggested features a) cut and paste more that one file b) create folder c) move to d) reasizable text .... for me it is very small...

Thanks

caspertone2003 commented 5 years ago

Any way to import the configuration of previous version of rcloneExplorer?

Uses same rclone.conf as from rclone, put it in folder where rcloneExplorer is.