home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Moving Pictures
Using an External Bluray / HD-DVD Player
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Jaybeam" data-source="post: 537819" data-attributes="member: 86362"><p>This option is exactly what I'm looking for, and it works great with TMT3 but here's the thing.</p><p></p><p>I have dual monitor setup and I would like TMT3 to play immediatly on my second monitor (HDTV) and this is what I tried without luck.</p><p>ctrl+alt+left is my ultramon hotkey for sending an aplication to my second monitor, so I made an executable script with AutoIT</p><p></p><p>[CODE]Run ("C:\Program Files\ArcSoft\TotalMedia Theatre 3\uDigital Theatre.exe", "")</p><p>WinWaitActive ("ArcSoft TotalMedia Theatre 3", "", 15)</p><p>Send ("^!{LEFT}", 0)</p><p>WinWaitClose ("ArcSoft TotalMedia Theatre 3")[/CODE]</p><p></p><p>Under the advanced settings of Moving Pictures I have set</p><p></p><p>Executable</p><p> C:\Users\Rudy\AppData\Roaming\Intelliremote\Moving Pictures TMT.exe (=location of my script) </p><p>Command-line Arguments</p><p> "%filename%" </p><p></p><p>TMT3 starts nicely on my HDTV but doesn't play the movie.</p><p>Does anyone have an idea what should the trick.</p><p></p><p><u><strong>Update:</strong></u></p><p></p><p>I have tried a different aproach with succes.</p><p>Instead of Moving Pictures calling the script, I have set to run as explained in the guide.</p><p>To make TMT3 open in my second monitor, I have made an Executable script that keeps running in an infinite loop at Windows startup.</p><p>This script looks if TMT is started and then shifts it to the other monitor without interupting the Moving Pictures command line.</p><p></p><p>[CODE]While 1=1</p><p>ProcessWait ("uDigital Theatre.exe")</p><p>WinWaitActive ("ArcSoft TotalMedia Theatre 3", "", 20)</p><p>Send ("^!{LEFT}", 0)</p><p>ProcessWaitClose ("uDigital Theatre.exe")</p><p>WEnd[/CODE]</p></blockquote><p></p>
[QUOTE="Jaybeam, post: 537819, member: 86362"] This option is exactly what I'm looking for, and it works great with TMT3 but here's the thing. I have dual monitor setup and I would like TMT3 to play immediatly on my second monitor (HDTV) and this is what I tried without luck. ctrl+alt+left is my ultramon hotkey for sending an aplication to my second monitor, so I made an executable script with AutoIT [CODE]Run ("C:\Program Files\ArcSoft\TotalMedia Theatre 3\uDigital Theatre.exe", "") WinWaitActive ("ArcSoft TotalMedia Theatre 3", "", 15) Send ("^!{LEFT}", 0) WinWaitClose ("ArcSoft TotalMedia Theatre 3")[/CODE] Under the advanced settings of Moving Pictures I have set Executable C:\Users\Rudy\AppData\Roaming\Intelliremote\Moving Pictures TMT.exe (=location of my script) Command-line Arguments "%filename%" TMT3 starts nicely on my HDTV but doesn't play the movie. Does anyone have an idea what should the trick. [U][B]Update:[/B][/U] I have tried a different aproach with succes. Instead of Moving Pictures calling the script, I have set to run as explained in the guide. To make TMT3 open in my second monitor, I have made an Executable script that keeps running in an infinite loop at Windows startup. This script looks if TMT is started and then shifts it to the other monitor without interupting the Moving Pictures command line. [CODE]While 1=1 ProcessWait ("uDigital Theatre.exe") WinWaitActive ("ArcSoft TotalMedia Theatre 3", "", 20) Send ("^!{LEFT}", 0) ProcessWaitClose ("uDigital Theatre.exe") WEnd[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Moving Pictures
Using an External Bluray / HD-DVD Player
Contact us
RSS
Top
Bottom