Opened 12 years ago

Last modified 12 years ago

#70 new enhancement

Support magnet URIs

Reported by: apf Owned by: Gabor Hudiczius
Priority: normal Milestone: airborn
Component: rTWi Version:
Severity: trivial Keywords: magnet
Cc:

Description

Simple patch to support adding magnet URIs (already supported by rtorrent)

Attachments (2)

magnet.patch (782 bytes ) - added by apf 12 years ago.
magnet URI patch
magnet_base64.patch (838 bytes ) - added by tone 12 years ago.
magnet URI patch with base64 encoding

Download all attachments as: .zip

Change History (5)

by apf, 12 years ago

Attachment: magnet.patch added

magnet URI patch

comment:1 by tone, 12 years ago

I tried this patch but there is something wrong with it ... I think some of the magnet url is getting truncated, specifically the tracker information.

comment:2 by tone, 12 years ago

I added a couple lines to apf's patch to force magnet URIs to be base64 encoded instead of string XML type. This solves the issue of magnet URI GET paramters being truncated when passed to the xmlrpc server.

by tone, 12 years ago

Attachment: magnet_base64.patch added

magnet URI patch with base64 encoding

comment:3 by tone, 12 years ago

Keywords: magnet added
Milestone: airborn
Note: See TracTickets for help on using tickets.