Search the web
Sign In
New User? Sign Up
magnet-uri
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 32 - 61 of 379   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
32
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...
tonygeek
Offline Send Email
Nov 8, 2002
9:53 am
33
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...
Greg Bildson
gbildson
Offline Send Email
Nov 9, 2002
12:22 am
34
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...
Greg Bildson
gbildson
Offline Send Email
Nov 9, 2002
4:26 pm
35
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...
tonygeek
Offline Send Email
Nov 9, 2002
5:14 pm
36
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@...
Send Email
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 ...
tonygeek
Offline Send Email
Nov 10, 2002
12:12 am
38
... 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...
anengachris
Offline Send Email
Nov 10, 2002
12:36 pm
39
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, ...
Greg Bildson
gbildson
Offline Send Email
Nov 11, 2002
3:55 am
40
... 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...
anengachris
Offline Send Email
Nov 11, 2002
9:20 am
41
... 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@...
Send Email
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...
Send Email
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...
tonygeek
Offline Send Email
Nov 12, 2002
3:14 am
44
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...
tonygeek
Offline Send Email
Nov 23, 2002
12:25 am
45
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"...
Greg Bildson
gbildson
Offline Send Email
Nov 26, 2002
9:04 pm
46
I guess that I also should have mentioned that this is trivial on Windows. Thanks -greg ... __________________________________________________ Do you Yahoo!? ...
Greg Bildson
gbildson
Offline Send Email
Nov 26, 2002
9:06 pm
47
Does anyone know if there are set guidelines for the extensible use of the (xs, dn, as).x In other words.. I have seen magnets of the form: ...
Rick <rick@...>
rsantos01
Offline Send Email
Jan 7, 2003
4:10 pm
48
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...
Greg Bildson
gbildson
Offline Send Email
Jan 7, 2003
7:53 pm
49
... 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...
tonygeek <tonygeek@...>
tonygeek
Offline Send Email
Jan 8, 2003
12:51 am
50
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...
anengachris <chris@...>
anengachris
Offline Send Email
Feb 11, 2003
11:28 pm
51
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...
Higgy
thehiggy1
Offline Send Email
Feb 23, 2003
4:51 pm
52
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...
Sam <sam@...>
samfreepeers
Online Now Send Email
Mar 3, 2003
3:36 am
53
Does anyone know how to detect magnet support, using javascript? In other words, to detect if a magnet link will work BEFORE it is clicked....
Sam <sam@...>
samfreepeers
Online Now Send Email
Mar 3, 2003
3:39 am
54
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...
Gordon Mohr
gojomo
Online Now Send Email
Mar 5, 2003
8:00 am
55
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...
Lucas Gonze
lucas_gonze
Offline Send Email
Mar 5, 2003
2:01 pm
56
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@...
Send Email
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"...
Gordon Mohr
gojomo
Online Now Send Email
Mar 5, 2003
4:39 pm
58
... 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@...
Send Email
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...
John Buckman
johnbuckman
Offline Send Email
Mar 8, 2003
1:12 am
60
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. ...
Greg Bildson
gbildson
Offline Send Email
Mar 29, 2003
7:00 pm
61
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 ...
Justin Chapweske
justin@...
Send Email
Mar 31, 2003
7:11 pm
Messages 32 - 61 of 379   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help