aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Importing ed2k links from file to one categorie  (Read 2244 times)

Crakem

  • Full Member
  • ***
  • Karma: 2
  • Offline Offline
  • Posts: 103
Importing ed2k links from file to one categorie
« on: February 19, 2008, 03:33:44 AM »

If you download a txt file with a lot of ed2k links (ed2k-links-file for example) and you want add it to one category you could import it with somethink like:
Code: [Select]
$ for link in $(cat ed2k-links-file); do amulecmd -q -c "Add $link"; doneBut you get it in all category ::)
Now I have to import them to category  I want, I do that with amulegui.

Maybe it will be interesting amulecmd could manage categories with Add command and/or amulegui/amuleweb (I prefer amulegui!  :P ) could catch several ed2klinks at one time (pasting them with colons in ed2k links bar or so)

Thanks for that beautiful program which its amule!  :D
Logged