• 1
  • 54
  • 55
  • 56(current)
  • 57
  • 58
  • 154
Another External Player Code, but Very Simple to Setup
Oops, my path was not correct. I had Total Media Theater 5 instead of TotalMedia Theatre 5. TMT5 is launching now, but since I also have it set up to launch from Windows Media Center, it is launching as if it were from WMC. I hope this makes sense, but the screen that launches is TMT5, but it is integrated with WMC. TMT5 is not launching as it normally would if I were to open it from outside of WMC. How can I enable TMT5 to launch from XBMC without the WMC integration? Also, I have 2 monitors, and TMT5 is not launching from my main monitor, it opens on my 2nd monitor with XBMC on the main. Any suggestions? Thanks again for staying patient with me and the continued supportSmile
Reply
To Total Media Theater 5 where XBMC was put into, the autorun this file

source code on AutoHotkey
Code:
#NoTrayIcon
#SingleInstance force
Loop
{
Process, wait, uTotalMediaTheatre5.exe
WinGetPos , xpos, ypos, Width, Height, ahk_class XBMC
WinWait, TotalMedia Theatre 5
WinActivate, TotalMedia Theatre 5
WinMove, TotalMedia Theatre 5, , xpos, ypos, Width, Height
Sleep, 500
WinActivate, TotalMedia Theatre 5
WinKill, ActiveMovie Window
WinKill, ahk_class OVERLAYWnd
WinMaximize, TotalMedia Theatre 5
WinActivate, TotalMedia Theatre 5
Process, WaitClose, uTotalMediaTheatre5.exe
}
Return

Written with the help of PROMT, I dont speak English. I am Russian.
Reply
(2012-07-27, 19:54)serzh82saratov Wrote: To Total Media Theater 5 where XBMC was put into, the autorun this file

source code on AutoHotkey
Code:
#NoTrayIcon
#SingleInstance force
Loop
{
Process, wait, uTotalMediaTheatre5.exe
WinGetPos , xpos, ypos, Width, Height, ahk_class XBMC
WinWait, TotalMedia Theatre 5
WinActivate, TotalMedia Theatre 5
WinMove, TotalMedia Theatre 5, , xpos, ypos, Width, Height
Sleep, 500
WinActivate, TotalMedia Theatre 5
WinKill, ActiveMovie Window
WinKill, ahk_class OVERLAYWnd
WinMaximize, TotalMedia Theatre 5
WinActivate, TotalMedia Theatre 5
Process, WaitClose, uTotalMediaTheatre5.exe
}
Return

I am sorry, I don't quite understand what you are saying. Can you please re-phrase your instructions and be very specific with what I need to do, ty.
Reply
for uTotalMediaTheatre5.exe
Now just run this file, and test where TMT running

afterwards to put in startup

understand?
Written with the help of PROMT, I dont speak English. I am Russian.
Reply
(2012-07-27, 19:38)JoeBlow42069 Wrote: Oops, my path was not correct.
That is what I thought...

(2012-07-27, 19:38)JoeBlow42069 Wrote: I had Total Media Theater 5 instead of TotalMedia Theatre 5. TMT5 is launching now, but since I also have it set up to launch from Windows Media Center, it is launching as if it were from WMC.
If TMT5 is launching from "D:\Program Files (x86)\ArcSoft\TotalMedia Theatre\uTotalMediaTheatre5.exe", it should having anything to do with 7MCE. If you don't like the uMCEPlayer5.exe UI, you can use uTotalMediaTheatre5.exe UI instead......

You're almost there.....


>Alienware X51- do it all HTPC
>Simplify XBMC configurations
>HOW-TO Bitstreaming using XBMC
I refused to watch movie without bitstreaming HD audio!
Reply
i forgot if uMCEPlayer5 use this file
you can download?

