AMIP in MIRC - DCC autoget, DCC autoget using remote script |
AMIP in MIRC - DCC autoget, DCC autoget using remote script |
Karolis Noreika (Kano) |
Oct 25 2006, 01:38 AM
Post
#1
|
Newbie Group: Members Posts: 1 Joined: 25-October 06 Member No.: 183 |
One day i decided to make mirc autosend mp3 file to other users.
I was searching this script for half an hour! I found.. Somewhere in your site using google history pages.. Now I think its gone or somewhere deep in forum. I want to share this little and usefull thing with others. Kind a manual for dummies. Download AMIP from here > http://amip.tools-for.net/wiki/amip/download install it (see amip manual) Open mirc Press alt +R Paste this line ----------------------------------------- ON 1:TEXT:@get:*:/dcc send -cl0 $nick $dde mPlug var_fn "" ------------------------------------ ( -cl0 makes speed unlimited ) Open Alias paste this ----------------------------------------- /mep /me $dde(mPlug,format,"plays:_%name_// Use @get if you want to download") ------------------------------------------ Done. Use "/mep" for anouncing And others from the channel can grab your mp3 without your help Good luck For search engine users > mirc autoget auto download mp3 dcc amip auto-get addon script slow download upload Kano. Lithuania. 2006 10 26 |
ESPERO |
Nov 1 2006, 12:50 PM
Post
#2
|
Newbie Group: Members Posts: 3 Joined: 1-November 06 Member No.: 191 |
That`s all good, but if songname consists of more than 1 words, separated by SPACE (same with the folder name), I get the following in status:
CODE |02:43:41| DCC Send of Hip to D:\Music\ESPERO`s: Unable to open file - |02:43:41| DCC Send of 2Pac to D:\Music\ESPERO`s: Unable to open file - |02:43:41| DCC Send of - to D:\Music\ESPERO`s: Unable to open file - |02:43:41| DCC Send of Wonder to D:\Music\ESPERO`s: Unable to open file - |02:43:41| DCC Send of Why to D:\Music\ESPERO`s: Unable to open file - |02:43:41| DCC Send of They to D:\Music\ESPERO`s: Unable to open file - |02:43:41| DCC Send of Call to D:\Music\ESPERO`s: Unable to open file - |02:43:41| DCC Send of You to D:\Music\ESPERO`s: Unable to open file - |02:43:41| DCC Send of Bitch.mp3 to D:\Music\ESPERO`s: Unable to open file This is an example of "2pac - Wonder Why They Call You Bitch" which is located in "D:\Music\ESPERO`s music\Hip Hop" Hope that there is a solution for this, except of renaming DIRs & filenames P.S. Sorry for the bad English.. |
Markus -voks- Henn |
Nov 1 2006, 02:10 PM
Post
#3
|
Advanced Member Group: Members Posts: 40 Joined: 13-March 06 From: Germany Member No.: 3 |
replace
CODE ON 1:TEXT:@get:*:/dcc send -cl0 $nick $dde mPlug var_fn "" with CODE ON 1:TEXT:@get:*:/dcc send $nick $+(",$dde(mPlug,var_fn),") . That should work.-cl0 is "useless": QUOTE The -c switch makes the dcc window close automatically once the transfer has finished. The -l switch limits the transfer rate to the max cps limit specified in the DCC Fileserver. |
ESPERO |
Nov 1 2006, 06:03 PM
Post
#4
|
Newbie Group: Members Posts: 3 Joined: 1-November 06 Member No.: 191 |
Unfortunately it`s the same Againt it can`t recognize the whole name of the song...or the Dir...
|
Markus -voks- Henn |
Nov 1 2006, 07:03 PM
Post
#5
|
Advanced Member Group: Members Posts: 40 Joined: 13-March 06 From: Germany Member No.: 3 |
You could enable [x] "Fill Spaces" in the dialog appearing after typing "/dcc send", perhaps that's an solution.
|
ESPERO |
Nov 1 2006, 10:10 PM
Post
#6
|
Newbie Group: Members Posts: 3 Joined: 1-November 06 Member No.: 191 |
it`s enabled If there is a topic about How the plugin should be customized for this particular option please give a link, maybe I`ve done something wrong...
|