view TODO @ 557:8cdf62b98617

Updated TODO
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 01 Mar 2007 12:16:05 +0000
parents 9f6227cbbb2a
children 19c43bc20d1e
line wrap: on
line source

XMMS-SID - SIDPlay input plugin for X MultiMedia System (XMMS)
==============================================================

For v0.8.0
----------
- xs_curve / sidplay2 filter configuration
- "Pause" does not disable sub-tune controls and XMMS gets confused
  if sub-tune is changed during paused state.
- Subtune INFO selector does not have text when the
  fileinfo window is first opened, why?
- Fix remaining bugs, if any.
- Check documentation (README, FAQ)

For v0.8.x
----------
- libSIDPlay2 new COM API support.
- More translations.
- Fileinfo "follows play" -option. If enabled, information
  in fileinfo window is set / updated whenever tune/sub-tune
  changes.

For v0.9/1.0
------------
- libSIDPlay2/HardSID (and other HW backends) support.

- reSID sampling and other parameters configuration.
  (Requires changes in libSIDPlay2 API)

- Editing facilities in fileinfo dialog?
  * song length
  * SID header editing
  * STIL editing is probably not sensible

- XSIDB, see xsidb.txt

  XMMS-SID could check XSIDB first and then fall back to
  STILdb and songlength db, maybe adding information to
  XSIDB if something is found.

  1) read STILdb
  2) read SLDB, combining data
  3) save as XSIDB

  Possibly it would be good to check the MD5sum always
  and if no match, ignore the LENGTH information?

  Problems:
  - preserving field formatting (COMMENT fields especially)
    from STIL ... is it worth it?