view TODO @ 515:449d4eaa5081

Updated
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 30 Jan 2007 10:01:04 +0000
parents 34d48e513419
children 9f6227cbbb2a
line wrap: on
line source

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

For XMMS-SID v0.8
-----------------
beta18
------
- Change xs_sidplay1.cc to load tunes into object instead of creating
  new one each time.
- Use xs_f*() file functions in xs_sidplay[12].cc for loading tunes.
- 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?
- Tabify filter configuration and add separate tabs
  for SIDPlay1 and 2 filter configs (Also separate reset
  buttons for each)
- Fileinfo "follows play" -option. If enabled, information
  in fileinfo window is set / updated whenever tune/sub-tune
  changes.


final
-----
- Fix remaining bugs, if any.
- Check documentation (README, FAQ)


For XMMS-SID v0.9/1.0
---------------------
- 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?


For XMMS-SID2
-------------
Port/rewrite to XMMS2.