http://www.excentral.org/tarballs/pyshout/python-shoutcast/
doesn't appear to work anymore.. I'm pretty sure there was
a format change and this hasn't caught up yet... I can always
pull it back..
[git-p4: depot-paths = "//depot/": change = 1740]
rename toc to cdtoc so that we don't send it as part of the
entry..
add year and genre too...
there are two ways to get the title, one seems to work some of
the time, the second one I need to find the disc that it doesn't
work.. leave it commented out for now..
[git-p4: depot-paths = "//depot/": change = 1669]
find it in the current dir if there is no path for this module...
add support for reading out pictures, and use a more sane mapping
for the names...
[git-p4: depot-paths = "//depot/": change = 1667]
optional items are available at the Object level now... so we can
make these a lot more generic... not so much specific code anymore..
(though some clients, such as MediaControler, will only use these
elements if ContentDirectory v1 listed them, such as
originalTrackNumber on a MusicTrack)...
add cdrtoc.py that parses toc files that include title and other
information..
add an attribute to flac that has the tags... This makes it
more generic...
use the new toc parser and the tags element to set the title on
tracks...
also set the original track number..
[git-p4: depot-paths = "//depot/": change = 1577]
get a larger block... if we don't the PS3 has trouble buffering..
probably too much python overhead handling the small block size..
[git-p4: depot-paths = "//depot/": change = 1576]
what to do with them... with this change rtsp objects are now
exported... we had to add a rtpmimetype element so we would know
which base class to create..
[git-p4: depot-paths = "//depot/": change = 1575]
place namespace games...
add the pure python version of the interleaver in case the user
hasn't compiled the C version.. only make it a warning as it
is only a performance improvement..
[git-p4: depot-paths = "//depot/": change = 1431]
only do one block when we are called...
flac.py:
add the support for returning the results of one block or up to
n samples... This should help prevent some of the coping that
goes w/ combining strings, though it may increase call overhead..
add usage...
[git-p4: depot-paths = "//depot/": change = 1424]
disable a bunch of debugging print's...
document why we need to keep a pauseProducing, bug in twisted...
[git-p4: depot-paths = "//depot/": change = 1423]