Bugzilla – Bug 210
MP3 Radio Stations need tw o 'play' attempts after SlimServer restart
Last modified: 2008-08-18 10:53:01 UTC
I noticed that after a SlimServer restart I need to press 'play' twice to get a MP3 internet radio station playing from a .pls playlist. First I thought that it is the radio station, but the behaviour is reproducable with different stations. Then I tried older releases from CVS until I found a change back from February 6, where some code was removed in Parse.pm. From my investigation I see that without that code the format (MP3 in my case) of the stream is not set anymore (at least not early enough) causing the first 'play' attempt to fail. All further 'play' attempts for that radio station are ok, since the first attempt sets the format to MP3. Found on SuSE Linux, but I guess the plattform is not relevant. SlimServer 5.1.1
Can you post the playlist that you are using when this happens?
Created attachment 14 [details] Playlist with three radio stations On the first attempt the display shows: Now playing from (but no sound) and SlimServer outputs the following error: Use of uninitialized value in hash element at Slim/Music/Info.pm line 2622. On the second attempt the display shows: Connecting to play... (and the music starts)
felix, are you still able to reproduce this with 6.0 nightlies? we should make sure one way or another and mark it as fixed, or target for 6.0
The problem is gone as of revision 2463.