View Single Post
  #3 (permalink)  
Old December 30th, 2003
arne_bab's Avatar
arne_bab arne_bab is offline
Draketo, small dragon.
 
Join Date: May 31st, 2002
Location: Heidelberg, Germany
Posts: 1,881
arne_bab is a great assister to others; your light through the dark tunnel
Default

I found a posibility to make export as MagnetList very easy:

When I access http://localhost:9845 (my gnutella port) I get a list as if i browsed my host.

the links point to:

gnutella://sha1:56HHV5WIPD3SPUOPPJHXC4FHUNRPOWF2/My+Ding-a-Ling+%28Full+Version%29.mp3/

or similar files.

If you'd change the syntax slightly, they would be magnet-links:

magnet:?xt=urn:sha1:56HHV5WIPD3SPUOPPJHXC4FHUNRPOW F2&dn=My+Ding-a-Ling+%28Full+Version%29.mp3

A magnetlist. Done.

Just replace the "gnutella://" by "magnet:?xt=urn:" and the slash "/" by "&dn=", then remove the slash at the end.

I did it just for fun, and the magnetlinks work, but sadly not yet in phex ;)

Integrate MagnetLinks in Phex, and you'll have a great community-tool!

Most will work with only big problems, because many of those files are quite rare.

I created a list with some simple copy-paste operations from the sourcecode of the html-file created by phex:

</ -> <|
:// ->:||
/"> -> ">
gnutella: -> magnet:?xt=urn:
/ -> &dn=
<| -> </
:|| -> ://

I hope they are all correct, since I type them down from memory.
__________________

-> put this banner into your own signature! <-
--
Erst im Spiel lebt der Mensch.
Nur ludantaj homoj vivas.
GnuFU.net - Gnutella For Users
Draketo.de - Shortstories, Poems, Music and strange Ideas.

Last edited by arne_bab; September 27th, 2005 at 05:22 PM.
Reply With Quote