mIRC Homepage
Posted By: AaronL splay seek end of file - 18/06/06 11:39 AM
hi all.
The player i'm writing just failes a skip possiblility.
I know it can be done with /splay -wmp skip, but then the player stops even in a loop or random.
Is it possible to put the position almost at the end so the random or loop will continue their job. The random looks at the mp3end

Thanxs in advange for reactions

greetz
Aaron
Posted By: landonsandor Re: splay seek end of file - 18/06/06 12:57 PM
if you want it to skip a file but continue with a random sequence, why not just play a new file with the random function you're using? Or did I miss your point? If so, forgive me smile
Posted By: AaronL Re: splay seek end of file - 18/06/06 03:30 PM
Hi landonsandor.

You're absolutely right.. i'm feeling dumb blush
i use this now
Code:
if ($did == 100) {
  splay -p skip
  if (%rand == 1) { /afterskip }
 }


Thanxs for refreshing my mind smirk

Greetz
Aaron
© mIRC Discussion Forums