"Play Disc" With External Player and Blu-Ray
#1
Hi, I have hopefully a simple question: I bought PowerDVD solely for the purpose of playing blu-rays in my HTPC, and ideally it would just be launchable through XBMC. I followed the guide here:

http://forum.xbmc.org/showthread.php?pid...3pid957966

All that should be set up correctly, but my problem is that I'm not seeing the "Play Disc" option in XBMC when I insert a disc. It shows up when I put in a DVD, but I want it to show when a blu-ray is inserted. I'm hoping I don't have to spend another $100 for AnyDVD after just buying PowerDVD just for this simple option. Does anyone have any ideas?
Reply
#2
Paste your playercorefactory.xml in here, then people can help you more
Reply
#3
Thanks madjock. After searching around a bunch, I found this thread that forces it to show play disc at all times:

http://forum.xbmc.org/showthread.php?tid=129330

So now it's showing it. However, PowerDVD isn't working correctly. After I click play disc it hangs for about 2 minutes before popping up a message in xbmc that says to click ok when playback is done. In the meantime powerdvd is running in the background, but not playing anything. If I paste the exact string in my PlayDisc.bat file it plays in powerdvd almost immediately. I turned on debugging logs to get the output, and that, along with the config files you asked for are below:

playercorefactory.xml:
-------------------
<playercorefactory>
<players>
<player name="Disc_Player" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Users\htpc\AppData\Roaming\XBMC\userdata\PlayDisc.bat</filename>
<args>"{1}"</args>
<hidexbmc>true</hidexbmc>
<hideconsole>true</hideconsole>
</player>
<player name="ISO_BDMV_Player" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Users\htpc\AppData\Roaming\XBMC\userdata\PlayISO.bat</filename>
<args>"{1}"</args>
<hidexbmc>true</hidexbmc>
<hideconsole>true</hideconsole>
</player>
<player name="PowerDVD" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files (x86)\CyberLink\PowerDVD13\PowerDVD13.exe</filename>
<args>"{1}"</args>
<hidexbmc>true</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>
</player>
<player name="MPCHC_Player" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files\MPC-HC\mpc-hc64.exe</filename>
<args>"{1}"</args>
<hidexbmc>true</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>
<rules action="prepend">
<!-- Bluray ISO -->
<!-- Bluray ISO/BDMV -->
<rule filetypes="iso|bdmv|mpls" player="Disc_Player"/>
<!-- Bluray M2TS -->
<rule filetypes="m2ts" player="PowerDVD"/>
<!-- Bluray AVI -->
<rule filetypes="avi" player="Universal_Player"/>
<!-- Bluray TS -->
<rule filetypes="ts" player="Universal_Player"/>


<!-- Bluray Disc -->
<rule filetypes="bd|ifo" player="Disc_Player"/>

</rules>
</playercorefactory>


PlayDisc.bat:
-------------------------------------
@echo off
rem you can place your PlayDisc file in \Roaming\XBMC\userdata\

"C:\Program Files (x86)\CyberLink\PowerDVD13\PDVDLP.exe" E:\



