2008-07-25, 12:38 AM
I'd like to be able to play Blu-Ray and HD-DVD's stored as an iso and mounted with daemon from inside GB-PVR. Right now, what I do is the following:
Using Video Library, I select the iso file. This causes it to be mounted, but since GB-PVR expects it to be a DVD, it doesn't play. I then exit the black screen, and go to the main menu where I execute a custom task that plays a batch file to play PowerDVD. Since the iso I want remained mounted from the failed attempt to play it as a DVD, PowerDVD plays it as the Blu-Ray or HD-DVD it really is.
The custom task is a bat file that I found here:
@echo off
Rem PowerDVD.bat
taskkill /F /IM "pvrx2.exe"
C:\PowerDVD\PowerDVD.exe X:
start C:\gbpvr\pvrx2.exe
exit
My question is if there is an easier/single step way to do this. Can I get PowerDVD to run instead of the internal DVD player? Can I associate a bat file with the iso file so that selecting an iso runs the batch file to both mount the iso and run PowerDVD? I've done a lot of searching and saw one post saying someone had figured out how to do something like this, but he didn't say how.
Thanks!
Using Video Library, I select the iso file. This causes it to be mounted, but since GB-PVR expects it to be a DVD, it doesn't play. I then exit the black screen, and go to the main menu where I execute a custom task that plays a batch file to play PowerDVD. Since the iso I want remained mounted from the failed attempt to play it as a DVD, PowerDVD plays it as the Blu-Ray or HD-DVD it really is.
The custom task is a bat file that I found here:
@echo off
Rem PowerDVD.bat
taskkill /F /IM "pvrx2.exe"
C:\PowerDVD\PowerDVD.exe X:
start C:\gbpvr\pvrx2.exe
exit
My question is if there is an easier/single step way to do this. Can I get PowerDVD to run instead of the internal DVD player? Can I associate a bat file with the iso file so that selecting an iso runs the batch file to both mount the iso and run PowerDVD? I've done a lot of searching and saw one post saying someone had figured out how to do something like this, but he didn't say how.
Thanks!