Browse Source

comment on requiring swig to build...

comment about ECONNABORTED patch..

[git-p4: depot-paths = "//depot/": change = 891]
v0.3
John-Mark Gurney 18 years ago
parent
commit
0732637c5b
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      README

+ 4
- 1
README View File

@@ -35,6 +35,9 @@ Good Luck!
John-Mark Gurney <gurney_j@resnet.uoregon.edu> John-Mark Gurney <gurney_j@resnet.uoregon.edu>


Ideas for future improvements: Ideas for future improvements:
I have received a few ECONNABORTED errors at times. The patch
twisted.internet.tcp.py.patch catches this error, and handles
it properly.
Add res to the DVDTitle container to play the title, and for other Add res to the DVDTitle container to play the title, and for other
containers that it makes sense for. containers that it makes sense for.
Make the directory persistant so that the server's UUID does not Make the directory persistant so that the server's UUID does not
@@ -60,7 +63,7 @@ v0.3:
Look inside DVDs and handle titles and chapters. We can not yet Look inside DVDs and handle titles and chapters. We can not yet
play the streams. This requires pydvdread which is included play the streams. This requires pydvdread which is included
in the directory pydvdread. It depends upon libdvdread and in the directory pydvdread. It depends upon libdvdread and
requires a C compiler to build.
requires swig and a C compiler to build.
Empty dirs w/ no content would disappear, and cause a short Empty dirs w/ no content would disappear, and cause a short
response to BrowseDirectChildren. The DSM-520 askes for one response to BrowseDirectChildren. The DSM-520 askes for one
more than displayed, and uses the existant of the extra item more than displayed, and uses the existant of the extra item


Loading…
Cancel
Save