StuartUSA wrote: 
> Welcome back and thanks for your work. I just updated the plugin with
> the contributions above for ipv6 and the sync group work around, but
> can't test at the moment.
> 
> I was thinking that the one connection to the master player in the sync
> group would work, but apparently not, hadn't had a chance to look at it
> yet.

I think there is a bug in the ip6bin routine in the latest version of
Plugin.pm (0.23.4).

The line

Code:
--------------------
    
  $ip =~ /((.*):?(.+)/;
  
--------------------

should be

Code:
--------------------
    
  $ip =~ /((.*)::)?(.+)/;
  
--------------------


------------------------------------------------------------------------
Ron Olsen's Profile: http://forums.slimdevices.com/member.php?userid=9233
View this thread: http://forums.slimdevices.com/showthread.php?t=100379

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

Reply via email to