MyNaim wrote: 
> Hi All, 
> 
> FYI plugin ver.1.16 does not work anymore in LMS where 1.15 was ok, at
> least for me.
> 
> Cheers

sveninndh wrote: 
> I can confirm that something must be broken.
> 
> I am back to 1.15.1 because 'force' seems not work any longer, so the
> problem with Bose Soundtouch is back.

I'm very surprised by that. The only change in 1.16.à is the parsing of
the <codecs> and <raw_audio_format> options in <device> sections.
Basically, now when a codec item under <codecs> in a <device> section
starts with a +, it's added to the <codecs> listed in the <common>
section. When the codec starts with -, it(s removed from the <codecs>
listed in the <common> section. Of course, at lest one + or - transforms
the *whole* <codecs> turn into differential mode. 
In other words

Code:
--------------------
    
  <common>
  <codecs>flc,mp3,ogg</codecs>
  </common>
  <device>
  <name>Device1</name>
  <codecs>+aac,-ogg</codecs>
  </device>
  <device>
  <name>Device2</name>
  <codecs>flc</codecs>
  </device>
  <device>
  <name>Device3</name>
  <codecs>+aac,ogg</codecs>
  </device>
  
--------------------

As the result that
    
-  Device 1 supports flc,mp3,aac (ogg removed, flc added)
-  Device 2 supports *only* flc (as it used to be)
-  Device 3 supports flc,mp3,aac (ogg is ignored as it does not
  contain a + or a -, but there was at least one + or - in the list
            
    So, unless you <codecs> line was using the wrong syntax before, it
    should not have changed anything



LMS 7.7, 7.8 and 7.9 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBoxOne, XBMC, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2, , Pi
B3, B2, Pi B+, 2xPi A+, Odroid-C1, Odroid-C2, Cubie2, Yamaha WX-010,
AppleTV 4, Airport Express, GGMM E5
------------------------------------------------------------------------
philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=103728

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

Reply via email to