Tuesday, April 23, 2024
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 2352  / 2 Years ago, mon, september 12, 2022, 8:04:38

I usually download my torrents at night, while I'm sleeping. But when doing so, Ubuntu loads the entire desktop interface, while I only need the torrent client. I would like to use an energy saving way of downloading torrents to make my power usage go down.



I know that transmission-cli can download torrents in a command line. Such a thing might be the solution, but with tranmission-cli, I have to include the torrent's URL to get it running, e.g. transmission-cli http://releases.ubuntu.com/11.10/ubuntu-11.10-desktop-i386.iso.torrent.



That's not what I want. If a command line interface (CLI) torrent client would be the best way to save power, I want it to import the active torrents from the GUI, including the parts that are already downloaded.



Is there any way to get this done?



I've got Transmission and Deluge already installed, so if it could be done with one of these torrent clients, it would be nice.



Thanks.


More From » software-recommendation

 Answers
1

This is possible with Deluge:



Firstly go to tty1 by pressing Ctrl+Alt+F1and run sudo killall Xorg



Run this:
sudo apt get install deluge-console deluged



Use this command to connect with deluge



deluged&&deluge-console
use resume * to resume all downloads and halt to pause them



Use the following commands to control the other parts of Deluge




  • add Add a torrent

  • config Show and set configuration values

  • connect Connect to a new deluge server.

  • debug Enable and disable debugging

  • del Remove a torrent

  • exit Exit from the client.

  • halt Shutdown the deluge server.

  • help displays help on other commands

  • info Show information about the torrents

  • pause Pause a torrent

  • quit Exit from the client.

  • resume Resume a torrent

  • rm Remove a torrent






source: http://forum.deluge-torrent.org/viewtopic.php?f=10&t=19115


[#40720] Monday, September 12, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
dicatandyca

Total Points: 486
Total Questions: 108
Total Answers: 121

Location: Greenland
Member since Wed, Jan 18, 2023
1 Year ago
;