• 1
  • 53
  • 54
  • 55(current)
  • 56
  • 57
  • 154
Another External Player Code, but Very Simple to Setup
@JoeBlow-
Can you verify your files and TMT5 settings as mentioned in my post #609.......
@Serzh,
It's a good idea.....can you create .xml and .cmd files to playback bluray .bdmv, .iso, .mkv and .m2ts using TMT5? You can upload the .xml and .cmd files to SendSpace and post the link in here.....

If someone want to try your codes, they can download from SendSpace.....
>Alienware X51- do it all HTPC
>Simplify XBMC configurations
>HOW-TO Bitstreaming using XBMC
I refused to watch movie without bitstreaming HD audio!
Reply
The only difference I have under the "type" column is my Player Core Factory is XML File and not XML Document. Are the files suppose to go inside the userdata folder, or inside the xbmc folder?
Reply
(2012-07-27, 02:56)JoeBlow42069 Wrote: The only difference I have under the "type" column is my Player Core Factory is XML File and not XML Document. Are the files suppose to go inside the userdata folder, or inside the xbmc folder?
Yes, all the files should be in AppData\Roaming\XBMC\userdata folder. The playercorefactory should be playercorefactory.xml in the file properties....

>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've done all these things and TMT5 still isn't launching. What else might be wrong?
Reply
(2012-07-27, 05:05)JoeBlow42069 Wrote: I've done all these things and TMT5 still isn't launching. What else might be wrong?
Do as below to verify the codes...

