Index: D:/eclipse/svn/Plugins/MusicMagic/Importer.pm =================================================================== --- D:/eclipse/svn/Plugins/MusicMagic/Importer.pm (revision 9569) +++ D:/eclipse/svn/Plugins/MusicMagic/Importer.pm (working copy) @@ -263,7 +263,7 @@ $attributes{'AUDIO'} = 1; $attributes{'SECS'} = $songInfo{'seconds'} if $songInfo{'seconds'}; - for my $key (qw(album artist genre name)) { + for my $key (qw(album artist genre name file)) { next if !$songInfo{$key};