I can confirm that this is the issue on my Windows system. Change the
following in the ProtocolHandler of mixcloud (in red)
Code:
--------------------
use strict;
use vars qw(@ISA);
BEGIN {
if (eval { require Slim::Player::Protocols::Buffered }) {
push @ISA, qw(Slim::Player::Protocols::Buffered);
} else {
require Plugins::MixCloud::Buffered;
push @ISA, qw(Plugins::MixCloud::Buffered);
}
}
use IO::Socket::SSL;
IO::Socket::SSL::set_defaults(
SSL_verify_mode => Net::SSLeay::VERIFY_NONE()
) if preferences('server')->get('insecureHTTPS');
--------------------
LMS 8.1.x on Odroid-C4 - *SqueezeAMP!*, 5xRadio, 5xBoom, 2xDuet,
1xTouch, 1xSB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000,
ShairPortW, 2xChromecast Audio, Chromecast v1 and v2, Squeezelite on Pi,
Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5, RivaArena 1 & 3
------------------------------------------------------------------------
philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=88286
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins