Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Known Issues as of rewrite #34

Open
andrewiankidd opened this issue Jun 22, 2018 · 4 comments
Open

Known Issues as of rewrite #34

andrewiankidd opened this issue Jun 22, 2018 · 4 comments

Comments

@andrewiankidd
Copy link
Owner

andrewiankidd commented Jun 22, 2018

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

zaggynl commented Jun 23, 2018

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

caspertone2003 commented Feb 4, 2019

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

caspertone2003 commented Feb 4, 2019

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

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.

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

No branches or pull requests

3 participants