tomtom21000: I think I might know what you're problem is, I have similar problems with MP flashing and then disappearing. In my case it turned out that it had to do with the starting directory. MP wants to be started from its own directory, and the Hauppauge IR-program uses its own directory as starting directory. So what I did was making a .bat-file that I assigned to the yellow button. The .bat-file:
I namned the .bat-file mprun.bat i put in c:\ just to be sure... Anyway this works for me, but a sleaker solution would be preferable.
Code:
cd\
cd "Program Files\Team MediaPortal\MediaPortal"
start MediaPortal.exe
exit
I namned the .bat-file mprun.bat i put in c:\ just to be sure... Anyway this works for me, but a sleaker solution would be preferable.