rid of a lot of cut and paste...
add a new module that uses XML to create a custom object... One
example is to support a simple mp3 streaming website:
<?xml version="1.0"?>
<Object>
<mimetype>audio/mpeg</mimetype>
<res>
<url>http://streaming.uoregon.edu:8000/</url>
</res>
</Object>
Should be expanded to support more, but this is a good first
cut...
[git-p4: depot-paths = "//depot/": change = 1345]
can take a long while, bad in that we loose some of the async
requirements...
as things are in a thread, do requests web synchronously, we no longer
have to raise a Defered.. I'm not happy, but it'll take work to
properly be a mix between the two..
[git-p4: depot-paths = "//depot/": change = 1308]
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]
import necessary modules... call doUpdate w/ no args... fix spelling
of some vars...
order shows by the same order returned, not by title...
properly index urlparse so that we get the schema, not the tuple
which is always true.. this makes calculating the resource correct..
Things should now work!
[git-p4: depot-paths = "//depot/": change = 1114]