source code on AutoHotkey
Code:
#NoTrayIcon
#SingleInstance force
Loop
{
Process, wait, uMCEPlayer5.exe
WinGetPos , xpos, ypos, Width, Height, ahk_class XBMC
WinWait, ArcSoft TotalMedia Theatre for Windows Media Center
WinActivate
WinMove, ArcSoft TotalMedia Theatre for Windows Media Center, , xpos, ypos, Width, Height
Sleep, 500
WinActivate, ArcSoft TotalMedia Theatre for Windows Media Center
WinKill, ActiveMovie Window
WinKill, ahk_class OVERLAYWnd
WinMaximize, ArcSoft TotalMedia Theatre for Windows Media Center
WinActivate
Process, WaitClose, uMCEPlayer5.exe
}
Return
Written with the help of PROMT, I dont speak English. I am Russian.
Reply
(2012-07-27, 18:30)serzh82saratov Wrote:
Quote:@Serzh,
It would be very helpful to others if you can create .xml and .cmd files to playback bluray .bdmv, .iso, .mkv and .m2ts using TMT5. You can upload the working .xml and .cmd files to SendSpace and post the link in here.....

If someone want to try your codes, they can download it from SendSpace.....
I have already answered this question in Post: #817
It's really very unclear what for download cmd files, if you can just paste in notepad
The links you posted are not in English. If you can upload the working .xml and .cmd on SendSpace and post it in here, it would be helpful to English speaking people......

Copying the codes off this thread tend to be troublesome, but download it from SendSpace is a lot simpler.......

>Alienware X51- do it all HTPC
>Simplify XBMC configurations
>HOW-TO Bitstreaming using XBMC
I refused to watch movie without bitstreaming HD audio!
Reply
(2012-07-27, 20:16)bluray Wrote:
(2012-07-27, 19:38)JoeBlow42069 Wrote: Oops, my path was not correct.
That is what I thought...

(2012-07-27, 19:38)JoeBlow42069 Wrote: I had Total Media Theater 5 instead of TotalMedia Theatre 5. TMT5 is launching now, but since I also have it set up to launch from Windows Media Center, it is launching as if it were from WMC.
If TMT5 is launching from "D:\Program Files (x86)\ArcSoft\TotalMedia Theatre\uTotalMediaTheatre5.exe", it should having anything to do with 7MCE. If you don't like the uMCEPlayer5.exe UI, you can use uTotalMediaTheatre5.exe UI instead......

You're almost there.....
tytytytyty, everything is working great now!!! One last question, what is the best way to re-enter xbmc from TMT5? I'd like to enter and exit the programs as seamlessly as possible. Is there a way to close TMT5 without having to use the mouse, maybe a keyboard shortcut?

Reply
(2012-07-27, 21:47)JoeBlow42069 Wrote:
(2012-07-27, 20:16)bluray Wrote:
(2012-07-27, 19:38)JoeBlow42069 Wrote: Oops, my path was not correct.
That is what I thought...

(2012-07-27, 19:38)JoeBlow42069 Wrote: I had Total Media Theater 5 instead of TotalMedia Theatre 5. TMT5 is launching now, but since I also have it set up to launch from Windows Media Center, it is launching as if it were from WMC.
If TMT5 is launching from "D:\Program Files (x86)\ArcSoft\TotalMedia Theatre\uTotalMediaTheatre5.exe", it should having anything to do with 7MCE. If you don't like the uMCEPlayer5.exe UI, you can use uTotalMediaTheatre5.exe UI instead......

You're almost there.....
tytytytyty, everything is working great now!!! One last question, what is the best way to re-enter xbmc from TMT5? I'd like to enter and exit the programs as seamlessly as possible. Is there a way to close TMT5 without having to use the mouse, maybe a keyboard shortcut?
I'm glad that you got it to work now......Nod

If you are using MCE remote, you can simply press stop and back buttons to return to XBMC.......

>Alienware X51- do it all HTPC
>Simplify XBMC configurations
>HOW-TO Bitstreaming using XBMC
I refused to watch movie without bitstreaming HD audio!
Reply
(2012-07-09, 00:47)andyd Wrote: Anyone here upgraded to the latest version of TMT5 and having issues with controls during playback?

