Tried starting MusicBBee today and encountered an error generated by the remote plugin. Couldn't start the program until I renamed the dll. The error code is below.
I'm also very excited to see the new features I saw mentioned above. They would make the app much more convenient

MusicBee v2.5.5395.34984 (Win6.2), 24 Jan 2015 23:37:
System.Net.Sockets.SocketException (0x80004005): A socket operation was attempted to an unreachable host
at System.Net.Sockets.Socket.setMulticastOption(SocketOptionName optionName, MulticastOption MR)
at System.Net.Sockets.Socket.SetSocketOption(SocketOptionLevel optionLevel, SocketOptionName optionName, Object optionValue)
at System.Net.Sockets.UdpClient.JoinMulticastGroup(IPAddress multicastAddr)
at MusicBeePlugin.AndroidRemote.Networking.ServiceDiscovery.Start()
at MusicBeePlugin.AndroidRemote.Commands.Internal.StartServiceBroadcast.Execute(IEvent eEvent)
at MusicBeePlugin.AndroidRemote.Controller.Controller.BgCommandExecutor(Object e)
at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()