Using an External Bluray / HD-DVD Player (1 Viewer)

Jaybeam

Portal Member
December 28, 2008
42
5
Home Country
Belgium Belgium
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")

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.

Update:

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
 

revs

MP Donator
  • Premium Supporter
  • February 1, 2007
    1,272
    72
    The Sauce of Worcester
    Home Country
    Wales Wales
    I am having a problem whereby the file being passed to the HD player is the index.bdmv file,and not the m2ts file.

    I have the following folder structure:

    Movie Name/BDMV/index.bdmv
    Movie Name/BDMV/STREAM/000001.m2ts

    The movie is picked up correctly and added as a HD movie. When trying to play it the HD external player is launched. However - the filename passed is the path to the index.bdmv file.

    From looking at the code quickly I was under the impression that Moving Pictures would look in the STREAM folder for the largest m2ts file (I only have one, at 36GB), and then it should play this?

    Any ideas/pointers?
    :D
     

    Jaybeam

    Portal Member
    December 28, 2008
    42
    5
    Home Country
    Belgium Belgium
    The index.bdmv path is correct. This way it will not start the main feature of your BD, but will the BD started as is.
    Meaning your BD will start as iff you start from your BD-player with menus and everything.
     

    Jaybeam

    Portal Member
    December 28, 2008
    42
    5
    Home Country
    Belgium Belgium
    If you just want the main feature of the movie, you can remux your BD with TSmuxer and put in nothing more than the movie and the desired streams.
    This way you also want have no problems with seamless branching. You can load the BD first with BDInfo, see what playlist is for the movie and load the playlist in TSmuxer.
    (playlist=mpls file)
    I do this al the time and this way you can also mux in srt subs.
     
    C

    CypherMK

    Guest
    Hi there,

    I'm using the external player for bluray. What I want is to start the bluray and change my refreshrate and desktop resolution. I followed the wiki for that. But couldn't succeed. This is what I did in the advanced options of moving pictures:

    Executable (external player)
    C:\Program Files\DisplayChanger\dc.exe (path to 12noon display changer)

    Command line arguments (external player)
    -width=1920 -height=1080 -depth=max -refresh=23.976 -apply -quiet "C:\Program Files\ArcSoft\TotalMedia Theatre 3\uDigital Theatre.exe" "%filename%"

    When I go to moving pictures and start a bluray movie (stored on hard disk), the movie starts in the external player, my tv is searching for a new signal, but when the signal is back the refresh rate and desktop resolution stay the same (1280*720@50hz) as before.

    So there must be something wrong with my command line arguments, but I can't figure out what. Normally I use these commands with the internal player, and they always work.

    Can someone help?
    Thx
     

    Users who are viewing this thread

    Similar threads

    I don't know about MP2 but as you said you tried MP1 too, how is the MP music config ? MP(1) will only use LAV if you select "Internal DirectShow player" as music output, but then you lose gapless playback. If you you don't have multichannel music you can choose WASAPI as the output and set the number of speakers to stereo. I have...
    I don't know about MP2 but as you said you tried MP1 too, how is the MP music config ? MP(1) will only use LAV if you select...
    Not sure if this a a bug/config/settings problem. I am running a media portal 2.5 server with 2.41 client but it seems I get the...
    Replies
    1
    Views
    651
    i love how subtitles are implemented in the MP2 videoplayer, this is just perfect. 1080p playback is also very good. But video playback in MP2 is buggy when playing 4k material. Therefore: PLEASE add an option for an external video player! I'd LOVE to have VLC back as videoplayer, like in MP1! This works perfectly. You will make a...
    i love how subtitles are implemented in the MP2 videoplayer, this is just perfect. 1080p playback is also very good. But video...
    i love how subtitles are implemented in the MP2 videoplayer, this is just perfect. 1080p playback is also very good. But video...
    Replies
    0
    Views
    1K
    4.5 is really old. I'm not sure 4.5.5 even is a version that actually existed. You should be able to install .NET Framework 4.8.0 on Windows 7 SP1
    4.5 is really old. I'm not sure 4.5.5 even is a version that actually existed. You should be able to install .NET Framework 4.8.0...
    My TV PC is more a cast-off on older hardware (a 'Quiet PC' i5 4690, 16GB ram, 2xSSD 1xHDD, system graphics), mainly as a cheap way...
    Replies
    5
    Views
    2K
    Thanks, will test that next time.
    Thanks, will test that next time.
    I don't know how many of you are aware of this, however, it may be that AnyDVD HD has finally come to an end. Their web site can no...
    Replies
    14
    Views
    8K
    I see no reason in Windows XP or 7, in my experience, on ancient Atom, Windows 10 worked faster than XP or 7...
    I see no reason in Windows XP or 7, in my experience, on ancient Atom, Windows 10 worked faster than XP or 7...
    Hi all, I'm new to MediaPortal and looking forward to using it. Just one catch and I apologize if it sounds silly - I want to run...
    Replies
    3
    Views
    2K
    Top Bottom