I can longer exit out or control playback of a movie after launching a folder rip or iso

I finally addressed this issue by switching to the TMT player as opposed to the WMC integrated player. I think the latest update to TMT5 causes some focus issues. I had to use a mouse to click on TMT to get controls to work.

I had to a shortcut to exit out of TMT but at least it works as expected now
Reply
(2012-07-26, 12:24)serzh82saratov Wrote: A new method - One for all

Only one player name in context menu (for each player), one path, and one prepend rules in playercorefactory.xml for BDMV, ISO, IFO and other file.
You can add any number of players and leave.


Launcher.cmd
________________________________________________________________________________________________________________
________________________________________________________________________________________________________________

@echo off

if %2==TotalMedia goto TotalMedia
if %2==KMPlayer goto KMPlayer
....

Hi,

I tried to adapt these config to my system but the PowerDVD12 Player does not start? Where is my error?

Code:
<playercorefactory>
<players>

<player name="PowerDVD12" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Batch-Files\Luncher.cmd</filename>
<args>"{1}"</args>
<hideconsole>true</hideconsole>
<playcountminimumtime>3600</playcountminimumtime>
</player>
</players>

<!-- REGELN -->

<rules action="prepend">
<rule filename=".*sbs3d.mkv*" protocols="*sbs3d.mkv*" player="PowerDVD12"/>
<rule filename=".*iso" player="PowerDVD12"/>
<rule name="Blu-Ray" protocols="bd" player="PowerDVD12"/>
<rule filetypes="bdmv" filename=".*bdmv" player="PowerDVD12"/>
<rule filetypes="bdmv" filename=".*m2ts" player="PowerDVD12"/>
</rules>
</playercorefactory>

Luncher.cmd

Code:
@echo off

set ext=%1
set ext=%ext:"=%
set ext=%ext:~-4%
if %ext%==.iso goto iso
if %ext%==.ISO goto iso
if %ext%==bdmv goto disk
if %ext%==BDMV goto disk
if %ext%==.ifo goto disk
if %ext%==.IFO goto disk
if %ext%==.sbs3d goto disk
"C:\Program Files (x86)\CyberLink\PowerDVD12\PDVDLaunchPolicy.exe" %1
goto end
:iso
"C:\Program Files (x86)\DAEMON Tools Lite\DTLite.exe" -mount scsi, 0, %1
ping -n 2 -w 1100 127.0.0.1 > nul
"C:\Program Files (x86\CyberLink\PowerDVD12\PDVDLaunchPolicy.exe" AUTOPLAY BD V:
Set ProcessName=PowerDVD.exe
:search
TaskList /FI "ImageName EQ %ProcessName%" | Find /I "%ProcessName%"
If %ErrorLevel%==0 ping localhost&&goto :search
"C:\Program Files (x86)\DAEMON Tools Lite\DTLite.exe" -unmount scsi, 0
goto end
:disk
"C:\Program Files (x86)\CyberLink\PowerDVD12\PDVDLaunchPolicy.exe" AUTOPLAY BD %1
goto end

rem #########################################################################

:System

%1
goto end

rem #########################################################################

:end
exit

I hope someone can help my.

regards
Raik :-)

Reply
Code:
@echo off
set ext=%1
set ext=%ext:"=%
set ext=%ext:~-4%
if %ext%==.iso goto iso
if %ext%==.ISO goto iso
set ext=%ext:~-4%
if %ext%==bdmv goto disk
if %ext%==BDMV goto disk
if %ext%==.ifo goto disk
if %ext%==.IFO goto disk
"C:\Program Files\CyberLink\PowerDVD12\PDVDLaunchPolicy.exe" %1
goto end
:disk
"C:\Program Files\CyberLink\PowerDVD12\PDVDLaunchPolicy.exe" AUTOPLAY BD %1
goto end
:iso
"C:\Program Files\DAEMON Tools Lite\DTLite.exe" -mount scsi, 0, %1
ping -n 2 -w 1100 127.0.0.1 > nul
"C:\Program Files\CyberLink\PowerDVD12\PDVDLaunchPolicy.exe" AUTOPLAY BD V:
Set ProcessName=PowerDVD.exe
:search
TaskList /FI "ImageName EQ %ProcessName%" | Find /I "%ProcessName%"
If %ErrorLevel%==0 ping localhost&&goto :search
"C:\Program Files\DAEMON Tools Lite\DTLite.exe" -unmount scsi, 0
:end
exit

