Keresés

Új hozzászólás Aktív témák

  • elmouse

    aktív tag

    válasz Salvador20 #10267 üzenetére

    Így néz ki a playercorefactory.xml-em:

    <playercorefactory>
    <players>
    <player name="PowerDVD ISO" type="ExternalPlayer" audio="false" video="true">
    <filename>C:\Program Files\Elaborate Bytes\VirtualCloneDrive\pdvdiso.bat</filename>
    <args>"{1}"</args>
    <hidexbmc>true</hidexbmc>
    <hideconsole>true</hideconsole>
    <warpcursor>none</warpcursor>
    </player>
    <player name="PowerDVD" type="ExternalPlayer" audio="false" video="true">
    <filename>C:\Program Files\Elaborate Bytes\VirtualCloneDrive\pdvd.bat</filename>
    <args></args>
    <hidexbmc>true</hidexbmc>
    <hideconsole>true</hideconsole>
    <warpcursor>none</warpcursor>
    </player>
    <player name="TMT5 ISO" type="ExternalPlayer" audio="false" video="true">
    <filename>C:\Program Files\Elaborate Bytes\VirtualCloneDrive\tmtiso.bat</filename>
    <args>"{1}"</args>
    <hidexbmc>true</hidexbmc>
    <hideconsole>true</hideconsole>
    <warpcursor>none</warpcursor>
    </player>
    </players>
    <rules action="prepend">
    <rule filetypes="iso" filename=".*iso" player="PowerDVD ISO"/>
    <rule filetypes="iso" filename=".*ISO" player="PowerDVD ISO"/>
    <rule name="dvd" protocols="dvd" player="PowerDVD"/>
    </rules>
    </playercorefactory>

    Mint látható, a batch file-ok a VirtualCloneDrive mappájában vannak.

    pdvd.bat (ez játssza le a normál dvd-ket, ezt akár közvetlenül is bele lehet írni az xml-be)

    "C:\Program Files\CyberLink\PowerDVD10\PowerDVD10.exe" d:

    pdvdiso.bat (ez játssza le alapértelmezetten iso file-okat)

    "C:\Program Files\Elaborate Bytes\VirtualCloneDrive\vcdmount.exe" /d=0 %1
    "C:\Program Files\CyberLink\PowerDVD10\PowerDVD10.exe" f:
    "C:\Program Files\Elaborate Bytes\VirtualCloneDrive\vcdmount.exe" /d=0 /u

    tmt5iso.bat (ezt néha használom az iso-k lejátszására)

    "C:\Program Files\Elaborate Bytes\VirtualCloneDrive\vcdmount.exe" /d=0 %1
    "C:\Program Files\ArcSoft\TotalMedia Theatre 5\uTotalMediaTheatre5.exe" f:
    "C:\Program Files\Elaborate Bytes\VirtualCloneDrive\vcdmount.exe" /d=0 /u

    Persze a meghajtók betűjeleit meg kell változtatni.

Új hozzászólás Aktív témák