Bugzilla – Bug 2412
Playlist title incorrect with Perl 5.6
Last modified: 2008-09-15 14:37:04 UTC
The song title will show up incorrectly on both the player and the playlist display on the web interface using SlimServer 6.2.x and Perl 5.6.1. For example, what should be: "8. Waterfalls from Crazy,Sexy,Cool by TLC" becomes "8. WaterfallsDISC-TRACKNUM. TITLE from Crazy,Sexy,Cool by TLC " The problem is in Slim/Music/Info.pm. In the parseFormat subroutine, @suffixes is getting $format added to it on Perl 5.6.1. This does not happen with Perl 5.8.4.
Robert - care to have a look? Thanks
Seems to be a problem with the pos() function not working in 5.6.1. I'll see what I can do.
Using length(join '', @parsed) instead of pos($format) seems to work in both Perl 5.6 and 5.8. Committed as change 4924.
There are 536 bugs in the database with targets of '---' that were fixed prior to new year 2006. I am setting them to targets of 6.2.1 to keep them from showing up in my queries.