Resume for blu-ray movies on HD (1 Viewer)

Alvinder

Portal Pro
May 19, 2006
54
4
Please advise if this can be done.

I have been using moving pictures for quite a while now. Its really good and very impressed with it.

Thanks to all the developers who have put efforts into this great plugin.

I have all my Blu-rays on the Hard disk.

Use Arcsoft TMT3 to play them.

Also have the following setting.

ArcSoft TotalMedia Extreme/Theatre

Executable
C:\Program Files\ArcSoft\TotalMedia Extreme\Digital Theatre\uDigital Theatre.exe
Command-line Arguments
"%filename%"


The problem with this is that %filename% points to index.bdmv file and that is what is passed.

TMT3 can play Blu-ray from hard disk and i only have to specify the folder name. This way i can use the

resume functionality of the TMT3.

Please advise if its possible to send only the folder name for %filename% or there is some other setting that i have missed.
 

Alvinder

Portal Pro
May 19, 2006
54
4
Please advise what does %filename% points to.

I have tried the following

set filename="D:\17 again\BDMV\index.bdmv"

"F:\Program Files\ArcSoft\TMT3\uDigital Theatre" %filename:~1,-17%

This works in the command line.

Was wondering if i can do the same for Moving Pictures.

Please advise.

Fixed: Use TMT3 resume functionality to pass directory name.

created a batch file

set dd=%1

"F:\Program Files\ArcSoft\TMT3\uDigital Theatre" "%dd:~1,-17%"


It works.
 

Users who are viewing this thread

Top Bottom