comparison TODO @ 309:42497aa44a35

Updated TODO
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 27 Dec 2004 22:41:05 +0000
parents 84a7af3cb99b
children a4865624208f
comparison
equal deleted inserted replaced
308:ae5795ba5c77 309:42497aa44a35
2 ============================================================== 2 ==============================================================
3 3
4 For XMMS-SID v0.8 4 For XMMS-SID v0.8
5 ----------------- 5 -----------------
6 beta14: 6 beta14:
7 - Check all thread locking issues
8 - Update documentation 7 - Update documentation
9 - Commit the oversampling filter code in
10 - Subtune INFO selector does not have text when the 8 - Subtune INFO selector does not have text when the
11 fileinfo window is first opened, why? 9 fileinfo window is first opened, why?
12 10
13 RC1: 11 RC1:
14 - Tabify filter configuration and add separate tabs 12 - Tabify filter configuration and add separate tabs
25 - Editing facilities in fileinfo dialog? 23 - Editing facilities in fileinfo dialog?
26 * song length 24 * song length
27 * SID header editing 25 * SID header editing
28 * STIL editing is probably not sensible 26 * STIL editing is probably not sensible
29 27
28 - XSIDB, XMMS-SID Song Information Database:
29 A combination of STIL and songlength databases, with
30 MD5 checksums (as in songlength database).
31
32 XMMS-SID could check XSIDB first and then fall back to
33 STILdb and songlength db, maybe adding information to
34 XSIDB if something is found.
35
30 - Convenience functionality? 36 - Convenience functionality?
31 * retrieve latest HVSC and song-length databases automatically? 37 * retrieve latest HVSC and song-length databases automatically?
32 * use 'curl' or 'wget' binary or use libcurl and implement 38 * use 'curl' or 'wget' binary or use libcurl and implement
33 getting of those in plugin itself? 39 getting of those in plugin itself?
34 40