Created attachment 57 [details] Patch to fix release year bug in abcde-musicbrainz-tool In abcde-musicbrainz-tool, $rel_year is never set because the existing code expects ($release->release_event_list() to be an array, when really the event array is in $release->release_event_list()->events(). The included patch fixes this.
I *think* we've just fixed this in a slightly different way with the patch in Bug 57. *** This bug has been marked as a duplicate of bug 57 ***
(In reply to Steve McIntyre from comment #1) > I *think* we've just fixed this in a slightly different way with the patch > in Bug 57. > > *** This bug has been marked as a duplicate of bug 57 *** For what it's worth, the patch in Bug 57 still failed for me at the time I made my patch. It fails in cases where the event list object is present, but contains a list with a length of zero.