Reply to thread

Found my answer...


Found my answer in another thread, so thought I'd cross-post here in case it helps someone else.


Maschine's post here has the answer: https://forum.team-mediaportal.com/showpost.php?p=54778&postcount=9


Essentially, open up C:\Program Files\Team MediaPortal\MediaPortal\MPWebControl\htdocs\MPExtControlWS\snapshot.asmx in a text editor, and change line 73 from this:

winHandle = GetWindow( "Media Portal" )


to this:

winHandle = GetWindow( "MediaPortal" )


Top Bottom