Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   Winamp Technical Support (http://forums.winamp.com/forumdisplay.php?f=11)
-   -   Playcount update (http://forums.winamp.com/showthread.php?t=288203)

twisted1 9th March 2008 11:15

Playcount update
 
Hello,

I am searching for a way to easily change playcount information in winamp. I was looking for a plugin and tried ActiveWinamp some script, but it did not work.

For some songs I want to be able to increase the playcount and for some I want to reset it to zero. Maybe you got some suggestions..

Thanks!

pandaking 31st August 2009 17:43

I'm also looking for this.

Funnily enough I also tried the ActiveWinamp and script route, but I don't think that plugin works any more.
The script I tried was:
code:
x = playlist.getselection()
dim s

if ubound(x,1) > 0 then
for each track in x
s = inputbox(track.title & vbcrlf & "Currently: " & cstr(track.playcount),cstr(track.playcount))
if s = "" then r = track.playcount else r = cint(s)
track.playcount = r
next
end if

quit



I also tried a plugin: ml_plcount.dll
from: http://forums.winamp.com/showthread.php?threadid=173682

Anyone got some tips?


All times are GMT. The time now is 23:17.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.