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