Winamp playback log plugin (or option)

0

I need some kind logging plugin that will enable me to collect what was actually played out through winamp.

Any ideas?

Daniel Mošmondor

Posted 2009-12-17T10:06:43.023

Reputation: 484

Answers

0

I created one myself. If interested get it here:

http://www.streamsink.com/uploads/WinampPlaybackLogger_v1_0.exe

Daniel Mošmondor

Posted 2009-12-17T10:06:43.023

Reputation: 484

1

At first glance the Winamp OrglerTM plugin seems to do what you want. From the download page:

Winamp OrglerTM lets you track, chart and share your Winamp listening history

However, from the plugin page itself:

Each time you listen to a song in your library (not including internet radio), the plug-in sends related metadata associated with that file to Winamp to store in your music profile.

Which means you don't have direct access to the data.

ChrisF

Posted 2009-12-17T10:06:43.023

Reputation: 39 650

Yes, thanks, but I need RAW log data so I can analyze it through my application. – Daniel Mošmondor – 2009-12-17T10:40:44.063

@Daniel - I know it doesn't help your immediate problem, but MediaMonkey (http://www.mediamonkey.com) stores the last played date and number of plays per track in it's Access database it uses to store the music library. Does Winamp have a similarly accessible database?

– ChrisF – 2009-12-17T12:14:14.340

1

You can try Winamp track title monitor. On download page there's compiled plugin and also Visual Studio source.

It writes a currently played track into a plain text file. It will always overwrite it so there's just the last track played. If you want to append the track to previously played songs you will have to modify the source. You can compile it using Visual Studio Express 2008.

T. Kaltnekar

Posted 2009-12-17T10:06:43.023

Reputation: 7 636

From the source, I see that there could be problems with the plugin. For one, it polls the winamp for current song. I guess that there must be a way for a plugin to get a message for song start and one for song end. – Daniel Mošmondor – 2009-12-17T13:24:46.830

Found this when I was searching for a way to save a play list form internet radio. Only changed it a bit so it appends new text when song changes instead of rewriting. I've been running it for some months now without any problems actually. – T. Kaltnekar – 2009-12-17T14:22:54.940