Search found 20 matches

by pettman
Tue Sep 11, 2007 10:21 am
Forum: Plugins
Topic: Plugin making instructions?
Replies: 4
Views: 4838

Re: Plugin making instructions?

really the best way to learn is to just look at the code of existing plugins. in particular, look at simple ones, such as the TorrentNotification and the TorrentSearch plugins. basically, you need a __init__.py, and besides that, you can call anything whatever you want. Do I have to put them in /us...
by pettman
Tue Sep 11, 2007 7:06 am
Forum: Development
Topic: Bug: Incorrect URLs sent to externa web browsers.
Replies: 2
Views: 2684

Bug: Incorrect URLs sent to externa web browsers.

When deluge attempts to open something, let's say the I clicked the "Translate this application" it won't supply the correct URL to the web browser but instead this: file:///home/<my username>/%22 https://translations.launchpad.net/deluge/trunk/+pots/deluge %22 (the green bit is the URL it...
by pettman
Mon Sep 10, 2007 6:00 pm
Forum: Plugins
Topic: Plugin making instructions?
Replies: 4
Views: 4838

Plugin making instructions?

I've got some moderate experience in programming python (and GTK through glade) and an idea for a plug-in, now I want to know where I can find some info on making plug-ins (such as where the files are supposed to be saved, what they should be called and preferably a good way to find out what all the...
by pettman
Tue Sep 04, 2007 1:58 pm
Forum: Support
Topic: Deluge crashed when I try to certain torrents
Replies: 6
Views: 3835

Re: Deluge crashed when I try to certain torrents

i really need someone to email me a torrent that makes this happen...it's the only way it'll get fixed for 0.5.5 :) The torrent is in your inbox. Until I removed it from the directory with the torrents currently being downloaded deluge would crash on start-up. Removing prefs.state made the torrent ...
by pettman
Fri Aug 31, 2007 1:57 pm
Forum: Support
Topic: Deluge crashed when I try to certain torrents
Replies: 6
Views: 3835

Deluge crashed when I try to certain torrents

When I tried to add a certain torrent, deluge (version 0.5.4.1) crashes and I get the following output if I run it in the terminal: terminate called after throwing an instance of 'std::out_of_range' what(): vector::_M_range_check Avbruten (SIGABRT) (The last line seems to be outputted by the OS: Ubu...
by pettman
Fri Aug 17, 2007 9:10 am
Forum: Development
Topic: 0.5.4.1 Released
Replies: 6
Views: 6164

Re: 0.5.4.1 Released

* Fix up pieces, peers and files plugins The pieces plug-in is much (roughly 10⁵⁰ times :P) better, now it's not at all sluggish or lag-inducing. AWESOME! making great progress. i feel like learning phython suddenly. I'd like to recommend reading Byte of Python to learn the basics, I found it prett...
by pettman
Fri Aug 17, 2007 8:47 am
Forum: Development
Topic: Initiate download while checking?
Replies: 1
Views: 2193

Initiate download while checking?

Would it be possible for deluge to start downloading a torrent while it still is checking the files in it? E.g. if it for some reason needs to check the integrity of the the files, once it has finished checking an unfinished file it would start the torrent but only accept pieces of the files already...
by pettman
Fri Aug 17, 2007 8:25 am
Forum: Development
Topic: ability to download selected files from the torrent
Replies: 6
Views: 4444

Re: ability to download selected files from the torrent

markybob wrote:(fyi, you need to go into plugins and active the torrentfiles plugin)
In my opinion, file-listing and -priority should be a core-function and not something you need a plug-in for.
by pettman
Wed Aug 01, 2007 3:48 pm
Forum: Development
Topic: Feature request: Open (completed) files from the files view.
Replies: 1
Views: 2216

Feature request: Open (completed) files from the files view.

I think it would be handy if double-clicking on a file in the files-tab would open that file if it was completely downloaded, a open folder option in the right-click menu would also be nice. Azureus has this and it's one of the features I've missed since I switched.
by pettman
Tue Jul 31, 2007 12:00 am
Forum: Support
Topic: saving on exit problem
Replies: 6
Views: 4347

Re: saving on exit problem

there really isnt a solution. gnome exiting sends a SIGKILL, which means everything gets quit without even a chance to respond. if anything, it's a gnome bug. i wish there was something we could do about it, but there isnt. we cant account for a SIGKILL OpenOffice (run on Ubuntu 7.04 in Gnome 2.18....