Official eMule-Board: Cancelled.met - Official eMule-Board

Jump to content


Page 1 of 1

Cancelled.met Add entry in cancelled.met

#1 User is offline   p2p_smile66 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 2
  • Joined: 22-September 05

Posted 22 September 2005 - 11:58 PM

Hi,
first of all, sorry about my english, I am italian and I hope I will be clear; also, this is my first post, so please be patience.

I tried to search into a web without success.

I wish to know is exist some way to add a new entry into cancelled.met file in order to add so many file I do not want download again.

I know it is automatic, but I have this list apart.

If it is not possible, I wish to know the structure of this file, so I will be able to create a program to do what I need.

Hope this is clear

Mauro
0

#2 User is offline   jestheonlyone 

  • Golden eMule
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 4346
  • Joined: 18-July 04

Posted 23 September 2005 - 02:51 AM

hi

Quote

I know it is automatic, but I have this list apart

You have a list of ed2k links and want to add them in the canceled.met, right?

- Copy the following code in a .JS file
- in the 3rd line, replace 'c:/folder/ed2k_list.txt' with the actual path of your list.
note: use / or \\ as folder separator, not \
- in emule, make sure you have ticked the box "add downloads in pause mode" (options -> files).
- run the .JS file
- and finally cancel the newly added downloads

fso = new ActiveXObject( "Scripting.FileSystemObject" );
ie = WScript.createObject( "InternetExplorer.Application", "internetExplorer_" );
f = fso.openTextFile( 'c:/folder/ed2k_list.txt' );
while (!f.atEndOfStream) {
s = f.readLine();
if (s.substr( 0, 7 ) == 'ed2k://') ie.navigate( s, 0, '_blank' );
}
f.close();
ie.quit();

Fast and easy :)

PS: maybe your anti-virus will block this script. You may have to temporarily disable the script-blocking feature, if needed.

edit:
silly of me! there's much more simple, if you got the latest emule version: simply rename your list with a .emulecollection extension, then double-click it :D

This post has been edited by jestheonlyone: 23 September 2005 - 03:01 AM

my latest favorite jamendo album (Creative Commons license): CraZyH et Djézinho - Prémis N'1
Could be considered as the male counterpart to zap mama. It's really worth a try, even if you hate hip-hop...
Jamendo tags = beatbox electro ethnique experimental hiphop lounge percussions ragga rap reggae scat soft triphop world


--------------------------------------------------------

Pris pour des vaches à lait par les industries du disque... Maintenant boycottons-les!!!
0

#3 User is offline   p2p_smile66 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 2
  • Joined: 22-September 05

Posted 23 September 2005 - 03:32 AM

I say just "It's perfect", it is what I needed.

Thanks a lot
Mauro
0

#4 User is offline   trysomethingnew 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 02-June 19

Posted 06 June 2019 - 09:56 AM

Hello jestheonlyone! I have a similar question and I see an expert here. I downloaded some files, and those records should be kept at known.met. However one day known.met was changed with only a few records left. (I searched in the websites and got to know that it might be a useful function in some cases) My question would be, can I add those documents in known.met so I don't need to download them again?
0

  • Member Options

Page 1 of 1

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users