Great! With removing the player "stop" part from the FLUSH event
everything is working again! Thanks for that quick reply and pointing to
the problem! This is what I did in the plugin.pm :
Code:
--------------------
/^FLUSH$/ && do {
# this is pause at airplay - but only stop also flushed the buffer at the
player
# so if you press skip you won't hear the old song
# also double FLUSH won't result in play again (like on skip)
# $conn->{player}->execute( ['stop'] ); --> Removed this One
my $dfh = $conn->{decoder_fh};
print $dfh "flush\n";
--------------------
Do you apply this change in your repository?
2 x Max2Play on ODROID U2/U3 with LMS, Squeezelite, Shairport, XBMC
1 x Squeezebox Receiver
1 x Denon 1713 AVR + Nubert 5.1 System
iPeng
Max2Play Webinterface and SD-Image: http://www.max2play.com/
Max2Play Shop: http://shop.max2play.com/
------------------------------------------------------------------------
flysurfer's Profile: http://forums.slimdevices.com/member.php?userid=61064
View this thread: http://forums.slimdevices.com/showthread.php?t=103783
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins