PDA

View Full Version : Remove entry from playlist?


ibsteveog
29th May 2002, 06:15
I'm writing a general winamp plugin and I want to remove an entry from the playlist using one of either it's index or filename. The only way I see to do this is to use a SendMessage to write the playlist to disk, then I modify the playlist and tell winamp to load it back up. Is there anything more elegant that this?

Thanks,
Stephen

Gourou
29th May 2002, 12:50
http://forums.winamp.com/showthread.php?s=&threadid=84756

one of the api's says deleteindex, check it out

ibsteveog
30th May 2002, 00:36
Ah! unpublished API calls that do just what I need! Thanks a bunch for letting me know.

Stephen
*Another satisfied user*

Gourou
30th May 2002, 00:58
:)