Search found 3 matches
- Tue Jul 20, 2010 5:13 pm
- Forum: Plugins
- Topic: Python command line control
- Replies: 4
- Views: 5109
Re: Python command line control
Does your router support QoS? Yep!, it comes preloaded from the ISP with their SIP traffic mapped to forwarding group EF, and their RTP traffic mapped to group AF4x. I added another rule for marking Bittorrent traffic (ports 7021-7041 in my setup) as BE for the lowest priority, but the outgoing aud...
- Tue Jul 20, 2010 7:21 am
- Forum: Plugins
- Topic: Python command line control
- Replies: 4
- Views: 5109
Re: Python command line control
What's wrong with deluge-console? well, er, nothing, I guess... The only thing is I had to update deluge manually (compiled from source instead of using the ubuntu 10.4 included version) in order to get it working with the Transdroid app for my phone (supporting only v1.2 and above). Now deluge-con...
- Sat Jul 10, 2010 8:03 pm
- Forum: Plugins
- Topic: Python command line control
- Replies: 4
- Views: 5109
Python command line control
Hi all, I've been looking for a way to control Deluge from the command line (to modify up/down rates mainly), and found little or no info about it, so rewrote a small python script that existed for previous versions of Deluge (original author Garett Harnish), and now it's working under Deluge 1.2 I'...