1. double click- playbdmv.bat (it'll launch TMT5)
2. double click- playercorefactory.xml (it'll launch the code with IE, and it will display the entire codes)

>Alienware X51- do it all HTPC
>Simplify XBMC configurations
>HOW-TO Bitstreaming using XBMC
I refused to watch movie without bitstreaming HD audio!
Reply
double clicking playbdmv.bat does not run TMT5, instead i get a prompt to "run" the program, i click run and nothing happens. Double clicking playercorefactory.xml does launch the code.
Reply
Wink 
bluray
Quote: It's a good idea..

thank you, it is really easy to use.
Quote:@Serzh,
It's a good idea.....can you create .xml and .cmd files to playback bluray .bdmv, .iso, .mkv and .m2ts using TMT5? You can upload the .xml and .cmd files to SendSpace and post the link in here.....
If you someone want to try your codes, they can download from SendSpace.....

Why not just copy the text in batch? In Russia everyone is doing so Smile
In any case there is a link "Архив.zip" in post number 801 in link my original theme.
You can download and post here himself.
Good Luck.
Written with the help of PROMT, I dont speak English. I am Russian.
Reply
JoeBlow42069
maybe
error the text in batch Post: #810 "D:\Program Files (x86)\ArcSoft\TotalMedia Theatre 5\uMCEPlayer5.exe" %pth% exit
need to move to the next line the word "exit"
"D:\Program Files (x86)\ArcSoft\TotalMedia Theatre 5\uMCEPlayer5.exe" %pth%
exit
Written with the help of PROMT, I dont speak English. I am Russian.
Reply
bluray
Quote:can you create .xml and .cmd files to playback bluray .bdmv, .iso, .mkv and .m2ts using TMT5?
text .cmd file in post number 803
Code:
<player name="TotalMedia Theatre 5" type="ExternalPlayer" audio="false" video="true">
<filename>D:\TMT5.cmd</filename>
<args>"{1}"</args>
<hideconsole>true</hideconsole>
<playcountminimumtime>3600</playcountminimumtime>
</player>

It's very simple, I thought you would be more interesting post number 801, because you are the author this theme
Written with the help of PROMT, I dont speak English. I am Russian.
Reply
because you can create a cmd one times, and afterwards in him added a new player,
not changing the path in playercorefactory.xml,
changing only the second parameter in <args>, and add the line
if %2==second_parameter goto needed_player
and of course lower add the ":needed_player" and lower add own the algorithm
one player, one line of context menu xbmc, one section in playercorefactory, for all formats. if not "rules action prepend", I must not think, what sort of format file!

Code:
@echo off

if %2==TotalMedia goto TotalMedia

goto end

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

:TotalMedia

set ext=%1
set ext=%ext:"=%
set ext=%ext:~-4%
if %ext%==.iso goto iso
if %ext%==.ISO goto iso
if %ext%==.ifo goto dvd
if %ext%==.IFO goto dvd
set pth=%1
set pth=%pth:BDMV\index.bdmv=%
"C:\Program Files\ArcSoft\TotalMedia Theatre 5\uTotalMediaTheatre5.exe" %pth%
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\ArcSoft\TotalMedia Theatre 5\uTotalMediaTheatre5.exe" v:\
Set ProcessName=uTotalMediaTheatre5.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
goto end
:dvd
set pth=%1
set pth=%pth:VIDEO_TS.IFO=%
"C:\Program Files\ArcSoft\TotalMedia Theatre 5\uTotalMediaTheatre5.exe" %pth%
goto end

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

:end
exit
Code:
<player name="TotalMedia Theatre 5" type="ExternalPlayer" audio="false" video="true">
<filename>D:\AutoIt\players\XBMC\Launcher.cmd</filename>
<args>"{1}" TotalMedia</args>
<hideconsole>true</hideconsole>
<playcountminimumtime>3600</playcountminimumtime>
</player>
Written with the help of PROMT, I dont speak English. I am Russian.
Reply
@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.....
[align=right]
(2012-07-27, 05:26)JoeBlow42069 Wrote: double clicking playbdmv.bat does not run TMT5, instead i get a prompt to "run" the program, i click run and nothing happens. Double clicking playercorefactory.xml does launch the code.
That is your problem. When you double click playbdmv.bat it should launch TMT5 automatically.....

Here is the correct codes for PlayBDMV.bat-

@echo off
set pth=%1
set pth=%pth:BDMV\index.bdmv=%
"D:\Program Files (x86)\ArcSoft\TotalMedia Theatre 5\uMCEPlayer5.exe" %pth% 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
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
Written with the help of PROMT, I dont speak English. I am Russian.
Reply
This is what my PlayBDMV.bat has:

@echo off
rem you can place your PlayBDMV file in \Roaming\XBMC\userdata\
set pth=%1
set pth=%pth:BDMV\index.bdmv=%
"D:\Program Files (x86)\ArcSoft\TotalMedia Theatre 5\uMCEPlayer5.exe" %pth% exit

I deleted line #2 and saved, but still nothing happens when I double click.

Reply
(2012-07-27, 18:37)JoeBlow42069 Wrote: This is what my PlayBDMV.bat has:

@echo off
rem you can place your PlayBDMV file in \Roaming\XBMC\userdata\
set pth=%1
set pth=%pth:BDMV\index.bdmv=%
"D:\Program Files (x86)\ArcSoft\TotalMedia Theatre 5\uMCEPlayer5.exe" %pth% exit

I deleted line #2 and saved, but still nothing happens when I double click.
Is this "D:\Program Files (x86)\ArcSoft\TotalMedia Theatre 5\uMCEPlayer5.exe" the correct location of your TMT5 exe? Is PlayBDMV.bat properties show playbdmv.bat in it?

>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, 18:37)JoeBlow42069 Wrote: This is what my PlayBDMV.bat has:

@echo off
rem you can place your PlayBDMV file in \Roaming\XBMC\userdata\
set pth=%1
set pth=%pth:BDMV\index.bdmv=%
"D:\Program Files (x86)\ArcSoft\TotalMedia Theatre 5\uMCEPlayer5.exe" %pth% exit

I deleted line #2 and saved, but still nothing happens when I double click.
just run of such PlayBDMV.bat work?
Code:
@echo off
"D:\Program Files (x86)\ArcSoft\TotalMedia Theatre 5\uMCEPlayer5.exe"
exit
are you sure that the path is correct?
Written with the help of PROMT, I dont speak English. I am Russian.
Reply
  • 1
  • 53
  • 54
  • 55(current)
  • 56
  • 57
  • 154

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