Search found 2 matches

by Popwax
Sat May 30, 2015 1:31 am
Forum: Plugins
Topic: [Plugin] CopyMagnetURI v0.2
Replies: 27
Views: 78078

Re: [Plugin] CopyMagnetURI v0.2

There are two issues.

1. The 0.2 egg file is not valid, the content supposed to be at the root directory inside the zip file is moved into another directory.
2. Both version will hang the client.
by Popwax
Wed Mar 04, 2015 7:11 pm
Forum: Plugins
Topic: [Plugin] CopyMagnetURI v0.2
Replies: 27
Views: 78078

Re: [Plugin] CopyMagnetURI v0.1

You should encode 'name' field before using quote_plus() in gtkui.py, it's not always ASCII encoded and this plugin will crash and stop working if the torrent name contains unicode characters. some thing like uri = "magnet:?xt=urn:btih:{}&dn={}".format(hash, quote_plus(name.encode('utf...