List all tracks ..., ... in a mIRC dialog |
List all tracks ..., ... in a mIRC dialog |
Ayon |
Apr 26 2009, 02:54 AM
Post
#1
|
Newbie Group: Members Posts: 7 Joined: 24-April 09 Member No.: 726 |
Well basicly what i'm working on is a minor media control center in mirc. using a dialog
i know the $dll(ac,meval,formatsong "1:%name") could work.. but a 10k+ loop will kill mirc so i wondered if it was possible to read directly from AMIP's index list or something? and if not, if that maybe could be feature in a coming version? something like $dll(ac,meval,loadlist) or something |
Serge |
Apr 26 2009, 06:46 AM
Post
#2
|
AMIP Developer Group: Root Admin Posts: 935 Joined: 12-March 06 Member No.: 1 |
With DDE/SOCKET API it's possible to use getlist and set the status output to your custom command/alias which will accept all the output from AMIP and parse it.
It will still be slow with 10k playlists, I'm afraid there is no better way at the moment. |
Ayon |
Apr 26 2009, 11:52 AM
Post
#3
|
Newbie Group: Members Posts: 7 Joined: 24-April 09 Member No.: 726 |
Ahh ok .. well.. it's worth a try.. see how slow it is
Thanks again for quick reply EDIT: 2285 tracks in aprox 4 sec on a crappy laptop with 1.6GHz cpu... i think that's not to bad |