Topic: EAC log to TOC/Disc ID script
Written script that reads EAC log files, calculates TOC in format used in musicbrainz and opens browser to look up release with this disc id or to add disc id to release:
Python script version: https://gist.github.com/765526
Web version: http://eac-log-lookup.blogspot.com/
(fully javascript, without server side, calculates all locally in browser)
Can be useful for contributing disc ids when you have log file but don't have original disc, or if you don't want to find and insert disc you already grabbed with EAC.
Also, there are many EAC logs on internets, oftenly direct on webpages without need to download anything.
Warning: python version does not support discs with data track. Also it may generate wrong output if disc was non-standard layout. Web version supports data tracks.
Of course, script only works on EAC logs with TOC listing, some logs don't have one.
P.S. Be careful when adding TOCs to releases, because there can be more than one release for album, you should select proper release from which EAC rip was generated. This release may even don't exist in musicbrainz database.