Bugzilla – Bug 3598
SHOUTcast search issue
Last modified: 2006-06-18 11:57:36 UTC
In Fishbone select SHOUTcast search and type WNYC, and click add to the playlist link on "WNYC2 24/7 Classical". The add fails and the same search result screen is displayed in the player window
Please try other skins.
This is not entirely correct. It seems to be the first link, when the index is zero. Otherwise the links do appear to play on at least Fishbone, EN, Default (all using cmdwrappers). However, sometimes it seems to require a second click sample failing link: ShoutcastBrowser/index.html?query=jack&action=play&index=0&player=<player>
Created attachment 1275 [details] allow play on index=0 This appears to fix the problem. however, I'm unsure as to what the need might be for having @index set to ''. If it is only to avoid an undeff warning at some point, I'd suggest another way to blocking that.
is this 6.5 only or does it also affect 6.3?
6.3 contains the correct line, so this only affects 6.5. That extra code was probably added due to the extra warnings being reported in 6.5. Feel free to apply that patch kdf, thanks.
Committed to trunk at change 8043 Will tackle the warnings as they come up, if any do appear.