iNove 1.4.6 does not list the Atom and RSS 0.92 feeds. In header.php, can you add:
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="<?php bloginfo('atom_url'); ?>" />
And that will rectify this problem.
Thanks!