How to detect single seat setup? (1 Viewer)

gemx

Retired Team Member
  • Premium Supporter
  • October 31, 2006
    1,972
    539
    Home Country
    Germany 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
    Code:
     if (RemoteControl.HostName == System.Environment.MachineName) ...
    but that does not seem to work reliable for every one.
    Does someone know a better method?
     

    Users who are viewing this thread

    Top Bottom