Let's say magnet link contains only the hash. Fine, software that knows how to search for that hash enables user to eventually get that file. Now, if magnet...
Gordon, Hi. I wanted to get your input on a different type of Javascript that I came up with to handle magnet URI. As you know, LimeWire is cross platform so...
You're pretty much describing the Magnet URLs used by JivePlayer. Take a look at them here: http://www.limewire.com/magnet/magnet-uri-detect.html Shareaza and...
Thanks. You are absolutely right! Knowing the file size from the magnet link is, in contrast, a minor programming convenience issue when preparing for a...
If you're thinking of going down this path I would highly recommend leveraging the HTTP Extensions for a Content-Addressable Web ...
Justin Chapweske
justin@...
Nov 9, 2002 5:22 pm
37
I understand the difficulties and compromises forced upon cross- platform implementations. These are the issues that come to mind from Windows-specific ...
... I think your idea of a CGI isn't really needed. (And if you did do it, I'd do in PHP rather than CGI) However, what is needed is a standard for "MAGNET...
What are you talking about? I believe that enabling web servers would be a very powerful idea. A CGI can be done in php or whatever language you want. CGI, ...
... How would the script work? What would it do? I don't think I understand it completely. Currently I think the need is for "Magnet Manifests". That would...
... I'm guessing that it would probably do something like this: (http://open-content.net:8080/onion-gateway/head?uri=http://magnet-uri.sf.net/) We are also...
Justin Chapweske
justin@...
Nov 11, 2002 12:32 pm
42
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the magnet-uri group. File : /Magnet...
magnet-uri@yahoogroup...
Nov 12, 2002 3:05 am
43
I uploaded a VC++ 6.0 sample, derived from MSDN sample, that demonstrates one very simple magnet APP handler. This is COM DLL that you register and unregister...
I couldn't find anything in GDF Files section. I've seen support for gnutella: URL protocol only in Shareaza. I know this is magent: group but gnutella: has...
There appears to be some consensus that generic Javascript for magnet doesn't make sense given that you can build protocol handlers for magnet that "just work"...
I guess that I also should have mentioned that this is trivial on Windows. Thanks -greg ... __________________________________________________ Do you Yahoo!? ...
LimeWire can handle any number or lack of number I believe. For good form, it would be nice to use sequential numbers (1, 2, 3) if using any at all. The same...
... This is incorrect and, without the corresponding dn.1 or xt.1, xs.1 is best discarded. The only other option is to consider that author may have had good...
As of today (Feb 11 2003) the latest version of Opera (v7.1) does not support MAGNET URI's. I and other Shareaza users have been battling that they add support...
Could magnet uris include a file size tag or something? It could be used to check that a file is the right size. It could also be used by websites, such as...
If IE and Netscape support magnets (which they do) then the burden is clearly on Opera to also support this sort of protocol. They should not need any...
Inspired by Lucas's proposal and John's need, I'd like to offer a similar proposal to fill one of the gaps left in the Magnet-URI specs. Those specs mention an...
Extremely sensible stuff. Still, I want to clarify my point relative to ... m3u playlists already support HTTP URLs, so they should also be able to accomodate...
I don't quite like it for the simple fact that new URIs are supposed to work with any markup that already understands URIs. You shouldn't have to define a new...
Justin Chapweske
justin@...
Mar 5, 2003 4:01 pm
57
... But is there any existing markup/list format -- for a simple list of URIs, or possibly nested lists of URIs -- that's appropriate here? What "old markup"...
... The .M3U format allows a list of URIs. What are the limitations of M3U that you are trying to overcome? RSS is another good candidate format for providing...
Justin Chapweske
justin@...
Mar 5, 2003 4:56 pm
59
... M3U ... While I like the m3u approach because it's *very* simple and already implemented, the fact that so many media players out there support m3u but...
Gordon, LimeWire 2.9.7 has fairly complete magnet handling for the "magnet" protocol on Windows and OSX. It has magnet javascript support for all platforms. ...
Hey Greg, Were you able to get your Javascript working on IE in OS X? We've been running into some issues with dynamically loaded Javascript on that ...