'Reduces the playcount by 1 for every item selected in the playlist.
x = playlist.getselection()
 
if ubound(x,1) > 0 then
 for each track in x
  track.playcount = track.playcount - 1
 next
end if
quit
 
examples/playlist/reduce_play_count.txt · Last modified: 2006/11/06 15:44
 
Recent changes RSS feed Creative Commons License Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki
Music Plugins