Nullsoft Database Engine
From Winamp Developer Wiki
Current revision (03:28, 30 November 2010) (view source) m (Reverted edits by Iseficibuw (Talk) to last version by Culix) |
|||
| Line 1: | Line 1: | ||
| - | + | The Nullsoft Database Engine powers the local media library, history, and the CD metadata database. It is relative simple and has a small query language. Most winamp data can be found in the file 'main.dat', which on Windows machines is usually stored in a location like "C:\Documents and Settings\<nowiki><username></nowiki>\Application Data\Winamp\Plugins\ml\" (citation needed). | |
| - | The Nullsoft Database Engine powers the local media library, history, and the CD metadata database. It is relative simple and has a small query language. Most winamp data can be found in the file 'main.dat', which on Windows machines is usually stored in a location like | + | |
For more information describing the Nullsoft Database Engine format, see [http://code.google.com/p/ndephp/wiki/NDEFormat here]. | For more information describing the Nullsoft Database Engine format, see [http://code.google.com/p/ndephp/wiki/NDEFormat here]. | ||
Current revision
The Nullsoft Database Engine powers the local media library, history, and the CD metadata database. It is relative simple and has a small query language. Most winamp data can be found in the file 'main.dat', which on Windows machines is usually stored in a location like "C:\Documents and Settings\<username>\Application Data\Winamp\Plugins\ml\" (citation needed).
For more information describing the Nullsoft Database Engine format, see here.
External Links
- NDEPHP - an open source project that can read the database using PHP.


