Search found 10 matches

by Harsesis
Sun May 06, 2012 12:47 pm
Forum: Mac OS
Topic: Deluge.app (Current version: 1.3.11)
Replies: 71
Views: 80865

Re: Deluge.app (Latest version: 1.3.5)

File and folders both work on osx open. Open from a torrent tab and open folder from the torrent list. The open command doesn't seem to care.

Thanks for creating the ticket. I'll edit mine manually until the change gets added to the src properly :)
by Harsesis
Thu Apr 26, 2012 12:03 am
Forum: Mac OS
Topic: Deluge.app (Current version: 1.3.11)
Replies: 71
Views: 80865

Re: Deluge.app (Latest version: 1.3.5)

Excellent thanks. I had to import os and it worked fine.

Edit: By the way do you think the change or something similar could be included in the code? The behaviour is the same for many osx applications.

Possibly with an osx_check() if statement to ensure other OS don't have an issue with the change.
by Harsesis
Wed Apr 25, 2012 11:38 pm
Forum: Mac OS
Topic: Deluge.app (Current version: 1.3.11)
Replies: 71
Views: 80865

Re: Deluge.app (Latest version: 1.3.5)

I tried def on_menuitem_open_folder_activate(self, data=None): log.debug("on_menuitem_open_folder") def _on_torrent_status(status): deluge.common.open_file(status["save_path"] + "/" + status["name"]) for torrent_id in component.get("TorrentView").get...
by Harsesis
Wed Apr 25, 2012 11:18 pm
Forum: Mac OS
Topic: Deluge.app (Current version: 1.3.11)
Replies: 71
Views: 80865

Re: Deluge.app (Latest version: 1.3.5)

Cool. Thanks for the fix. I was wondering if there was a way of passing the file or folder to the open command instead of the download dir. Subsequently on osx when you call open you can specify -R arg to highlight the file you've asked for. I modified the open to look like this in my common.py subp...
by Harsesis
Wed Apr 25, 2012 4:42 pm
Forum: Mac OS
Topic: Deluge.app (Current version: 1.3.11)
Replies: 71
Views: 80865

Re: Deluge.app (Latest version: 1.3.5)

Is it possible to get open folder to work? (when you right click a torrent) I get the following error when I try: Unhandled error in Deferred: Unhandled Error Traceback (most recent call last): File "twisted/internet/gtk2reactor.pyc", line 270, in run File "/Applications/Deluge.app/Co...
by Harsesis
Tue Apr 17, 2012 7:10 pm
Forum: Mac OS
Topic: Deluge.app (Current version: 1.3.11)
Replies: 71
Views: 80865

Re: Deluge.app (Latest version: 1.3.5)

Thanks for building :D
by Harsesis
Tue Apr 17, 2012 6:12 pm
Forum: Mac OS
Topic: Deluge.app (Current version: 1.3.11)
Replies: 71
Views: 80865

Re: Deluge.app (Latest version: 1.3.5)

I can't get it 1.3.5-1 to run. Console says Traceback (most recent call last): File "/Applications/Deluge.app/./Contents/MacOS/Deluge-bin", line 8, in <module> load_entry_point('deluge==1.3.5', 'gui_scripts', 'deluge-gtk')() File "/Applications/Deluge.app/Contents/Resources/lib/python...
by Harsesis
Tue Apr 10, 2012 4:50 pm
Forum: Mac OS
Topic: Deluge.app (GTK-OSX based)
Replies: 50
Views: 50627

Re: Deluge.app (GTK-OSX based)

@carbncl By the way any new releases on the horizon Also I have magnet links working using a greasemonkey script +web UI http://userscripts.org/scripts/show/79003. It adds little drops to the magnet/torrent links. When you click the drop it adds it to deluge. Its really neat. I'm happy to help anyon...
by Harsesis
Sat Apr 07, 2012 10:54 am
Forum: Mac OS
Topic: Deluge.app (GTK-OSX based)
Replies: 50
Views: 50627

Re: Deluge.app (GTK-OSX based)

carbnl to fix the above issue the py2app needs to explicitly include "twisted.internet.utils" Harsesis: You could try putting the utils.py file in the attached zip into the application folder "Deluge.app\Contents\Resources\lib\python2.7\twisted\internet\" and it should work. It ...
by Harsesis
Fri Apr 06, 2012 9:44 pm
Forum: Mac OS
Topic: Deluge.app (GTK-OSX based)
Replies: 50
Views: 50627

Re: Deluge.app (GTK-OSX based)

I'm having a bit of trouble with enabling the execute pluging. I enabled debug and I got the following messages. The checkbox gets enabled then disabled. Getting the execute plugin working would make deluge the best client I've used by far! Any help is appreciated. Thanks. [ERROR ] 22:32:24 pluginma...