Do a new patch. And it is .sbs3d that the last four digits only understands, you are six. When a new transition of
Code:
if %ext%==.ISO goto iso
if %ext%==BDMV goto disk
new variable is declared. Lower why?
Code:
goto end
rem #########################################################################

:System

%1
goto end

rem #########################################################################

Why not have a link to download
Архив.zip

this link is tested separately Архив.zip PowerDVD12
Written with the help of PROMT, I dont speak English. I am Russian.
Reply
Hi,

thanks at all.

@serzh82saratov

Sorry, I'm not much of them unaware. Before i haved use code from User bluray. These code does not work with powerdvd12. I such to another and find your finishings. I thought i copy your code and modify them a little. But this does not work.

I have 3D mkv's, Iso's and BluRay Player,. These 3D mkv's called xxx.sbs3d.mkv . These files i will play with PowerDVD12 but i don't how?!

Sorry for bad english.

regards raik
Reply
@mirage-
I replied to your post in another thread, and here are the codes-

Playercorefactory.xml:

<playercorefactory>
<players>
<player name="ISO_Player" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Batch-Files\PlayISO.bat</filename>
<args>"{1}" /fullscreen</args>
<hidexbmc>false</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>
</player>
<player name="Disc_Player" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files (x86)\CyberLink\PowerDVD12\PowerDVD12.exe</filename>
<args>"{F:}" /fullscreen</args>
<hidexbmc>false</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>
</player>
<player name="Universal_Player" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files (x86)\CyberLink\PowerDVD12\PowerDVD12.exe</filename>
<args>"{1}" /fullscreen</args>
<hidexbmc>false</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>
<rules action="prepend">
<!-- Bluray ISO -->
<rule filetypes="iso" player="ISO_Player"/>
<!-- Bluray MKV -->
<rule filetypes="mkv" filename=".*SBS3D.*" player="Universal_Player"/>

<!-- Bluray Disc -->
<rule name="Blu-Ray" filename="F:\\.*" filetypes="bdmv" player="Bluray_Player"/>
</rules>
</playercorefactory>

PlayISO.bat:

@echo off
"C:\Program Files (x86)\Elaborate Bytes\VirtualCloneDrive\VCDMount.exe" /d=0 %1
ping -n 2 -w 1000 127.0.0.1 > nul
"C:\Program Files (x86)\CyberLink\PowerDVD12\PowerDVD12.exe" G:\
"C:\Program Files (x86)\Elaborate Bytes\VirtualCloneDrive\VCDMount.exe" /d=0 /u
exit

>Alienware X51- do it all HTPC
>Simplify XBMC configurations
>HOW-TO Bitstreaming using XBMC
I refused to watch movie without bitstreaming HD audio!
Reply
(2012-07-28, 19:16)serzh82saratov Wrote: Why not have a link to download
Архив.zip

this link is tested separately Архив.zip PowerDVD12
You posted several links in here, but most of us cannot understand your links.....if you can upload the working .xml/.cmd in SendSpace and post it in here, it will be helpful to English speaking users in this forum......

>Alienware X51- do it all HTPC
>Simplify XBMC configurations
>HOW-TO Bitstreaming using XBMC
I refused to watch movie without bitstreaming HD audio!
Reply
  • 1
  • 54
  • 55
  • 56(current)
  • 57
  • 58
  • 154

Logout Mark Read Team Forum Stats Members Help
Another External Player Code, but Very Simple to Setup13