fix define for KMK_NUMBER_OF_SUPPORTED_PLAYERS to show only players, for which there...
[kmk.git] / TODO
blob418a6c7f104ec47e4e345aacb19d8a892f9e1672
1 very, very short version of the TODO list for KMK:
2 last updated 23.may.2007
4 <Normal prio>
5 - for the search tool - need to implement a better search engine
6  than the current dumb one - the new one should split
7  the searched phrase at the spaces, and search for ANY phrase,
8  all phrases (AND), and the exact (==) phrase, according to the
9  mode choosen and IN THE SPECIFIED fields ONLY - maybe use regexps...
10 - config save & restore via local for kmk subclass of QSettings:
11     window geometry, according to a setting in a settings dialog;
12     last catalog used;
13     file list columns size, order, sorting, etc.;
14     provide an option to automatically clean the folder "/tmp/kmk/",
15  used for writing of temporary .m3u playlist files, passed to the
16  external player;
17 </Normal prio>
18 <low prio>
19 - as music collection management tool, kmk needs the proper tools
20  to do filename-to-tag and tag-to-filename conversions;
21 </low prio>