xbmc.log
------------------------------------------
11:35:34 T:2912 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:35:35 T:6032 DEBUG: Previous line repeats 1 times.
11:35:35 T:6032 DEBUG: Keyboard: scancode: 1c, sym: 000d, unicode: 000d, modifier: 0
11:35:35 T:6032 DEBUG: CApplication::OnKey: return (f00d) pressed, action is Select
11:35:35 T:6032 DEBUG: CApplication::ExecuteXBMCAction : Translating XBMC.PlayDVD()
11:35:35 T:6032 DEBUG: CApplication::ExecuteXBMCAction : To XBMC.PlayDVD()
11:35:35 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:35:45 T:6140 DEBUG: Previous line repeats 19 times.
11:35:45 T:6140 DEBUG: CAESinkDirectSound:Big Grineinitialize: Cleaning up
11:35:45 T:6140 DEBUG: Suspended the Sink
11:35:45 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:36:03 T:5188 DEBUG: Previous line repeats 35 times.
11:36:03 T:5188 DEBUG: Thread Jobworker 5188 terminating (autodelete)
11:36:03 T:300 DEBUG: Thread Jobworker 300 terminating (autodelete)
11:36:03 T:6080 DEBUG: Thread Jobworker 6080 terminating (autodelete)
11:36:03 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:36:14 T:5480 DEBUG: Previous line repeats 22 times.
11:36:14 T:5480 INFO: CD-ROM with unknown filesystem
11:36:14 T:6032 INFO: CD Analysis Report
11:36:14 T:6032 INFO: __________________________________
11:36:15 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:36:44 T:5480 DEBUG: Previous line repeats 59 times.
11:36:44 T:5480 DEBUG: Thread Jobworker 5480 terminating (autodelete)
11:36:45 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:04 T:6032 DEBUG: Previous line repeats 38 times.
11:37:04 T:6032 INFO: CD-ROM with unknown filesystem
11:37:04 T:6032 DEBUG: CPlayerCoreFactory::GetPlayers(E:\BDMV\index.bdmv)
11:37:04 T:6032 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: un-named
11:37:04 T:6032 DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: un-named
11:37:04 T:6032 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: un-named
11:37:04 T:6032 DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: un-named
11:37:04 T:6032 DEBUG: CPlayerSelectionRule::GetPlayers: adding player: Disc_Player (4) for rule: un-named
11:37:04 T:6032 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: un-named
11:37:04 T:6032 DEBUG: Previous line repeats 3 times.
11:37:04 T:6032 DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: un-named
11:37:04 T:6032 DEBUG: CPlayerSelectionRule::GetPlayers: adding player: Disc_Player (4) for rule: un-named
11:37:04 T:6032 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: system rules
11:37:04 T:6032 DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: system rules
11:37:04 T:6032 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtv
11:37:04 T:6032 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: hdhomerun/myth/mms/udp
11:37:04 T:6032 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: lastfm/shout
11:37:04 T:6032 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtmp
11:37:04 T:6032 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtsp
11:37:04 T:6032 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: streams
11:37:04 T:6032 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvd
11:37:04 T:6032 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdimage
11:37:04 T:6032 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: sdp/asf
11:37:04 T:6032 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: nsv
11:37:04 T:6032 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: radio
11:37:04 T:6032 DEBUG: CPlayerCoreFactory::GetPlayers: matched 2 rules with players
11:37:04 T:6032 DEBUG: CPlayerCoreFactory::GetPlayers: adding videodefaultplayer (1)
11:37:04 T:6032 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=0
11:37:04 T:6032 DEBUG: CPlayerCoreFactory::GetPlayers: adding player: Disc_Player (4)
11:37:04 T:6032 DEBUG: CPlayerCoreFactory::GetPlayers: adding player: ISO_BDMV_Player (5)
11:37:04 T:6032 DEBUG: CPlayerCoreFactory::GetPlayers: adding player: PowerDVD (6)
11:37:04 T:6032 DEBUG: CPlayerCoreFactory::GetPlayers: adding player: MPCHC_Player (7)
11:37:04 T:6032 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=1
11:37:04 T:6032 DEBUG: CPlayerCoreFactory::GetPlayers: adding player: DVDPlayer (1)
11:37:04 T:6032 DEBUG: CPlayerCoreFactory::GetPlayers: added 5 players
11:37:04 T:6032 NOTICE: ExternalPlayer Filename: C:\Users\htpc\AppData\Roaming\XBMC\userdata\PlayDisc.bat
11:37:04 T:6032 NOTICE: ExternalPlayer Tweaks: hideconsole (true), hidexbmc (true), islauncher (false), warpcursor ()
11:37:04 T:6032 NOTICE: CExternalPlayer::OpenFile: E:\BDMV\index.bdmv
11:37:04 T:3848 NOTICE: Thread CExternalPlayer start, auto delete: false
11:37:04 T:3848 NOTICE: CExternalPlayer:Tonguerocess: Player : C:\Users\htpc\AppData\Roaming\XBMC\userdata\PlayDisc.bat
11:37:04 T:3848 NOTICE: CExternalPlayer:Tonguerocess: File : E:\BDMV\index.bdmv
11:37:04 T:3848 NOTICE: CExternalPlayer:Tonguerocess: Content:
11:37:04 T:3848 NOTICE: CExternalPlayer:Tonguerocess: Args : "{1}"
11:37:04 T:3848 NOTICE: CExternalPlayer:Tonguerocess: Start
11:37:04 T:3848 NOTICE: CExternalPlayer:Tonguerocess: Hiding XBMC window
11:37:04 T:6032 DEBUG: CGUIInfoManager::SetCurrentMovie(E:\BDMV\index.bdmv)
11:37:04 T:6032 DEBUG: CVideoDatabase::GetMovieId (E:\BDMV\index.bdmv), query = select idMovie from movie where idFile=1251
11:37:04 T:6032 DEBUG: CVideoDatabase::GetEpisodeId (E:\BDMV\index.bdmv), query = select idEpisode from episode where idFile=1251
11:37:04 T:6032 DEBUG: CVideoDatabase::GetMusicVideoId (E:\BDMV\index.bdmv), query = select idMVideo from musicvideo where idFile=1251
11:37:04 T:5200 NOTICE: Thread Jobworker start, auto delete: true
11:37:04 T:6032 DEBUG: CVideoDatabase::GetMovieId (E:\BDMV\index.bdmv), query = select idMovie from movie where idFile=1251
11:37:04 T:6032 DEBUG: CVideoDatabase::GetEpisodeId (E:\BDMV\index.bdmv), query = select idEpisode from episode where idFile=1251
11:37:04 T:6032 DEBUG: CVideoDatabase::GetMusicVideoId (E:\BDMV\index.bdmv), query = select idMVideo from musicvideo where idFile=1251
11:37:04 T:6032 DEBUG: CAnnouncementManager - Announcement: OnPlay from xbmc
11:37:04 T:6032 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnPlay
11:37:04 T:6032 DEBUG: Percentage is 100.000000
11:37:04 T:6032 INFO: XCURL:Big GrinllLibCurlGlobal::CheckIdle - Closing session to http://feeds.xbmc.org (easy=0A3F8FA8, multi=00177D70)
11:37:04 T:6032 INFO: XCURL:Big GrinllLibCurlGlobal::CheckIdle - Closing session to http://api.tmdb.org (easy=0A532AD0, multi=00177DF8)
11:37:04 T:6032 DEBUG: CWinEventsWin32::WndProcWindow is hidden
11:37:04 T:3848 DEBUG: CExternalPlayer:Tonguerocess: Unlocking foreground window
11:37:04 T:3848 DEBUG: CSoftAE::Suspend - Suspending AE processing
11:37:04 T:3848 NOTICE: CExternalPlayer::ExecuteAppW32: "C:\Users\htpc\AppData\Roaming\XBMC\userdata\PlayDisc.bat" "E:\BDMV\index.bdmv"
11:37:04 T:3848 NOTICE: CExternalPlayer::ExecuteAppW32: WAIT_OBJECT_0
11:37:04 T:3848 NOTICE: CExternalPlayer:Tonguerocess: XBMC cannot stay hidden for a launcher process
11:37:04 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:04 T:6032 DEBUG: CWinEventsWin32::WndProcWindow is inactive
11:37:04 T:6032 DEBUG: ------ Window Init (DialogOK.xml) ------
11:37:04 T:6032 INFO: Loading skin file: DialogOK.xml, load type: KEEP_IN_MEMORY
11:37:05 T:6032 DEBUG: Percentage is 100.000000
11:37:05 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:05 T:6032 DEBUG: Percentage is 100.000000
11:37:05 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:06 T:6032 DEBUG: Percentage is 100.000000
11:37:06 T:6032 DEBUG: CWinEventsWin32::WndProc: window move event
11:37:06 T:6032 DEBUG: CWinEventsWin32::WndProc: window resize event
11:37:06 T:6032 DEBUG: CWinEventsWin32::WndProcWindow is active
11:37:06 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:06 T:6032 DEBUG: CWinEventsWin32::WndProcWindow is active
11:37:06 T:6032 DEBUG: CWinEventsWin32::WndProc: Focus switched to process C:\Program Files (x86)\XBMC\XBMC.exe
11:37:06 T:6032 DEBUG: CWinEventsWin32::WndProcWindow is inactive
11:37:06 T:6032 DEBUG: Percentage is 100.000000
11:37:06 T:4160 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:06 T:6032 DEBUG: CWinEventsWin32::WndProc: window move event
11:37:06 T:6032 DEBUG: CWinEventsWin32::WndProc: window resize event
11:37:06 T:6032 DEBUG: CWinEventsWin32::WndProcWindow is active
11:37:06 T:6032 DEBUG: Previous line repeats 1 times.
11:37:06 T:6032 DEBUG: CWinEventsWin32::WndProc: Focus switched to process C:\Program Files (x86)\CyberLink\PowerDVD13\Movie\PowerDVD.exe
11:37:07 T:6032 DEBUG: Percentage is 100.000000
11:37:07 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:07 T:6032 DEBUG: Percentage is 100.000000
11:37:07 T:4160 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:08 T:6032 DEBUG: Percentage is 100.000000
11:37:08 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:08 T:6032 DEBUG: Percentage is 100.000000
11:37:08 T:4160 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:09 T:6032 DEBUG: Percentage is 100.000000
11:37:09 T:4160 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:09 T:6032 DEBUG: Percentage is 100.000000
11:37:09 T:4160 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:10 T:6032 DEBUG: Percentage is 100.000000
11:37:10 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:10 T:6032 DEBUG: Percentage is 100.000000
11:37:10 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:11 T:6032 DEBUG: Percentage is 100.000000
11:37:11 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:11 T:6032 DEBUG: Percentage is 100.000000
11:37:11 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:12 T:6032 DEBUG: Percentage is 100.000000
11:37:12 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:12 T:6032 DEBUG: Percentage is 100.000000
11:37:12 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:13 T:6032 DEBUG: Percentage is 100.000000
11:37:13 T:4160 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:13 T:6032 DEBUG: Percentage is 100.000000
11:37:13 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:14 T:6032 DEBUG: Percentage is 100.000000
11:37:14 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:14 T:6032 DEBUG: Percentage is 100.000000
11:37:14 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:15 T:6032 DEBUG: Percentage is 100.000000
11:37:15 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:15 T:6032 DEBUG: Percentage is 100.000000
11:37:15 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:16 T:6032 DEBUG: Percentage is 100.000000
11:37:16 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:16 T:6032 DEBUG: Percentage is 100.000000
11:37:16 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:17 T:6032 DEBUG: Percentage is 100.000000
11:37:17 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:17 T:6032 DEBUG: Percentage is 100.000000
11:37:17 T:4160 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:18 T:6032 DEBUG: Percentage is 100.000000
11:37:18 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:18 T:6032 DEBUG: Percentage is 100.000000
11:37:18 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:19 T:6032 DEBUG: Percentage is 100.000000
11:37:19 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:19 T:6032 DEBUG: Percentage is 100.000000
11:37:19 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:20 T:6032 DEBUG: Percentage is 100.000000
11:37:20 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:20 T:6032 DEBUG: Percentage is 100.000000
11:37:20 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:21 T:6032 DEBUG: Percentage is 100.000000
11:37:21 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:21 T:6032 DEBUG: Percentage is 100.000000
11:37:21 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:22 T:6032 DEBUG: Percentage is 100.000000
11:37:22 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:22 T:6032 DEBUG: Percentage is 100.000000
11:37:22 T:4160 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:23 T:6032 DEBUG: Percentage is 100.000000
11:37:23 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:23 T:6032 DEBUG: Percentage is 100.000000
11:37:23 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:24 T:6032 DEBUG: Percentage is 100.000000
11:37:24 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:24 T:6032 DEBUG: Percentage is 100.000000
11:37:24 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:25 T:6032 DEBUG: Percentage is 100.000000
11:37:25 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:25 T:6032 DEBUG: Percentage is 100.000000
11:37:25 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:26 T:6032 DEBUG: Percentage is 100.000000
11:37:26 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:26 T:6032 DEBUG: Percentage is 100.000000
11:37:26 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:27 T:6032 DEBUG: Percentage is 100.000000
11:37:27 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:27 T:6032 DEBUG: Percentage is 100.000000
11:37:27 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:28 T:6032 DEBUG: Percentage is 100.000000
11:37:28 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:28 T:6032 DEBUG: Percentage is 100.000000
11:37:28 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:29 T:6032 DEBUG: Percentage is 100.000000
11:37:29 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:29 T:6032 DEBUG: Percentage is 100.000000
11:37:29 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:30 T:6032 DEBUG: Percentage is 100.000000
11:37:30 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:30 T:6032 DEBUG: Percentage is 100.000000
11:37:30 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:31 T:6032 DEBUG: Percentage is 100.000000
11:37:31 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:31 T:6032 DEBUG: Percentage is 100.000000
11:37:31 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:32 T:6032 DEBUG: Percentage is 100.000000
11:37:32 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:32 T:6032 DEBUG: Percentage is 100.000000
11:37:32 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:33 T:6032 DEBUG: Percentage is 100.000000
11:37:33 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:33 T:6032 DEBUG: Percentage is 100.000000
11:37:33 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:34 T:6032 DEBUG: Percentage is 100.000000
11:37:34 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:34 T:5200 DEBUG: Thread Jobworker 5200 terminating (autodelete)
11:37:34 T:6032 DEBUG: Percentage is 100.000000
11:37:34 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:35 T:6032 DEBUG: Percentage is 100.000000
11:37:35 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:35 T:6032 DEBUG: Percentage is 100.000000
11:37:35 T:4160 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:36 T:6032 DEBUG: Percentage is 100.000000
11:37:36 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:36 T:6032 DEBUG: Percentage is 100.000000
11:37:36 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:37 T:6032 DEBUG: Percentage is 100.000000
11:37:37 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:37 T:6032 DEBUG: Percentage is 100.000000
11:37:37 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:38 T:6032 DEBUG: Percentage is 100.000000
11:37:38 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:38 T:6032 DEBUG: Percentage is 100.000000
11:37:38 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:39 T:6032 DEBUG: Percentage is 100.000000
11:37:39 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:39 T:6032 DEBUG: Percentage is 100.000000
11:37:39 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:40 T:6032 DEBUG: Percentage is 100.000000
11:37:40 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:40 T:6032 DEBUG: Previous line repeats 1 times.
11:37:40 T:6032 DEBUG: Percentage is 100.000000
11:37:41 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:41 T:6032 DEBUG: Percentage is 100.000000
11:37:41 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:41 T:6032 DEBUG: Percentage is 100.000000
11:37:42 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:42 T:6032 DEBUG: Percentage is 100.000000
11:37:42 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:42 T:6032 DEBUG: Percentage is 100.000000
11:37:43 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:43 T:6032 DEBUG: Percentage is 100.000000
11:37:43 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:43 T:6032 DEBUG: Percentage is 100.000000
11:37:44 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:44 T:6032 DEBUG: Percentage is 100.000000
11:37:44 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:44 T:6032 DEBUG: Percentage is 100.000000
11:37:45 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:45 T:6032 DEBUG: Percentage is 100.000000
11:37:45 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:45 T:6032 DEBUG: Percentage is 100.000000
11:37:46 T:4160 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:46 T:6032 DEBUG: Percentage is 100.000000
11:37:46 T:2912 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:46 T:6032 DEBUG: Percentage is 100.000000
11:37:47 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:47 T:6032 DEBUG: Percentage is 100.000000
11:37:47 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:47 T:6032 DEBUG: Percentage is 100.000000
11:37:48 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:48 T:6032 DEBUG: Percentage is 100.000000
11:37:48 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:48 T:6032 DEBUG: Percentage is 100.000000
11:37:49 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:49 T:6032 DEBUG: Percentage is 100.000000
11:37:49 T:2912 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:49 T:6032 DEBUG: Percentage is 100.000000
11:37:50 T:3312 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:50 T:6032 DEBUG: Percentage is 100.000000
11:37:50 T:3312 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:50 T:6032 DEBUG: Percentage is 100.000000
11:37:51 T:4160 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:51 T:6032 DEBUG: Percentage is 100.000000
11:37:51 T:3312 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:51 T:6032 DEBUG: Percentage is 100.000000
11:37:52 T:3312 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:52 T:6032 DEBUG: Percentage is 100.000000
11:37:52 T:2912 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:52 T:6032 DEBUG: Percentage is 100.000000
11:37:53 T:2912 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:53 T:6032 DEBUG: Percentage is 100.000000
11:37:53 T:3312 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:53 T:6032 DEBUG: Percentage is 100.000000
11:37:54 T:3312 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:54 T:6032 DEBUG: Percentage is 100.000000
11:37:54 T:3312 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:54 T:6032 DEBUG: Percentage is 100.000000
11:37:55 T:2912 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:55 T:6032 DEBUG: Percentage is 100.000000
11:37:55 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:55 T:6032 DEBUG: Percentage is 100.000000
11:37:56 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:56 T:6032 DEBUG: Percentage is 100.000000
11:37:56 T:3312 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:56 T:6032 DEBUG: Percentage is 100.000000
11:37:57 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:57 T:6032 DEBUG: Percentage is 100.000000
11:37:57 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:57 T:6032 DEBUG: Percentage is 100.000000
11:37:58 T:4160 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:58 T:6032 DEBUG: Percentage is 100.000000
11:37:58 T:3312 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:58 T:6032 DEBUG: Percentage is 100.000000
11:37:59 T:4160 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:59 T:6032 DEBUG: Percentage is 100.000000
11:37:59 T:3312 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:37:59 T:6032 DEBUG: Percentage is 100.000000
11:38:00 T:3312 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:00 T:6032 DEBUG: Percentage is 100.000000
11:38:00 T:3312 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:00 T:6032 DEBUG: Percentage is 100.000000
11:38:01 T:3312 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:01 T:6032 DEBUG: Percentage is 100.000000
11:38:01 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:01 T:6032 DEBUG: Percentage is 100.000000
11:38:02 T:2912 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:02 T:6032 DEBUG: Percentage is 100.000000
11:38:02 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:02 T:6032 DEBUG: Percentage is 100.000000
11:38:03 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:03 T:6032 DEBUG: Percentage is 100.000000
11:38:03 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:03 T:6032 DEBUG: Percentage is 100.000000
11:38:04 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:04 T:6032 DEBUG: Percentage is 100.000000
11:38:04 T:3312 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:04 T:6032 DEBUG: Percentage is 100.000000
11:38:05 T:4160 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:05 T:6032 DEBUG: Percentage is 100.000000
11:38:05 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:05 T:6032 DEBUG: Percentage is 100.000000
11:38:06 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:06 T:6032 DEBUG: Percentage is 100.000000
11:38:06 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:06 T:6032 DEBUG: Percentage is 100.000000
11:38:07 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:07 T:6032 DEBUG: Percentage is 100.000000
11:38:07 T:4160 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:07 T:6032 DEBUG: Percentage is 100.000000
11:38:08 T:4160 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:08 T:6032 DEBUG: Percentage is 100.000000
11:38:08 T:3312 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:08 T:6032 DEBUG: Percentage is 100.000000
11:38:09 T:2912 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:09 T:6032 DEBUG: Percentage is 100.000000
11:38:09 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:09 T:6032 DEBUG: Percentage is 100.000000
11:38:09 T:6032 DEBUG: CWinEventsWin32::WndProcWindow is inactive
11:38:09 T:6032 DEBUG: CWinEventsWin32::WndProc: Focus switched to process C:\Program Files (x86)\CyberLink\PowerDVD13\Movie\PowerDVD.exe
11:38:10 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:10 T:6032 DEBUG: Previous line repeats 1 times.
11:38:10 T:6032 DEBUG: Percentage is 100.000000
11:38:11 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:11 T:6032 DEBUG: Previous line repeats 1 times.
11:38:11 T:6032 DEBUG: Percentage is 100.000000
11:38:12 T:3312 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:12 T:6032 DEBUG: Previous line repeats 1 times.
11:38:12 T:6032 DEBUG: Percentage is 100.000000
11:38:13 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:13 T:6032 DEBUG: Previous line repeats 1 times.
11:38:13 T:6032 DEBUG: Percentage is 100.000000
11:38:14 T:3312 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:14 T:6032 DEBUG: Previous line repeats 1 times.
11:38:14 T:6032 DEBUG: Percentage is 100.000000
11:38:15 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:15 T:6032 DEBUG: Previous line repeats 1 times.
11:38:15 T:6032 DEBUG: Percentage is 100.000000
11:38:16 T:3312 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:16 T:6032 DEBUG: Previous line repeats 1 times.
11:38:16 T:6032 DEBUG: Percentage is 100.000000
11:38:17 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:17 T:6032 DEBUG: Previous line repeats 1 times.
11:38:17 T:6032 DEBUG: Percentage is 100.000000
11:38:18 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:18 T:6032 DEBUG: Previous line repeats 1 times.
11:38:18 T:6032 DEBUG: Percentage is 100.000000
11:38:19 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:19 T:6032 DEBUG: Previous line repeats 1 times.
11:38:19 T:6032 DEBUG: Percentage is 100.000000
11:38:20 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:20 T:6032 DEBUG: Previous line repeats 1 times.
11:38:20 T:6032 DEBUG: Percentage is 100.000000
11:38:21 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:21 T:6032 DEBUG: Previous line repeats 1 times.
11:38:21 T:6032 DEBUG: Percentage is 100.000000
11:38:21 T:6032 DEBUG: CWinEventsWin32::WndProcWindow is active
11:38:22 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:22 T:6032 DEBUG: Percentage is 100.000000
11:38:22 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:23 T:6032 DEBUG: Percentage is 100.000000
11:38:23 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:23 T:6032 DEBUG: Percentage is 100.000000
11:38:23 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:24 T:6032 DEBUG: Percentage is 100.000000
11:38:24 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:24 T:6032 DEBUG: Percentage is 100.000000
11:38:24 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:25 T:6032 DEBUG: Percentage is 100.000000
11:38:25 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:25 T:6032 DEBUG: Percentage is 100.000000
11:38:25 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:26 T:6032 DEBUG: Percentage is 100.000000
11:38:26 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:26 T:6032 DEBUG: Percentage is 100.000000
11:38:26 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:27 T:6032 DEBUG: Percentage is 100.000000
11:38:27 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:27 T:6032 DEBUG: Percentage is 100.000000
11:38:27 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:28 T:6032 DEBUG: Percentage is 100.000000
11:38:28 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:28 T:6032 DEBUG: Percentage is 100.000000
11:38:28 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:29 T:6032 DEBUG: Percentage is 100.000000
11:38:29 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:29 T:6032 DEBUG: Percentage is 100.000000
11:38:29 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:30 T:6032 DEBUG: Percentage is 100.000000
11:38:30 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:30 T:6032 DEBUG: Percentage is 100.000000
11:38:30 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:31 T:6032 DEBUG: Percentage is 100.000000
11:38:31 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:31 T:6032 DEBUG: Percentage is 100.000000
11:38:31 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:32 T:6032 DEBUG: Percentage is 100.000000
11:38:32 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:32 T:6032 DEBUG: Percentage is 100.000000
11:38:32 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:33 T:6032 DEBUG: Percentage is 100.000000
11:38:33 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:33 T:6032 DEBUG: Percentage is 100.000000
11:38:33 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:34 T:6032 DEBUG: Percentage is 100.000000
11:38:34 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:34 T:6032 DEBUG: Percentage is 100.000000
11:38:34 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:35 T:6032 DEBUG: Percentage is 100.000000
11:38:35 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:35 T:6032 DEBUG: Percentage is 100.000000
11:38:35 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:36 T:6032 DEBUG: Percentage is 100.000000
11:38:36 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:36 T:6032 DEBUG: Percentage is 100.000000
11:38:36 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:37 T:6032 DEBUG: Percentage is 100.000000
11:38:37 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:37 T:6032 DEBUG: Percentage is 100.000000
11:38:37 T:2912 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:38 T:6032 DEBUG: Percentage is 100.000000
11:38:38 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:38 T:6032 DEBUG: Percentage is 100.000000
11:38:38 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:39 T:6032 DEBUG: Percentage is 100.000000
11:38:39 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:39 T:6032 DEBUG: Percentage is 100.000000
11:38:39 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:40 T:6032 DEBUG: Percentage is 100.000000
11:38:40 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:40 T:6032 DEBUG: Percentage is 100.000000
11:38:40 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:41 T:6032 DEBUG: Percentage is 100.000000
11:38:41 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:41 T:6032 DEBUG: Percentage is 100.000000
11:38:42 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:42 T:6032 DEBUG: Percentage is 100.000000
11:38:42 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:42 T:6032 DEBUG: Percentage is 100.000000
11:38:43 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:43 T:6032 DEBUG: Percentage is 100.000000
11:38:43 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:43 T:6032 DEBUG: Percentage is 100.000000
11:38:44 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:44 T:6032 DEBUG: Percentage is 100.000000
11:38:44 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:44 T:6032 DEBUG: Percentage is 100.000000
11:38:45 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:45 T:6032 DEBUG: Percentage is 100.000000
11:38:45 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:45 T:6032 DEBUG: Percentage is 100.000000
11:38:46 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:46 T:6032 DEBUG: Percentage is 100.000000
11:38:46 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:46 T:6032 DEBUG: Percentage is 100.000000
11:38:47 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:47 T:6032 DEBUG: Percentage is 100.000000
11:38:47 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:47 T:6032 DEBUG: Percentage is 100.000000
11:38:48 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:48 T:6032 DEBUG: Percentage is 100.000000
11:38:48 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:48 T:6032 DEBUG: Percentage is 100.000000
11:38:49 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:49 T:6032 DEBUG: Percentage is 100.000000
11:38:49 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:49 T:6032 DEBUG: Percentage is 100.000000
11:38:50 T:3312 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:50 T:6032 DEBUG: Percentage is 100.000000
11:38:50 T:3312 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:50 T:6032 DEBUG: Percentage is 100.000000
11:38:51 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:51 T:6032 DEBUG: Percentage is 100.000000
11:38:51 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:52 T:6032 DEBUG: Percentage is 100.000000
11:38:52 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:52 T:6032 DEBUG: Percentage is 100.000000
11:38:52 T:3312 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:53 T:6032 DEBUG: Previous line repeats 1 times.
11:38:53 T:6032 DEBUG: Percentage is 100.000000
11:38:53 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:53 T:6032 DEBUG: Percentage is 100.000000
11:38:54 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:54 T:6032 DEBUG: Percentage is 100.000000
11:38:54 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:54 T:6032 DEBUG: Percentage is 100.000000
11:38:55 T:3312 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:55 T:6032 DEBUG: Percentage is 100.000000
11:38:55 T:3312 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:55 T:6032 DEBUG: Percentage is 100.000000
11:38:56 T:3312 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:56 T:6032 DEBUG: Percentage is 100.000000
11:38:56 T:6032 DEBUG: Keyboard: scancode: 1c, sym: 000d, unicode: 000d, modifier: 0
11:38:56 T:6032 DEBUG: CApplication::OnKey: return (f00d) pressed, action is Select
11:38:56 T:5416 DEBUG: webserver: request received for /xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
11:38:56 T:6032 DEBUG: Percentage is 100.000000
11:38:56 T:6032 DEBUG: ------ Window Deinit (DialogOK.xml) ------
11:38:56 T:3848 NOTICE: CExternalPlayer:Tonguerocess: Stop
11:38:56 T:3848 NOTICE: CExternalPlayer:Tonguerocess: Showing XBMC window TOPMOST
11:38:56 T:3848 DEBUG: CSoftAE::Resume - Resuming AE processing
11:38:56 T:3848 DEBUG: CAnnouncementManager - Announcement: OnStop from xbmc
11:38:56 T:3848 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnStop
11:38:56 T:3848 DEBUG: Thread CExternalPlayer 3848 terminating
11:38:56 T:6140 DEBUG: CSoftAE::Run - Sink was forgotten
11:38:56 T:6140 DEBUG: CSoftAE::Run - Sink restart flagged
11:38:56 T:6140 INFO: CSoftAE::InternalOpenSink - sink incompatible, re-starting
11:38:56 T:6140 DEBUG: CAESinkDirectSound::Initialize: Using Window handle: 591104
11:38:56 T:6140 DEBUG: CAESinkDirectSound::Initialize: secondary buffer created
11:38:56 T:6140 DEBUG: CAESinkDirectSound::Initialize: Initializing DirectSound with the following parameters:
Reply
#4
Try this

