📜 ⬆️ ⬇️

Control KTorrent from console

Today, I accidentally stumbled onto the http://ktorrent.org/forum/ forum and came across a rather interesting script there that allows you to manage KTorrent from the console.

In my opinion, quite a useful thing. Moreover, if you look at the script itself, it is very easy to figure out how it works. For example,
dcop ktorrent KTorrent
shows all the functions we can call, and if we execute
dcop ktorrent KTorrent stopAll 3
then KTorrent will stop all current torrents. And if you register this command in cron, then we will get the functionality that is not in the Bandwidth Scheduler plugin-scheduler that comes with KTorrent. ;)

These are the possibilities here. :)
')
This news is in my blog .

Source: https://habr.com/ru/post/13924/


All Articles