Snyder wrote: 
> I have the same issue. Adding "," did not help. I´m getting an error: No
> stream found
> 
> :(

did you already try this mod : Add the line marked with a + (do not add
the + itself) in /usr/share/perl5/Slim/Player/ProtocolHandlers.pm (for
Debian versions)

sudo nano /usr/share/perl5/Slim/Player/ProtocolHandlers.pm
add the https line in this code (around line 23)



Code:
--------------------
    
  my %protocolHandlers = ( 
        file     => qw(Slim::Player::Protocols::File),
        http     => qw(Slim::Player::Protocols::HTTP),
  +     https    => qw(Slim::Player::Protocols::HTTP),
        icy      => qw(Slim::Player::Protocols::HTTP),
        mms      => qw(Slim::Player::Protocols::MMS),
        spdr     => qw(Slim::Player::Protocols::SqueezePlayDirect),
  
  
--------------------


------------------------------------------------------------------------
ken baby's Profile: http://forums.slimdevices.com/member.php?userid=65179
View this thread: http://forums.slimdevices.com/showthread.php?t=87731

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

Reply via email to