Index: /Users/mh/Documents/workspace/Teststoff/Slim/Plugin/MusicMagic/Importer.pm =================================================================== --- /Users/mh/Documents/workspace/Teststoff/Slim/Plugin/MusicMagic/Importer.pm (revision 16000) +++ /Users/mh/Documents/workspace/Teststoff/Slim/Plugin/MusicMagic/Importer.pm (working copy) @@ -286,7 +286,7 @@ # This breaks Linux however, so only do it on Windows & OS X my @keys = qw(album artist genre name); - if ($OS eq 'mac' || $OS eq 'win') { + if ($OS eq 'win') { push @keys, 'file'; } @@ -312,12 +312,10 @@ $attributes{'MUSICMAGIC_MIXABLE'} = 1; } - $log->debug("Exporting song: $songInfo{'file'}"); - # Both Linux & Windows need conversion to the current charset. - if ($OS ne 'mac') { - $songInfo{'file'} = Slim::Utils::Unicode::utf8encode_locale($songInfo{'file'}); - } + $songInfo{'file'} = Slim::Utils::Unicode::utf8encode_locale($songInfo{'file'}); + + $log->debug("Exporting song: $songInfo{'file'}"); my $fileurl = Slim::Utils::Misc::fileURLFromPath($songInfo{'file'});