Index: types.conf =================================================================== RCS file: /home/cvs/cvsroot/slim/server/types.conf,v retrieving revision 1.19 diff -u -p -B -r1.19 types.conf --- types.conf 26 Oct 2004 22:49:52 -0000 1.19 +++ types.conf 1 Dec 2004 07:44:28 -0000 @@ -9,12 +9,12 @@ #ID Suffix Mime Content-Type Server File Type# ######################################################################### aif aif,aiff audio/x-aiff audio app app,class application/x-java-applet - asx asx,wax video/asx,application/asx,application/vnd.ms-asf,video/x-ms-asf,audio/x-ms-wax,audio/x-ms-asf playlist css css text/css - cue cue audio/x-cue playlist dir - application/directory list flc flac,flc audio/x-flac audio -fec - audio/x-cue-flac playlist +fec - audio/x-cue-flac audiolist gif gif image/gif - htm htm,html text/html - Index: Slim/Music/Info.pm =================================================================== RCS file: /home/cvs/cvsroot/slim/server/Slim/Music/Info.pm,v retrieving revision 1.158 diff -u -p -B -r1.158 Info.pm --- Slim/Music/Info.pm 25 Nov 2004 04:02:42 -0000 1.158 +++ Slim/Music/Info.pm 1 Dec 2004 07:44:30 -0000 @@ -2790,7 +2795,7 @@ sub isSong { $type = contentType($fullpath) unless defined $type; - if ($type && $Slim::Music::Info::slimTypes{$type} && $Slim::Music::Info::slimTypes{$type} eq 'audio') { + if ($type && $Slim::Music::Info::slimTypes{$type} && $Slim::Music::Info::slimTypes{$type} =~ /audio/) { return $type; } }