The default configuration generator doesn't create a mimetype-contenttype mapping between "audio/ogg" and "ogg". This causes taglib to fail at parsing metadata from ogg audio files (.ogg, .oga). This patch creates the appropriate mapping and lets taglib properly parse .ogg files when using the auto-generated configuration.
add ogg mapping support by default
Thanks, applied.