mIRC Home    About    Download    Register    News    Help

Print Thread
#110669 09/02/05 03:49 PM
Joined: Jan 2005
Posts: 75
Z
ztnaraM Offline OP
Babel fish
OP Offline
Babel fish
Z
Joined: Jan 2005
Posts: 75
I use this to list my mp3's, always have done, but i had it on mIRC 6.03 and it used to list like 3000 in under a second, on the latest mIRC it kinda takes 20 seconds and is annoying, has something changed? or is there a quicker way to list them?

Code:
alias mplist {
  var %len $calc($len(%mp3.dir) + 1) | did -r mp 4 |  did -r mp 35 |
  did -a mp 35 0 of $findfile(%mp3.dir,*.mp3,0, did -a mp 4 $remove($mid($1-,%len),.mp3)) 
  did -o mp 36 1 $mpsize
}  

#110670 09/02/05 04:57 PM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
Try this:

Code:
alias mplist {
  did -r mp 4,35
  did -a mp 35 0 of $findfile(%mp3.dir,*.mp3,0,did -a mp 4 $deltok($1-,-1,46)) 
  did -o mp 36 1 $mpsize
}


New username: hixxy
#110671 09/02/05 05:07 PM
Joined: Jan 2005
Posts: 75
Z
ztnaraM Offline OP
Babel fish
OP Offline
Babel fish
Z
Joined: Jan 2005
Posts: 75
it knocked a few seconds off of the time, i just tried it back on 6.03 and it listed them in like 2 seconds, i can't quite work that one out. crazy


Link Copied to Clipboard