hey, i know this is a reaccuring topic, but none of the other methods have ever worked for me, however i finally got around to putting an alternative together.
so what i did was download vidres (http://www.jddesign.f2s.com/vidres.htm) and put together a simple batch file
this uses vidres to switch to my tv, opens media portal and waits for it to close, then swithces back to my monitor.
the last line is optional and forces the computer to shutdown, usefull when you don't want to get up to turn it off. I put a script on the desktop with the code to abort the shutdown
as my htpc is only a part timer and i use it for many other things.
one thing to note is that the free version of vidres causes popups, however as the program only costs £3 i think its worth the money to pay for it.
so what i did was download vidres (http://www.jddesign.f2s.com/vidres.htm) and put together a simple batch file
Code:
"C:\Program Files\JD Design\VidRes\Vidres.exe" /M1 /S /Q
"C:\Program Files\Team MediaPortal\MediaPortal\Mediaportal.exe"
"C:\Program Files\JD Design\VidRes\Vidres.exe" /M0 /S /Q
shutdown -s -t 30
this uses vidres to switch to my tv, opens media portal and waits for it to close, then swithces back to my monitor.
the last line is optional and forces the computer to shutdown, usefull when you don't want to get up to turn it off. I put a script on the desktop with the code to abort the shutdown
Code:
shutdown -a
one thing to note is that the free version of vidres causes popups, however as the program only costs £3 i think its worth the money to pay for it.