PDA

View Full Version : Reading Winamp library database


MrDan
17th February 2009, 00:20
Hello,

I am just wondering if it possible to read the Winamp database file stored in '%appdata%\Winamp' in C# .Net? I have tried searching around, but returned null results.

Cheers for any help...

Dan

DrO
17th February 2009, 12:24
i don't know about doing it via c# but the c/c++ source code for the nde database is available in recent winamp sdk's though there have been some changes to it which i don't think have been reflected in the current sdk.

-daz

Daniel15
18th February 2009, 02:26
Some C++ code is available in this topic: http://forums.winamp.com/showthread.php?postid=2166954

I don't understand C++ so have no clue how to use this code. Is there a file format specification somewhere? I'd like to use this in C# and/or PHP

Edit: Started writing this in PHP. I've managed to read the index file and get all the offsets, haven't written the code for the actual data yet. :up: