Search found 5 matches

by Juewy
Fri Sep 14, 2007 10:29 pm
Forum: Development
Topic: Request: Command line controls
Replies: 14
Views: 14791

Re: Request: Command line controls

I just installed it from source and its working, yay :D I also tried editing your list command to tidy the output up but failed terribly, does the line self.server.core.get_core_torrent_state(torrentID) return an array? I tried something like this: torrents = self.server.core.get_core_torrent_state(...
by Juewy
Thu Sep 13, 2007 9:59 am
Forum: Development
Topic: Request: Command line controls
Replies: 14
Views: 14791

Re: Request: Command line controls

This is very strange, i have tried adding my method into telnetserver.py between prompt and helpCommand, just below helpCommand and in between most of the other methods with no success, the only thing i have changed from what you posted is the server is 127.0.0.1 instead of localhost since localhost...
by Juewy
Wed Sep 12, 2007 10:07 am
Forum: Development
Topic: Request: Command line controls
Replies: 14
Views: 14791

Re: Request: Command line controls

I should of thought about looking for a core.py file, so if i used self.server.common i could use any function in common.py? I tried adding this to telnetserver.py after the download command: def pauseallCommand(self, ignored): "Pause all torrents." self.privateMessage('Pausing all torrent...
by Juewy
Sun Sep 09, 2007 7:50 pm
Forum: Development
Topic: Request: Command line controls
Replies: 14
Views: 14791

Re: Request: Command line controls

Its looking good :D if only i knew python :( it looks easy enough so I'll try and add some more bits to it when i get chance, can you point me in the right direction of how to find out what i need to type for the deluge stuff, i dont know how to word it exactly but you use self.server.core.unique_ID...
by Juewy
Sun Sep 02, 2007 8:41 pm
Forum: Development
Topic: Request: Command line controls
Replies: 14
Views: 14791

Request: Command line controls

Hi all I just installed deluge and its going great :D but I was wondering, I do a lot of work on a different pc and leave this one on all the time for various things and i manage it remotely, can you add command line options to pause all the downloads and resume them that way i only have to run delu...