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]
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]
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]