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.