Bugzilla – Bug 785
Radio stream url entry on web page does not pass client-id to protocol handler
Last modified: 2005-02-05 07:24:45 UTC
If a radio stream url is entered via the web page, a protocol handler can be called without specifying the client id (and hence can't pick the right conversion commands). This occurs if the url is a direct audio url rather than a playlist url. This appears to be because with 6.0, Scan.pm is responsible for calling openRemoteStream on any url added on the web page. If this does not match a song type, it is assumed to be a playlist and openRemoteStream is called without $client. This impacts AlienBBC, but I suspect it will also impact mms:// streams. I don't understand why this is different on 6.0 from previously? I will attach a possible fix, but I don't understand any side effects of this.
Created attachment 252 [details] Possible fix - patch to Slim/Utils/Scan.pm
No longer a problem in later 6.0 builds.