FWIW: my LMS would fail to play the httpS URL, but not http.
Might the required change be as simple as this?
Code:
--------------------
diff --git a/Slim/Utils/Scanner/Remote.pm b/Slim/Utils/Scanner/Remote.pm
index a5f909d23..9c1c2adfa 100644
--- a/Slim/Utils/Scanner/Remote.pm
+++ b/Slim/Utils/Scanner/Remote.pm
@@ -333,6 +333,7 @@ sub readRemoteHeaders {
# Set content-type for original URL and redirected URL
main::DEBUGLOG && $log->is_debug && $log->debug( 'Updating content-type for '
. $track->url . " to $type" );
+ Slim::Schema->clearContentTypeCache( $track->url );
$track = Slim::Music::Info::setContentType( $track->url, $type );
if ( $track->url ne $url ) {
--------------------
I see that we're already using this further down the code to resolve
some Ogg/FLAC confusion.
Michael
http://www.herger.net/slim-plugins - Spotty, MusicArtistInfo
------------------------------------------------------------------------
mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=111812
_______________________________________________
Radio mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/radio