jc3213 / download_with_aria2

The browser extenson for aria2 download utility via JSON-RPC
GNU Lesser General Public License v2.1
60 stars 8 forks source link

Webrequest capture notification #66

Closed char101 closed 1 year ago

char101 commented 1 year ago

Hi,

When using the webrequest capture in firefox, there is no indication of whether the download has been successfully added. If would be good if the addon can provide a notification or other kind of indication that the downloaded have been successfully added to the queue.

jc3213 commented 1 year ago

First of all. Don't Spamming

You can check Notifications -> When Download Start, It will show notification when extension captured and sent download to aria2c

char101 commented 1 year ago

Thanks, that actually works. The term start is ambiguous though, because the download has not actually been started (I don't like paralel downloading so I run my aria2c with -j 1, with more than one download, one the first item is started). A better term is probably queued or added.

jc3213 commented 1 year ago

Use --rpc-listen-port=<PORT> and let one of aria2c.exe listen to another port.