WiSoWiki: remotecontrol ...

dvd 2 xbox | Page Index | Recent Changes | Recently Commented | Users | Registration | Login:  Password:  
Donate to dvd2xbox
 

The remotecontrol.xml file

This file can be used with dvd2xbox version 0.7.6 and up to call dvd2xbox remotely from any app. If found dvd2xbox directly starts to copy the disc in the DVD drive to the hardisk. The destination path and the mode to use (normal file copy or iso ripper) can be configured via the xml file.
The skin parameter can be used to choose a different skin for remote calls. A dash indicates to use the default skin.
The runapp parameter needs to be set in order to run the calling app after copying. A dash indicates to boot the dash.


<!-- rename this file to remotecontrol.xml to call dvd2xbox from another application !-->
<remotecontrol>
 
    <!-- use this skin instead the default one. dash keeps default !-->
    <skin>Project_Mayhem_III</skin>
 
    <!-- run this app when dvd2xbox is finished. dash loads the dashboard !-->
    <runapp>-</runapp>
    
    <!-- "yes" to delete the remotecontrol.xml file after processing !-->
    <delconf>yes</delconf> 
 
    <!-- for xbox games !-->
    <gamecopy>
        <!-- show the virtual keyboard !-->
        <showkeyboard>no</showkeyboard>
 
        <!-- show the copy retry dialog if files fail to copy !-->
        <copyretrydialog>no</copyretrydialog>
 
        <!-- normal for file copy, iso for iso ripper mode !-->
        <mode>normal</mode>
    
        <!-- destination path !-->
        <destination>e:\games</destination>
    </gamecopy>    
 
    <!-- Video DVDs !-->
    <videocopy>
        <!-- show the virtual keyboard !-->
        <showkeyboard>yes</showkeyboard>
 
        <!-- show the copy retry dialog if files fail to copy !-->
        <copyretrydialog>no</copyretrydialog>
 
        <!-- normal for file copy, iso for iso ripper mode !-->
        <mode>normal</mode>
 
        <!-- destination path !-->
        <destination>e:\videos</destination>
    </videocopy>
 
    <!-- Audio CDs !-->
    <audiocopy>
        <!-- show the virtual keyboard !-->
        <showkeyboard>yes</showkeyboard>
 
        <!-- show the copy retry dialog if files fail to copy !-->
        <copyretrydialog>no</copyretrydialog>
 
        <!-- mp3, oggvorbis, wav !-->
        <mode>mp3</mode>
 
        <!-- destination path !-->
        <destination>e:\music</destination>
    </audiocopy>
</remotecontrol>


 
There are no files on this page. [Display files/form]