Announcement

Collapse
No announcement yet.

Playcount update

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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!

  • #2
    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?
    I <3 siebe83 - THE forum king.
    DJ -> Makes panda horny...

    Comment

    Working...
    X
    😀
    🥰
    🤢
    😎
    😡
    👍
    👎