modified by unknown_lamer. This is -*- text -*-
TODO:

GENERAL:
* realize when done playing (u_l: ??)
* pause (u_l: press play button while playing)
  - "real" pause (stop at that point in the song) using SIGSTOP to
  oggmpthree? Or, just have "fake" pause by stopping playback and then
  resuming at the same point when playback is resumed? hmmm...best way
  seems to use a config file entry for this
* get rid of directory limit
^-- u_l: eliminate directories, use playlists instead.
	 so eliminate the playlist limit
* u_l: add support for adding new formats and players to oggmpthree
  using a configuration file (use SCF like sgurlhandler)
* u_l: ID3 tag and vorbis comment reading
  - use libid3 and libvorbis OR
  - use a helper program (wrapper around id3info and ogginfo)
    - wrapper seems like a better idea except that id3info doesn't
      output data as nice key/value pairs like ogginfo

On Screen Display:
* Make offset, shadow offset, position, and color configurable

IN PROGRESS:
* u_l: XOSD support (make XOSD download available on my website)
  - XOSD uses threads...I think thread and signal handling are
  hurting each other

BEFORE RELEASE:
* u_l: Increase version in README and configure.in
* u_l: Autoconf 2.5 and Automake 1.6?

DONE:

* u_l: put location of my new site in main.c (show_help)
* u_l: replace sample.wmsndplay with a new one after I redo the config
  format
* use playlist
* u_l: make oggmpthree be auto-generated (use $GUILE to configure the
  location of guile)
* make back button work
* call mpg123 with -q flag
* write readme
* have play continue to next directory when done with current
* display filename
* scrolling
	- once first time
	- any time they click in the box (once)
* make buttons depress
* allow user to change directory
* repeat
* -v,--version
* -h, --help
* when not playing, clicking in title puts depressed stop button there
* get rid of song limit (do it dynamically)
* fix previous bug
* random






