Version 0.3 * Fixed a bug when adding an entire directory with %2A instead of * * Added a debug command to get server state, currently only playstatus is reported, will add more as needed. * Changed the way the stop command works to eliminate a bug. * Check to make sure a file exists before we add it to the playlist. * We no longer start playing music as soon as the playlist has entries. Instead, we wait for a play command to be issued. * Added config file support. Defaults to /etc/pymusicd.conf or ./pymusicd.conf * Added a setup.py and setup.cfg file. Now users can install PyMusicD using the standard "python setup.py install" method that other scripts and modules use. Version 0.2 * Document and define the difference between mpg123/mpg321 crashing and quitting. * Add documentation for --help * Do checking on --host to make sure we recieve a legal IP. * Sort the filelist before sending it to the client. * Include a working client now. Version 0.1 * Initial release