Opened 13 years ago
Last modified 13 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)
Change History (5)
by , 13 years ago
Attachment: | magnet.patch added |
---|
comment:1 by , 13 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 , 13 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.
comment:3 by , 13 years ago
Keywords: | magnet added |
---|---|
Milestone: | → airborn |
Note:
See TracTickets
for help on using tickets.
magnet URI patch