Open file /usr/share/perl5/Slim/Player/Song.pm (might in a slightly
different place) and change, around line 440


Code:
--------------------
    
  # Set the correct format for WAV/AAC playback
  if ( exists $streamFormatMap{$format} ) {
  $format = $streamFormatMap{$format};
  }
  
--------------------

with

Code:
--------------------
    
  # Set the correct format for WAV/AAC playback
  if ( exists $streamFormatMap{$format} ) {
  $format = $streamFormatMap{$format};
  }
  
  $self->wantFormat('aac') if $format eq 'aac';
  
--------------------

and you should be good to go



LMS 8.2 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=117085

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

Reply via email to