# HG changeset patch # User Matti Hamalainen # Date 1103719261 0 # Node ID 84a7af3cb99b41021fe6b2cb79152da86fee18fb # Parent 2316e524d67bd66c0a2e2098e5de4ee860d2bde4 Updated TODO list. diff -r 2316e524d67b -r 84a7af3cb99b TODO --- a/TODO Wed Dec 22 09:07:03 2004 +0000 +++ b/TODO Wed Dec 22 12:41:01 2004 +0000 @@ -5,13 +5,16 @@ ----------------- beta14: - Check all thread locking issues +- Update documentation - Commit the oversampling filter code in - Subtune INFO selector does not have text when the fileinfo window is first opened, why? RC1: -- Update songpos-patch to latest XMMS release -- Fix remaining bugs +- Tabify filter configuration and add separate tabs + for SIDPlay1 and 2 filter configs (Also separate reset + buttons for each) +- Fix remaining bugs, if any. 0.8.0 FINAL: - Clean up and re-indent the code @@ -19,16 +22,23 @@ For XMMS-SID v0.9/1.0 --------------------- -- Editing facilities in song-info? +- Editing facilities in fileinfo dialog? + * song length + * SID header editing + * STIL editing is probably not sensible -- Possibly: Song "pre-rendering" support+position selector +- Convenience functionality? + * retrieve latest HVSC and song-length databases automatically? + * use 'curl' or 'wget' binary or use libcurl and implement + getting of those in plugin itself? + + +Crazy ideas: +- Song "pre-rendering" support+position selector work like it "should". Option for those who have the CPU power (or patience) and enough RAM to spare for the whole song. (probably not feasible, dunno.) -- What about "pre-rendering" of next playlist item during - playing of current one? (probably impossible) - For XMMS-SID2 -------------