x = GetSendToItems
 
if ubound(x) > 0 Then
 plpos = playlist.count + 1
 
 for each track in x
  track.enqueue
 next
 
 playlist.position = plpos
 play
End If
 
quit
 
examples/sendto/enqueue_and_play.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