To list the mp3s, use:

Code:
.echo -q $findfile(%mp3dir,*.mp3,0,write gxfiles\mp3list.txt $fn($1-))


Then to play them:

Code:
splay $sfn($read(gxfiles\mp3list.txt,nt,$did(playlist,1).sel))

Last edited by tidy_trax; 10/10/04 06:40 PM.