pawamoy / aria2p

Command-line tool and library to interact with an aria2c daemon process with JSON-RPC.
https://pawamoy.github.io/aria2p
ISC License
490 stars 93 forks source link

Ability to tag downloads with markers (like categories) #19

Open pawamoy opened 5 years ago

pawamoy commented 5 years ago

This would require a thread-safe data file somewhere, and a configuration file I guess.

Boost priority

Fund with Polar

pawamoy commented 5 years ago

Or maybe all these extra features (not natively supported by aria2) could be allowed through user code, with hooks/events/notifications, or maybe a scheduler (run this custom code every second).