comparison TODO @ 558:19c43bc20d1e

Updated TODO items.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 08 Mar 2007 23:01:00 +0000
parents 8cdf62b98617
children 7c3ffc8365f9
comparison
equal deleted inserted replaced
557:8cdf62b98617 558:19c43bc20d1e
11 - Fix remaining bugs, if any. 11 - Fix remaining bugs, if any.
12 - Check documentation (README, FAQ) 12 - Check documentation (README, FAQ)
13 13
14 For v0.8.x 14 For v0.8.x
15 ---------- 15 ----------
16 - Separate filter configs for 6581/8580
16 - libSIDPlay2 new COM API support. 17 - libSIDPlay2 new COM API support.
17 - More translations. 18 - More translations.
18 - Fileinfo "follows play" -option. If enabled, information 19 - Fileinfo "follows play" -option. If enabled, information
19 in fileinfo window is set / updated whenever tune/sub-tune 20 in fileinfo window is set / updated whenever tune/sub-tune
20 changes. 21 changes.
21 22
22 For v0.9/1.0 23 For v0.9/1.0
23 ------------ 24 ------------
24 - libSIDPlay2/HardSID (and other HW backends) support. 25 - libSIDPlay2/HardSID (and other HW backends) support.
25
26 - reSID sampling and other parameters configuration. 26 - reSID sampling and other parameters configuration.
27 (Requires changes in libSIDPlay2 API) 27 (Requires changes in libSIDPlay2 API)
28 28
29 - Editing facilities in fileinfo dialog? 29 - Editing facilities in fileinfo dialog?
30 * song length 30 * song length
31 * SID header editing 31 * SID header editing
32 * STIL editing is probably not sensible 32 * STIL editing is probably not sensible
33
34 - XSIDB, see xsidb.txt
35
36 XMMS-SID could check XSIDB first and then fall back to
37 STILdb and songlength db, maybe adding information to
38 XSIDB if something is found.
39
40 1) read STILdb
41 2) read SLDB, combining data
42 3) save as XSIDB
43
44 Possibly it would be good to check the MD5sum always
45 and if no match, ignore the LENGTH information?
46
47 Problems:
48 - preserving field formatting (COMMENT fields especially)
49 from STIL ... is it worth it?