Well now that v0.3.0.0 is out, here’s what is in the pipeline:
- Improve Http server with a threadpool to throttle number of connections that can be handled in parallel. Without it, this is becoming a big problem since I only support HTTP 1.0 right now.
- Fix the crash I am seeing on my home machine which I believe is due to a corrupted version of .NET 2003 (How could this happen!!).
- Add Search support to MediaServer (possibly integrate sqlite and start building a small local database).
- Better support for MediaServer update/eventing.
- Make MediaServer visible/accessible to the XBox 360 (almost there already but I need the Search support otherwise it’s a hack).
If time permits:
- Add transcoding capabilities to MediaCrawler.
- Look into DLNA + UPnP v2 specs.