add support for duration to the PYVR module....
add some more debug about trapping the 500 error, and how to
recover from it properly...
[git-p4: depot-paths = "//depot/": change = 1149]
Container, this prevents the root Container from being rescanned
all the time... Also make the root Container be able to grow
beyond 2^32...
[git-p4: depot-paths = "//depot/": change = 1127]
doUpdate.. This is really what was ment...
in FSDir, call Container too, this was recursively calling itself
which managed to end after (n^n) rounds I think after all files
had been added... oops!
This should make large dirs load faster... still need to teach
it to keep the info between runs...
[git-p4: depot-paths = "//depot/": change = 1125]
two empty containers would compare equal causing the removal of
the first one if a later one was really removed... The problems
of inheriting from list.. :(
It was previously masked because I would expand everything by
default and now that I don't, more items are empty exposing the
bug...
[git-p4: depot-paths = "//depot/": change = 884]
add code to dynamicly transcode to mpeg2 or xvid via additional
res elements..
document this and other new features in the README...
[git-p4: depot-paths = "//depot/": change = 837]
in weakref's...
make looking into zip files work! we don't support subdirs yet, but
I am able to play an avi and mp3 files at the root...
import the ZipStorage module into pymediaserv, we'll probably want
a modules dir, and a config file on what ones to import..
[git-p4: depot-paths = "//depot/": change = 809]
so that data can be accessed.. This will give the ability for custom
objects to add their data instead of depending upon the FS...
the url may need to be set after object creation, instead of having
it in Object, as we don't generate the name, the cd does... slight
layering violation, but it works..
[git-p4: depot-paths = "//depot/": change = 801]
self if it isn't there... This lets us update all children before
sending them down the pipe...
set the size properly...
make FSDirectory have proper order for inheritance, so the Item
checkUpdate doesn't get called instead of the FSObject's
[git-p4: depot-paths = "//depot/": change = 767]
make Containers contain their own list of children...
add the containing ContentDirectory to the Items so that they can
add children to themselves...
[git-p4: depot-paths = "//depot/": change = 762]