From 13462789c51dabd8855363f7d7bf2609d4abdc5a Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Tue, 28 Apr 2009 19:21:48 -0800 Subject: [PATCH] add a couple tasks that have been completed... add a couple work items.. [git-p4: depot-paths = "//depot/": change = 1305] --- README | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README b/README index c229815..0e66ed8 100644 --- a/README +++ b/README @@ -71,6 +71,11 @@ Ideas for future improvements: of types for devices to only present the optimal type. Less of an issue now the PS3 video support has been expanded. Use deferredGenerator to eliminate doRecall. + Make the ShoutCast module only do one connection and farm it to all + requestors. How will we handle a blocked, non-reading client, + drop them? How do we detect them to prevent blocking other clients. + Add support to call Browse in a thread. Convert Browse to be a + deferredGenerator so we can v0.x: Ignore AppleDouble Resource Fork Files. (Maybe we should ignore all @@ -81,6 +86,10 @@ v0.x: override the media path and title of the server. Minor change to checkUpdate API, we didn't use the return value, so don't return one anymore. + Support .scst files which is a file containing a URL to a .pls file. + This means that you can support streaming radio stations that + provides a .pls file such as KCSM 91.1. + Fix ShoutCast error handling to be correct. v0.5: Support multiple SSDP servers on the same box.