Author: AnodA

' This is a two-state Play/Stop-script
' that can also be assigned to a hotkey.
'
' It is pretty simple but i use this very
' often with DrO's Next-On-Stop Plugin.
'
 
if (PlayState = 1)  then
    StopPlayback
    
    'Alternatively to the Next-On-Stop Plugin
    'you can do a simple Skip here:
 
    'Skip 
 
else
    Play
 
end if
 
quit
 
examples/playlist/two-state_playnstop.txt · Last modified: 2006/11/06 15:45
 
Recent changes RSS feed Creative Commons License Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki
Music Plugins