- October 31, 2006
- 1,972
- 539
- Home Country
- Germany
Hi,
does anyone know a reliable way to check if the TVEngine3 is running on the same machine as MP?
I want to check this in MediaPortal.
I tried something like
but that does not seem to work reliable for every one.
Does someone know a better method?
does anyone know a reliable way to check if the TVEngine3 is running on the same machine as MP?
I want to check this in MediaPortal.
I tried something like
Code:
if (RemoteControl.HostName == System.Environment.MachineName) ...
Does someone know a better method?