MusicPlayerDaemonVersion13Todo
From Music Player Daemon Community Wiki
- Dynamic Input and Output Plugins
- Create *Clean* plugin API's
- Optimize 'list', 'search', and 'find'
- Store "iterators" to tagTracker tree nodes in the directory/db.
- Allows for quick deletion
- Add a boolean/flag/mask for if the tagTracker item was already searched
- Possibly store a list of song pointers for each tagTracker item?
- Store "iterators" to tagTracker tree nodes in the directory/db.
- Dynamic Metadata
- Entries
- Times Played
- Time Added/Created
- Possibly some rating that can be changed by the user
- DB Implementation
- Dump changes once a minute
- Store file offset for each db entry for efficiently changing entries
- Probably need fixed width dynamic db file entries (how big?)
- Entries
- Improved Resampling
- use libsamplerate when available
- write an improved (linear/quadratic/something better) resampler
