mayswind / AriaNg

AriaNg, a modern web frontend making aria2 easier to use.
http://ariang.mayswind.net
MIT License
11.79k stars 1.29k forks source link

[Feature Request] Open downlaoded file or folder #391

Closed Redwid closed 5 years ago

Redwid commented 5 years ago

How about to add a feature to open downloaded folder or file after downloading it. If user set up server to local paths matching. For example my NAS is downloading to some path like this: /media/downloads/aria2 That path mounted on my PC as this (like network drive as an example): //192.168.1.1/downloads If I could add matching server and local paths like: /media/downloads/aria2=//192.168.1.1/downloads

So, then AriaNg could open, let's say my downloaded file: file.txt that has server location as /media/downloads/aria2/file.txtas following file: //192.168.1.1/downloads/file.txt

Transgui has this feature, works really well: https://github.com/transmission-remote-gui/transgui

mayswind commented 5 years ago

AriaNg Native has already supported this feature. You can click download path to open the folder in the task detail page if the folder exists in current device.

Redwid commented 5 years ago

And how about if folder is not exists?