mIRC Homepage
Posted By: very_confused looping splay - 19/06/03 09:28 PM
hi
does any 1 know how to loop the /splay command
Posted By: pheonix Re: looping splay - 19/06/03 09:33 PM
loop.......
random loop,
reverse loop,
normal loop,
repeat
explain what you want better........
Posted By: very_confused Re: looping splay - 19/06/03 09:35 PM
sorry
i mean to keep repeating the same track over and over
untill i decide to turn it off
Posted By: The_Game Re: looping splay - 19/06/03 09:36 PM
Yeah slap it on a timer...

Example:
Code:
 
testing {
  .splay start.wav | .timer1 0 2 .splay start.wav
}


This basically plays the "start.wav" on my mIRC every 2 seconds infinately by typing /testing ....(not to mention it annoys me....)

hope its something like what you wanted
Posted By: pheonix Re: looping splay - 19/06/03 09:37 PM
is it a dialog?
Posted By: very_confused Re: looping splay - 19/06/03 09:40 PM
no sorry
but kingtomato gave me a mp3 script and i want to be able to repeat a track that i select

heres the mp3 script kingtomato gave me
https://forums.mirc.com/showflat.php?Cat=...amp;amp;fpart=1
Posted By: pheonix Re: looping splay - 19/06/03 09:49 PM
put this in channel popup:
Continuous Play: .set %repeat $$?="enter song to repeat" $+ .mp3
Stop Continuous Play: .unset %repeat
Put This In Remote:
on *:MP3END:{
$iif(%repeat != $null,.splay %mp3dir $+ %repeat,/halt)
}
Posted By: very_confused Re: looping splay - 19/06/03 10:49 PM
that code doesnt work
i have
in channel popups
Code:
   .Continuous Play: .set %repeat $iif($insong, $nopath($insong.fname), Nothing at all!!! )
  .Stop Continuous Play: .unset %repeat 
 


in remotes in have
Code:
 on *:MP3END:{
  $iif(%repeat != $null,.splay %mp3dir $+ %repeat,/halt)
} 
 
Posted By: pheonix Re: looping splay - 20/06/03 08:47 AM
thats simple because its not what i gave you........
© mIRC Discussion Forums