If you are experience that problem and feel confortable doing, you can
edit /usr/share/perl5/Slim/Plugin/WiMP/ProtocolHandler and, around line
214, replace

Code:
--------------------
    
                else {
                                #if ( main::DEBUGLOG && $log->is_debug ) {
                                #       $log->debug( 'getTrack ok: ' . 
Data::Dump::dump($info) );
                                #}
                                _gotTrack( $client, $info, $params );
                        }
  
--------------------

with

Code:
--------------------
    
                else {
                                #if ( main::DEBUGLOG && $log->is_debug ) {
                                #       $log->debug( 'getTrack ok: ' . 
Data::Dump::dump($info) );
                                #}
                                $info->{url} =~ s/^http:/https:/;
                                _gotTrack( $client, $info, $params );
                        }
  
--------------------


Please note this is not a permanent fix, just it seems that Tidal
responds by a http:// url although they only accept a https:// request
...



LMS 7.9  on Pi 3B+ & Odroid-C2 - *SqueezeAMP!*, 5xRadio, 3xBoom, 4xDuet,
1xTouch, 1 SB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2,
Squeezelite on Pi,  Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5,
Riva 1 & 3
------------------------------------------------------------------------
philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=112300

_______________________________________________
squeezenetwork mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezenetwork

Reply via email to