Difference between revisions of "Nullsoft Database Engine"
From Winamp Developer Wiki
m (Protected "Nullsoft Database Engine" [edit=autoconfirmed:move=autoconfirmed]) |
m (Reverted edits by Iseficibuw (Talk) to last version by Culix) |
||
| (3 intermediate revisions by 2 users not shown) | |||
| 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. | + | 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). |
| + | |||
| + | For more information describing the Nullsoft Database Engine format, see [http://code.google.com/p/ndephp/wiki/NDEFormat here]. | ||
| + | |||
| + | ==External Links== | ||
| + | * [http://code.google.com/p/ndephp/ NDEPHP] - an open source project that can read the database using PHP. | ||
| + | |||
| + | {{stub}} | ||
| + | |||
| + | [[Category:Articles]] | ||
Latest revision as of 03:28, 30 November 2010
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.