go into SYSTEM > SETTINGS > SYSTEM and check the box labeled USE A FULLSCREEN WINDOW RATHER THAN TRUE FULLSCREEN

My setup is a little different...heres mine

<playercorefactory>
<players>
<player name="Disc_Player" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Users\Brian\AppData\Roaming\XBMC\userdata\PlayDisc.bat</filename>
<args>"{1}"</args>
<hidexbmc>false</hidexbmc>
</player>
<player name="ISO_BDMV_Player" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Users\Brian\AppData\Roaming\XBMC\userdata\PlayISO.bat</filename>
<args>"{1}"</args>
<hidexbmc>true</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>
</player>
<player name="Universal_Player" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files (x86)\CyberLink\PowerDVD13\Movie\PowerDVD Cinema\PowerDVDCinema13.exe</filename>
<args>"{1}"</args>
<hidexbmc>true</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>
</player>
<player name="MPCHC_Player" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files\MPC-HC\mpc-hc64.exe</filename>
<args>"{1}"</args>
<hidexbmc>true</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>
<rules action="prepend">
<!-- Bluray ISO -->
<!-- Bluray ISO/BDMV -->
<rule filetypes="iso|bdmv|mpls" player="ISO_BDMV_Player"/>

<!-- Bluray Disc -->
<rule filetypes="bd|ifo" player="Disc_Player"/>

