PDA

View Full Version : Can i do this with plugin?


Hagu
9th March 2004, 00:06
First, i was looking for a plugin to add something like preference to each songs in playlist, to play more favority music than normal normal music, but i coudn't find something like this.
Now i'm thinking to get winamp sdk to make a simple plugin like this, but first i want to know if i can do this with a plugin:
- modify Playlist adding new column.
- modify the way that winamp sort next song.
- save/load extra data in playlist file.
Is it possible?

Dongeun Lee
9th March 2004, 06:55
yup, maybe..

- modify Playlist adding new column

this is easy if u look into wa_ipc.h

first, u gotta have some knowledge about general plug-in.

Download gen plug-in SDK and play around with it.


- modify the way that winamp sort next song.
- save/load extra data in playlist file.

This would be possible if u use ini files or something like

that. Download SDK, there u can find an example.

Hagu
9th March 2004, 08:47
thank! i'll see the exemple.