From edd8612beb14394c886ed18514c8f0d1bc77e3fd Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Sun, 28 Dec 2008 23:18:52 -0800 Subject: [PATCH] readd SOAPpy as a requirement since it is required by twisted... add note about real program... add comment about doing work in a thread... [git-p4: depot-paths = "//depot/": change = 1272] --- README | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README b/README index 470a4ca..3fe7129 100644 --- a/README +++ b/README @@ -27,6 +27,8 @@ The following packages are required to run the media server: * Twisted (only core and web necessary, tested w/ 2.1.0 and Web 0.5.0) * ElementTree + * SOAPpy available from Python Web Services + * fpconst (required by SOAPpy) Optional software packages: * rarfile - http://grue.l-t.ee/~marko/src/rarfile/ @@ -62,7 +64,8 @@ Ideas for future improvements: Figure out how to rearchitect ContentDirectoryControl so I don't need to use doRecall. This may be helped by not necessarily figuring out all the children of a member just to fetch it. - childCount isn't a required attribute. + childCount isn't a required attribute. Possibly doing the work + in a thread would be a good solution. Autodetect IP address. Support sorting by other attributes. Finish support for playing DVD's. @@ -74,6 +77,10 @@ Ideas for future improvements: v0.x: Ignore AppleDouble Resource Fork Files. (Maybe we should ignore all dot files.) + Readded SOAPpy requirement as it is necessary for twisted. + Made it a bit closer to a real twisted proejct, in the process, + pymediaserv looks more like a normal program. It allows you to + override the media path and title of the server. v0.5: Support multiple SSDP servers on the same box.