RELEASE NOTES:

[2012.04.10]
	1.0.79
	*	Fixed a bug: An .mp3 file with no TRACK value failed to read metadata
		from the file contents, and always used the filename.

[end of 2012.04.10]


[2012.01.05]
	1.0.77
	*	added M3U to files that can be parsed for metadata
		metadata is gathered and merged from each referenced file

[end of 2012.01.05]


[2011.08.04]
	0.7.76
	*	added flvlib 0.1.12 for parsing metadata from F4B audio book files.
		coincidentally gets F4A audio (not book) and F4V video files as well.
	**	NOTE: the FLV files I have access to do NOT have much metadata in them.
		*	no author, title, cover_art, publisher, ...
		*	only metadatadate which I use as pubdate

	*	fixed bug in aaWrapper that failed to remove aa tags not needed in metadata

[end of 2011.08.04]

[2011.08.01]
	0.6.75
	*	minor file restructuring
		common.py has all global symbols that are shared.
		__init__.py reduced, guts moved to reader.py
		calibre -e reader.py book.file
			to parse and display metadata for that book file.
		calibre -e __int__.py book.file
			to parse and display metadata for that book file.

[end of 2011.08.02]

[2011.08.01]
	Released version 0.6.74 to the MobileRead forums.
		http://www.mobileread.com/forums/showthread.php?p=1667632

	*	added pyaudiotags for .aa and .aax files
		http://code.google.com/p/pyaudibletags/

	*	restructured code to
		*	allow tests with "calibre -e __init__.py"
		*	consolidate common code into a base class
		*	canonicalize metadata collected names to
			make it easier to map to Metadata fields.

	*	fixed M4B 'mvhd' issue
		*	enhanced mp4file class to help me learn more
			about the MPEG-4 part 14 file structure.
	*	able to get cover art out of .mp3, if it is available
	*	added more file extensions that appear to be just like
		.MP4 (which is to say MPEG-4 Part 14)
		NOTE: '.flv', '.3gp', '.3g2', '.qt' should work
			but are untested at this time.

[end of 2011.08.01]

[2011.07.24]
	Released version 0.6.62 to the MobileRead forums.
		http://www.mobileread.com/forums/showthread.php?p=1667632

	*	added mp4File package for .m4b and .m4a files.
		https://github.com/billnapier/mp4file
		*	extensive massaging to add more kinds of atoms.
		*	mvhd not being parsed properly
			the custom class for it is being ignored
			and the generic Atom class is being used.
			so none of the 'attributes' are available.
	*	more modularized, now that I have two file formats
	*	able to get cover art out of .m4b
	*	calibre still rejecting 'pubdate', even though I set it

[end of 2011.07.24]

2011.07.22:
	Released version 0.5.1 to the MobileRead forums.
		http://www.mobileread.com/forums/showthread.php?p=1667632

	*	Changed internal "name" to "Read MP3 audiobook metadata"
		for more precise uniqueness, and conforming to standards.

[end of 2011.07.22]

2011.07.19:
	Released version 0.5.0 to the MobileRead forums.
		http://www.mobileread.com/forums/showthread.php?p=1667632

	KNOWN ISSUES:
	*	mi.pubdate setting is ignored by calibre, possible format issue
	*	mi.title_sort setting is ignored by calibre, possible format issue
	*	ID3 image not found (even when present)
		The eyeD3 library only looks at TOP level tags.
		I suspect it is in a deeper tag.
		So this will have to wait until I get full parsing implemented.
	*	doesn't parse tags in .M4B or .M4A file
		These use much more nested tags than simple .MP3 does.
		So this will have to wait until I get full parsing implemented.
	*	If you attempt to download corrected metadata, it tries for
		the chapter title, instead of the book title (series).

[end of 2011.07.19]

-------------------------------------------------------------------------------

@philosohper
	2011.01.04	http://www.mobileread.com/forums/showthread.php?t=114597
	audio books in calibre
	I would love it if I could use calibre to also catalog my audio books.
	...


@avantman42
	2011.01.29	http://www.mobileread.com/forums/showthread.php?t=118781
	...
	I've got a couple of MP3 audio books which I'd also like to add.
	...