</rules>
</playercorefactory>
Reply
#5
That definitely made things better. It only took about 30 seconds before switching to PowerDVD saying "Loading blu-ray disc". However, PowerDVD seems to stop after it loads it and not actually play anything. Can I see your PlayDisc.bat file? I'm not sure if I'm using the right program to launch it. I got my information from the powerDVD forums, and the information was out of date.
Reply
#6
"C:\Program Files (x86)\Elaborate Bytes\VirtualCloneDrive\VCDMount.exe" /d=0 %1
"C:\Program Files (x86)\CyberLink\PowerDVD13\Movie\PowerDVD Cinema\PowerDVDCinema13.exe" m:
Reply
#7
(2014-05-19, 09:05)madjockxbmc Wrote: "C:\Program Files (x86)\Elaborate Bytes\VirtualCloneDrive\VCDMount.exe" /d=0 %1
"C:\Program Files (x86)\CyberLink\PowerDVD13\Movie\PowerDVD Cinema\PowerDVDCinema13.exe" m:


Hmm, I don't have PowerDVDCinema. I wonder if that's a different version. I have Ultra.
Reply
#8
Its only a mode, have you looked in the directory ?

I only use it as it helps when sitting a distance from my TV.
Reply
#9
I checked and it wasn't in that directory. I have PowerDVDML, PowerDVD13.exe, and PDVLP.exe
Reply
#10
Unsure what to say, its built into Powerdvd

http://www.cyberlink.com/prog/search/sea...inema+mode

You not have the icon up the top right as the info shows, try a search in Windows for the exe file.
Reply
#11
You want to run PDVLP.EXE
Reply

Logout Mark Read Team Forum Stats Members Help
"Play Disc" With External Player and Blu-Ray0