hi,
i’ve been also having the empty “itunes:duration” tag problem, and at some point it reached 3500 in number… if it’s too many for some of you to delete manually, here’s the MySQL command to delete them all:
DELETE from wp_postmeta where meta_key = 'itunes:duration';
it could be used from within the command line mysql or within phpMyAdmin.
beside this quick fix, i was wondering if there is any way to “disable” only the “duration” tag from getid3 thingy…