'Reduces the playcount by 1 for every item selected in the playlist.
x = playlist.getselection()ifubound(x,1) > 0thenfor each track in x
track.playcount = track.playcount - 1nextendif
quit
examples/playlist/reduce_play_count.txt · Last modified: 2006/11/06 15:44