Man in a van wrote: 
> So I have set up a new LMS on rpi4b Buster-Lite
> 
> I can stop LMS from running and navigate to
> 
> > 
Code:
--------------------
  >   > sudo nano /usr/share/perl5/Slim/Player/Protocols/HTTPS.pm
--------------------
> > 
> 
> what do you want me to do ? :)
> 
> ronnie
> 
> Back in a hour or so :)
> 
> Just the meta-data would be fine

I don't see


Code:
--------------------
    # Check for Ogg metadata, which is formatted as a series of
  # 2-byte length/string pairs.
  elsif ( $metadata =~ /^Ogg(.+)/s ) {
--------------------


I find just one instance of  "elsif"  at line 96


Code:
--------------------
    [               $metaPointer += $readLength;
  ${*$self}{'metaPointer'} = $metaPointer;
  
  # handle instream metadata for shoutcast/icecast
  if ($metaPointer == $metaInterval) {
  
  $self->readMetaData();
  
  ${*$self}{'metaPointer'} = 0;
  
  } elsif ($metaPointer > $metaInterval) {
  
  main::DEBUGLOG && $log->debug("The shoutcast metadata overshot the 
interval.");
  /CODE]
  
  so I changed it anyway.
  
  still no meta-data


------------------------------------------------------------------------
Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=109951

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

Reply via email to