XMMS SingIt TODO (wishes) list:

	**** test, test, test, debug, debug, debug ....

	* Implement a working color support
	  (it trashed a lot of my time - and still doesn't work :-(
	  (uncomment the widgets - singit_config.c [singit_config_show])
	Developer: None

	* How to set the focus of the editor when inserting (ins-key) a tag
	  (move to the next row automatically)
	  (I don't want to implement my own list-widget :-(
	Developer: None

	* Tooltip of the displayer status bar isn't shown - why ????
	  It should display the whole filename. (singit_main.c)
	Developer: None

	* Positioning of windows (in wmaker) doesn't work - I don't know why ?:-(
	Developer: None

	* An (easy) way to determinate, if a file is text or binary
	  (see dev/charset.* - these files are from less.
	   "Less"s' way is complicate :-(
	Developer: None

	* Create some new pixmaps for the editor buttons
	Developer: None

Idea:

There is a (invisible - no gtk_show_widget()) config entry which displays "%1".
The target is a string which descripes the construction of the a filename from id3-information.
Something like "%4_-_%2_-_%3" where
	%1 = filename
	%2 = artist
	%3 = title
	%4 = album
The implemention would result in the usage of a lib, which can support the pluin with this
information, because xmms cannot deliver them.
This would change the "independence" of the plugin, so I'm not sure, if I should
implement it (maybe useing id3lib).
