@BoomX2: I recently had an issue with a conflict between SuperDateTime
and my AirPlay bridge plugin. 

We both use Math::BigInt::LTM and yours take precedence (maybe because
your plugin is registered after mine, in alphabetical order or because
your version is more recent, I don't know). The problem is that LTM
should provide functions like _to_hex() that are not in Perl but part of
C-compiled XS. AFAIK, you do not provide these compiled libraries, so my
call to _to_hex which is redirected to your LTM fails. 

I'm not sure I have a great solution to offer as adding all the compiled
libraries for all platform is a royal pain. If you are 100% sure you
need LTM and not just maybe a fucntion or two that could be isolated,
then maybe we can discuss with @mherger to include Math::BigInt::LTM in
LMS...



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=112122

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to