mIRC Home    About    Download    Register    News    Help

Print Thread
#151496 18/06/06 11:39 AM
Joined: Jan 2004
Posts: 129
A
AaronL Offline OP
Vogon poet
OP Offline
Vogon poet
A
Joined: Jan 2004
Posts: 129
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


Deridio fatum
#151497 18/06/06 12:57 PM
Joined: Dec 2002
Posts: 1,541
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Dec 2002
Posts: 1,541
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


Those who fail history are doomed to repeat it
#151498 18/06/06 03:30 PM
Joined: Jan 2004
Posts: 129
A
AaronL Offline OP
Vogon poet
OP Offline
Vogon poet
A
Joined: Jan 2004
Posts: 129
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


Deridio fatum

Link Copied to Clipboard