alexhua / Aria2-Explorer

An aria2 download task management extension for chromium based browser
https://www.aria2e.com/
BSD 3-Clause "New" or "Revised" License
784 stars 66 forks source link

Download Location Link #178

Closed Paradoxum closed 4 months ago

Paradoxum commented 5 months ago

Motivation Instead of going to my desktop and hitting the link to my servers download location.

Feature Description I want to be able to set a location for 'open download location', which lets me set the location to open, and then clicking this will, well, open it.

image

Possible options to also automatically open the folder after each download, or by specific download when adding.

Code Ready? No

Willing to maintain the related code in the future No

Additional context Quality of life UX feature request.

Paradoxum commented 5 months ago

Also a small question, how do I get rid of the Install_SignalRgb.exe.aria2 (.aria2) files without having to delete them manually?

alexhua commented 5 months ago

Possible options to also automatically open the folder after each download, or by specific download when adding.

Maybe we will supply user an option to choose their remote file access protocol and offer a button to open the remote download directory. Would you please let me know which protocol are you using to access the remote download file, FTP, Samba or something else?

Also a small question, how do I get rid of the Install_SignalRgb.exe.aria2 (.aria2) files without having to delete them manually?

*.aria2 is the control file for aria2 to record download task progress. Right now, you could disable the Force Save at Aria2 advanced settings to let Aria2 remove the control file automatically after the download task is finished. Meanwhile, Aria2 will not record the finished download task for you.

Furthermore, we have a plan to improve the Aria2 task management exprience. You could access https://rec.aria2e.com/en/posts/5/ for more details.