From f2e4485467c37bbecf0ed3f45e382176f0c449f5 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Tue, 5 Sep 2006 23:54:13 -0800 Subject: [PATCH] update w/ latest fixes.. [git-p4: depot-paths = "//depot/": change = 886] --- README | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README b/README index c9b7d08..0d5648e 100644 --- a/README +++ b/README @@ -27,14 +27,16 @@ John-Mark Gurney Ideas for future improvements: Add res to the DVDTitle container to play the title, and for other containers that it makes sense for. - Make the directory persistant so that the server's UUID can not - change each run and we don't have to recreate the objects. + Make the directory persistant so that the server's UUID does not + change each run and we don't have to recreate the objects. This + will mean we can add additional meta data. 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. Autodetect IP address. Support sorting by other attributes. + Finish support for playing DVD stream. v0.x: Look inside MPEG-TS for TVCT and/or PAT and if there is more @@ -42,7 +44,8 @@ v0.x: programs. Add support for multiple res elements and automatic transcoding to either avi/xvid or mpeg2 using ffmpeg. - Look inside DVDs and handle titles and chapters. + Look inside DVDs and handle titles and chapters. We can not yet + play the streams. Empty dirs w/ no content would disappear, and cause a short response to BrowseDirectChildren. The DSM-520 askes for one more than displayed, and uses the existant of the extra item @@ -54,6 +57,10 @@ v0.x: installed in the web server. Don't send 'foobar' when exiting, stops a traceback on another instance of PyMedS. + Properly fix deleting items. If you had another item with zero + children which was before the deleted item, it would get removed + from the list instead of the deleted item. + v0.2: No longer require restarting to see new files/dirs in hierarchy. Add FSStorage which is a set of classes for handling filesystem