Difference between revisions of "Usage ED2K Link Handler"

From AMule Project FAQ
Jump to: navigation, search
m
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
<center>
 +
'''English''' |
 +
[[Usage_ED2K_Link_Handler-fr|Fran&ccedil;ais]] |
 +
[[Usage_ED2K_Link_Handler-tw|正體中文]]
 +
</center>
 +
 +
 +
[[Usage aMule|Back to Index]]
 +
 
== Description ==
 
== Description ==
  
Line 7: Line 16:
 
The ED2K Link Handler bar looks like this:
 
The ED2K Link Handler bar looks like this:
  
window_ed2klinkhandler1.jpg
+
http://www.amule.org/dev-up/window_ed2klinkhandler1.jpg
  
 
=== Basic usage ===
 
=== Basic usage ===
  
To add an ed2k link to yuor aMule's download queue enter the complete link in the input box (something like ''ed2k://|file|aMule-2.0.3.tar.gz|2870070|25ABD56A66E279ABFB87065C8AAEA41F|''):
+
To add an ed2k link to your aMule's download queue enter the complete link in the input box (something like ''ed2k://|file|aMule-2.0.3.tar.gz|2870070|25ABD56A66E279ABFB87065C8AAEA41F|''):
  
window_ed2klinkhandler2.jpg
+
http://www.amule.org/dev-up/window_ed2klinkhandler2.jpg
  
 
Now with the link in the box, click the '''Commit''' button and, if the link is valid, it will be added.
 
Now with the link in the box, click the '''Commit''' button and, if the link is valid, it will be added.
  
window_ed2klinkhandler3.jpg
+
http://www.amule.org/dev-up/window_ed2klinkhandler3.jpg
  
 
If the link is not valid it will not be added and you will notice because the status line will print '''Invalid ed2k link! Error: Not a valid ed2k-URI'''.
 
If the link is not valid it will not be added and you will notice because the status line will print '''Invalid ed2k link! Error: Not a valid ed2k-URI'''.
Line 36: Line 45:
 
== Overview ==
 
== Overview ==
  
window_ed2klinkhandler4.jpg
+
http://www.amule.org/dev-up/window_ed2klinkhandler4.jpg
  
 
{|
 
{|
Line 42: Line 51:
 
| '''Number''' || '''''Description'''''
 
| '''Number''' || '''''Description'''''
 
|-
 
|-
| 1 || ''Links input box''
+
| 1 || ''ED2K link handler''
 
|-
 
|-
| 2 || ''Add link''
+
| 2 || ''Links input box''
 +
|-
 +
| 3 || ''Add link''
 
|}
 
|}
 +
 +
<center>[[Usage aMule|Back to Index]]</center>

Latest revision as of 11:42, 12 January 2009

English | Français | 正體中文


Back to Index

Description

The ED2K Link handler is a bar which grabs ed2k links and adds them to the download queue.

Usage

The ED2K Link Handler bar looks like this:

http://www.amule.org/dev-up/window_ed2klinkhandler1.jpg

Basic usage

To add an ed2k link to your aMule's download queue enter the complete link in the input box (something like ed2k://|file|aMule-2.0.3.tar.gz|2870070|25ABD56A66E279ABFB87065C8AAEA41F|):

http://www.amule.org/dev-up/window_ed2klinkhandler2.jpg

Now with the link in the box, click the Commit button and, if the link is valid, it will be added.

http://www.amule.org/dev-up/window_ed2klinkhandler3.jpg

If the link is not valid it will not be added and you will notice because the status line will print Invalid ed2k link! Error: Not a valid ed2k-URI.

Advanced usage

The ED2K Link Handler not only acceptes single ed2k link: It accepts multiple ed2k links simultaneously. You just have to enter each link in a separate line.

This are the rules to correctly submit links to the handler:

  • Links must be complete (with the ed2k:// part and the closing | character)
  • Each link in a separate line
  • Spaces and newlines and after a link are ignored
  • A single link cannot be splitted into several lines
  • Anything after a link is ignored, even if in the same line (and eve with no spaces in between)
  • The handler will read all lines trying to find valid links, even if some of them fail
  • The handler doesn't require a closing slash (/) in the links

Overview

http://www.amule.org/dev-up/window_ed2klinkhandler4.jpg

Quick Reference
Number Description
1 ED2K link handler
2 Links input box
3 Add link
Back to Index