Dan Sully wrote:

Could you add:

print Data::Dumper::Dumper($tags);

between:

my $tags = MP3::Info::get_mp3tag($file, 2) || {};

and the next line (202).

Then run: perl slimserver.pl in your server root dir.

Here's the output just before the crash:

$VAR1 = {
          'YEAR' => '1951',
          'ARTIST' => 'Bill Haley and His Saddlemen',
          'PIC' => 'image/jpg',
          'COMMENT' => '',
          'TITLE' => 'Rocket \'88\'',
          'ALBUM' => 'Rock The Joint! [ESSEX Recordings 1951-1954]',
          'GENRE' => 'Country',
          'TRACKNUM' => '1',
          'TAGVERSION' => 'ID3v2.3.0'
        };

Can't use string ("image/jpg") as a HASH ref while "strict refs" in use at C:/Program Files/SlimServer/server/Slim/Formats/MP3.pm line 204.

SS also crashes with this same error when I go to the track in the web interface through Browse Artists and click on the track title for details.

--
Bill Burns
Long Island   NY   USA
http://ftldesign.com
_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta

Reply via email to