Not much here yet, but check out the SourceForge site.
Also, if you're a developer and would like to help out, please feel free to contact me HERE.
Software/Libraries used in SQLshout:
- libmysqlclient (>=12)
- libshout (>=2.0)
- libmp3lame (>=3.93.1)
- libmad (>=0.14.2)
- libpthread
- libm
- id3lib (>gt;=3.8)
To compile the program, use the standard:
./configure
make
make install (as root)
To Do
1.2 (RELEASED)
- Add code to reencoder to include ID3 tags for ShoutCast servers (DONE)
- Add code to only keep X number of songs in the recent list to speed up database queries (DONE)
- Fix daemon mode so that the application is disowned by the controlling terminal (DONE)
1.5 (RELEASED)
- Modify program to run threaded for less likelihood of gaps between songs (DONE)
- Add logging facility (DONE)
1.6
- Add ability to play a station ID every X songs
- Add network socket listener to allow for track skip(DONE)
1.7
- Create an option to allow songs to be seamlessly crossfaded
2.0
|