philippe_44 wrote: 
> Maybe there is an issue with dns-sd. Try to edit
> C:\ProgramData\Squeezebox\Cache\InstalledPlugins\Plugins\ShairTunes2W\Plugin.pm,
> line 443 you should see
> > 
Code:
--------------------
  >   > 
  > if ( $path = which('mDNSPublish') ) {
  > $log->info( "start mDNSPublish \"$apname\"" );
  >             $mDNShelper = $path;
  > eval { $proc = Proc::Background->new($path, $id, "_raop._tcp", @params ); };
  >             return $proc if $proc;
  > $log->warn( "start mDNSPublish failed" );
  > }
  > $log->info( "mDNSPublish not in path" ) if (!$@);
  > 
--------------------
> > 
> Remove all that or comment it out by doing this
> > 
Code:
--------------------
  >   > 
  > =comment
  > if ( $path = which('mDNSPublish') ) {
  > $log->info( "start mDNSPublish \"$apname\"" );
  >             $mDNShelper = $path;
  > eval { $proc = Proc::Background->new($path, $id, "_raop._tcp", @params ); };
  >             return $proc if $proc;
  > $log->warn( "start mDNSPublish failed" );
  > }
  > 
  > $log->info( "mDNSPublish not in path" ) if (!$@);
  > =cut
  > 
--------------------
> > 
I tried that and still seeing the same results.


------------------------------------------------------------------------
superstar19's Profile: http://forums.slimdevices.com/member.php?userid=59363
View this thread: http://forums.slimdevices.com/showthread.php?t=106289

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

Reply via email to