Old 9th March 2008, 11:15   #1
twisted1
Junior Member
 
Join Date: Mar 2008
Posts: 1
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!
twisted1 is offline   Reply With Quote
Old 31st August 2009, 17:43   #2
pandaking
Junior Member
 
Join Date: Feb 2006
Location: Brighton, UK
Posts: 33
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...
pandaking is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Winamp > Winamp Technical Support

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump