AboutDialog About Ok Qt based graphical user interface to CHDMAN, the MAME CHD management tool Copyright All Rights Reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the license, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Qt CHDMAN GUI is part of the QMC2 project MainWindow MainWindow &Window View mode &Help Create a new project Ctrl+N Load existing project from file Ctrl+L Save Ctrl+S Save as... Ctrl+Shift+S Exit Quit GUI Ctrl+X Next Ctrl+Alt+N Previous Ctrl+Alt+P Tile Ctrl+Alt+T Cascade Ctrl+Alt+C Close Close all &File Recent projects Recent scripts New project Load project... Save project or script to file Save project or script under a different name Select next window Select previous window Tile windows Cascade windows Close active window Close all windows About... About this program About Qt... About Qt Preferences... General preferences Ctrl+P View in windowed mode View in tabbed mode Save all projects or scripts Load script... Load existing script from file Ctrl+Shift+L Wiki... Open our wiki in the default browser Forum... Open our forum in the default browser Bug tracker... Open our bug-tracking system in the default browser Windowed Ctrl+Shift+W Tabbed Ctrl+Shift+T Save all Ctrl+Alt+S New script Create a new script Ctrl+Shift+N avhu (A/V Huffman) cdfl (CD FLAC) cdlz (CD LZMA) cdzl (CD Deflate) flac (FLAC) huff (Huffman) lzma (LZMA) zlib (Deflate) All files (*) Choose project file Project files (*.prj) Choose script file Script files (*.scr) KB MB GB TB Running scripts / projects: %1 / %2 Project '%1' doesn't exist Script '%1' doesn't exist Confirm There are %n script(s) currently running. Proceed? There is 1 project currently running. Closing its window will kill the external process! Proceed? There are %1 projects currently running. Closing their windows will kill the external processes! Proceed? PreferencesDialog Preferences Ok Apply Cancel GUI Select the GUI language (requires a restart to take effect!) German (de) Spanish (es) Greek (el) French (fr) Italian (it) Polish (pl) Portuguese (pt) Romanian (ro) Swedish (sv) English (us) Style Select the GUI style Font Application font Size Application font size Log font Log font size Maximize new project or script windows Maximize windows Make sure project help texts are shown Display project help texts Use the platform's native file dialogs or the Qt built-in ones Use native file dialogs Include the names of the I/O channels (stdout / stderr) when logging CHDMAN output Log channel names Editor font Editor font size Paths CHD input CHDMAN binary Language Path to the CHDMAN binary <b>Paths to program binaries</b> Non-CHD input <b>Preferred folders for input &amp; output files</b> CHD output Non-CHD output Preferred folder to use for non-CHD output files Preferred folder to use for CHD output files Preferred folder to search for non-CHD input files Preferred folder to search for CHD input files Choose CHDMAN binary All files (*) Choose preferred CHD input path Choose preferred non-CHD input path Choose preferred CHD output path Choose preferred non-CHD output path ProjectWidget Select project type Display information about a CHD input file Verify the integrity of a CHD input file Copy data from one CHD to another Create a raw CHD from an input file Create an HD CHD from an input file Create a CD CHD from an input file Create an LD CHD from an input file Extract a raw file from a CHD input file Extract an HD file from a CHD input file Extract a CD file from a CHD input file Extract an LD AVI file from a CHD input file Dump meta-data from a CHD Add meta-data to a CHD Remove meta-data from a CHD Project status / progress Idle Run this project Terminate the running process Tools menu Output additional information (--verbose) Verbose output CHD input file (--input) CHD input file (required) <p> <b>CHDMAN Info</b> </p> Displays information about a CHD file. <p> <b>Parameters</b> </p> <p> --input, -i &lt;filename&gt;: input file name (required)<br> --verbose, -v: output additional information </p> Parent CHD input file (--inputparent) Parent CHD input file <p> <b>CHDMAN Verify</b> </p> Verifies a CHD's integrity. <p> <b>Parameters</b> </p> <p> --input, -i &lt;filename&gt;: input file name (required)<br> --inputparent, -ip &lt;filename&gt;: parent file name for input CHD </p> Compression Force overwriting output files (--force) Overwrite existing files Starting byte offset within the input (--inputstartbyte) auto Size in bytes of each hunk (--hunksize) Input hunks Input bytes Effective length of input in bytes (--inputbytes) Input start byte Parent CHD output file (--outputparent) Parent CHD output file CHD output file (--output) CHD output file (required) Hunk size Number of CPUs Input start hunk Limit the number of processors to use during compression (--numprocessors) Starting hunk offset within the input (--inputstarthunk) Effective length of input in hunks (--inputhunks) Select up to 4 compression codecs to use (--compression) <p> <b>CHDMAN Copy</b> </p> Copies data from one CHD to another of the same type. <p> <b>Parameters</b> </p> <p> --input, -i &lt;filename&gt;: input file name (required)<br> --output, -o &lt;filename&gt;: output file name (required)<br> --inputparent, -ip &lt;filename&gt;: parent file name for input CHD<br> --outputparent, -op &lt;filename&gt;: parent file name for output CHD<br> --force, -f: force overwriting an existing file<br> --numprocessors, -np &lt;processors&gt;: limit the number of processors to use during compression<br> --inputstartbyte, -isb &lt;offset&gt;: starting byte offset within the input<br> --inputstarthunk, -ish &lt;offset&gt;: starting hunk offset within the input<br> --inputbytes, -ib &lt;length&gt;: effective length of input in bytes<br> --inputhunks, -ih &lt;length&gt;: effective length of input in hunks<br> --hunksize, -hs &lt;bytes&gt;: size of each hunk in bytes<br> --compression, -c &lt;none|type1[,type2[,...]]&gt;: which compression codecs to use (up to 4) </p> (required) Input file (--input) Input file (required) Unit size Size in bytes of each unit (--unitsize) <p> <b>CHDMAN CreateRaw</b> </p> Creates a new raw CHD from an input file. <p> <b>Parameters</b> </p> <p> --input, -i &lt;filename&gt;: input file name (required)<br> --output, -o &lt;filename&gt;: output file name (required)<br> --outputparent, -op &lt;filename&gt;: parent file name for output CHD<br> --force, -f: force overwriting an existing file<br> --numprocessors, -np &lt;processors&gt;: limit the number of processors to use during compression<br> --inputstartbyte, -isb &lt;offset&gt;: starting byte offset within the input<br> --inputstarthunk, -ish &lt;offset&gt;: starting hunk offset within the input<br> --inputbytes, -ib &lt;length&gt;: effective length of input in bytes<br> --inputhunks, -ih &lt;length&gt;: effective length of input in hunks<br> --hunksize, -hs &lt;bytes&gt;: size of each hunk in bytes (required)<br> --unitsize, -us &lt;bytes&gt;: size of each unit in bytes (required)<br> --compression, -c &lt;none|type1[,type2[,...]]&gt;: which compression codecs to use (up to 4) </p> <p> <b>CHDMAN CreateHD</b> </p> Creates a new HD CHD from an input file. <p> <b>Parameters</b> </p> <p> --input, -i &lt;filename&gt;: input file name<br> --output, -o &lt;filename&gt;: output file name (required)<br> --outputparent, -op &lt;filename&gt;: parent file name for output CHD<br> --ident, -id &lt;filename&gt;: name of ident file to provide CHS information<br> --force, -f: force overwriting an existing file<br> --numprocessors, -np &lt;processors&gt;: limit the number of processors to use during compression<br> --inputstartbyte, -isb &lt;offset&gt;: starting byte offset within the input<br> --inputstarthunk, -ish &lt;offset&gt;: starting hunk offset within the input<br> --inputbytes, -ib &lt;length&gt;: effective length of input in bytes<br> --inputhunks, -ih &lt;length&gt;: effective length of input in hunks<br> --hunksize, -hs &lt;bytes&gt;: size of each hunk in bytes (required)<br> --chs, -chs &lt;cylinders,heads,sectors&gt;: specifies CHS values directly<br> --sectorsize, -ss &lt;bytes&gt;: size of each hard disk sector in bytes<br> --compression, -c &lt;none|type1[,type2[,...]]&gt;: which compression codecs to use (up to 4) </p> Size in bytes of each hard disk sector (--sectorsize) Sector size Ident file to provide CHS information (--ident) Ident file Sectors (--chs) Heads (--chs) Input file Cylinders (--chs) Cyls / Heads / Sectors Disk capacity Calculated hard disk capacity (if applicable) Set disk geometry from predefined templates From template CD input file (--input) CD input file (required) <p> <b>CHDMAN CreateCD</b> </p> Creates a CD CHD from an input file. <p> <b>Parameters</b> </p> <p> --input, -i &lt;filename&gt;: input file name (required)<br> --output, -o &lt;filename&gt;: output file name (required)<br> --outputparent, -op &lt;filename&gt;: parent file name for output CHD<br> --force, -f: force overwriting an existing file<br> --numprocessors, -np &lt;processors&gt;: limit the number of processors to use during compression<br> --hunksize, -hs &lt;bytes&gt;: size of each hunk in bytes<br> --compression, -c &lt;none|type1[,type2[,...]]&gt;: which compression codecs to use (up to 4) </p> Effective length of input in frames (--inputframes) Input frames LD input file (--input) LD input file (required) Starting frame within the input (--inputstartframe) Input start frame <p> <b>CHDMAN CreateLD</b> </p> Creates a laser-disc CHD from an input file. <p> <b>Parameters</b> </p> <p> --input, -i &lt;filename&gt;: input file name (required)<br> --output, -o &lt;filename&gt;: output file name (required)<br> --outputparent, -op &lt;filename&gt;: parent file name for output CHD<br> --force, -f: force overwriting an existing file<br> --numprocessors, -np &lt;processors&gt;: limit the number of processors to use during compression<br> --inputstartframe, -isf &lt;offset&gt;: starting frame within the input<br> --inputframes, -if &lt;length&gt;: effective length of input in frames<br> --hunksize, -hs &lt;bytes&gt;: size of each hunk in bytes<br> --compression, -c &lt;none|type1[,type2[,...]]&gt;: which compression codecs to use (up to 4) </p> Output file (--output) Output file (required) <p> <b>CHDMAN ExtractRaw</b> </p> Extracts a raw file from a CHD input file. <p> <b>Parameters</b> </p> <p> --input, -i &lt;filename&gt;: input file name (required)<br> --output, -o &lt;filename&gt;: output file name (required)<br> --inputparent, -op &lt;filename&gt;: parent file name for input CHD<br> --force, -f: force overwriting an existing file<br> --inputstartbyte, -isb &lt;offset&gt;: starting byte offset within the input<br> --inputstarthunk, -ish &lt;offset&gt;: starting hunk offset within the input<br> --inputbytes, -ib &lt;length&gt;: effective length of input in bytes<br> --inputhunks, -ih &lt;length&gt;: effective length of input in hunks </p> <p> <b>CHDMAN ExtractHD</b> </p> Extracts an HD file from a CHD input file. <p> <b>Parameters</b> </p> <p> --input, -i &lt;filename&gt;: input file name (required)<br> --output, -o &lt;filename&gt;: output file name (required)<br> --inputparent, -op &lt;filename&gt;: parent file name for input CHD<br> --force, -f: force overwriting an existing file<br> --inputstartbyte, -isb &lt;offset&gt;: starting byte offset within the input<br> --inputstarthunk, -ish &lt;offset&gt;: starting hunk offset within the input<br> --inputbytes, -ib &lt;length&gt;: effective length of input in bytes<br> --inputhunks, -ih &lt;length&gt;: effective length of input in hunks </p> Binary output file (--outputbin) Binary output file <p> <b>CHDMAN ExtractCD</b> </p> Extracts a CD file from a CHD input file. <p> <b>Parameters</b> </p> <p> --input, -i &lt;filename&gt;: input file name (required)<br> --inputparent, -ip &lt;filename&gt;: parent file name for input CHD<br> --output, -o &lt;filename&gt;: output file name (required)<br> --outputbin, -ob &lt;filename&gt;: output file name for binary data<br> --force, -f: force overwriting an existing file </p> LD output file (--output) LD output file (required) <p> <b>CHDMAN ExtractLD</b> </p> Extracts a laser-disc AVI file from a CHD input file. <p> <b>Parameters</b> </p> <p> --input, -i &lt;filename&gt;: input file name (required)<br> --output, -o &lt;filename&gt;: output file name (required)<br> --inputparent, -ip &lt;filename&gt;: parent file name for input CHD<br> --force, -f: force overwriting an existing file<br> --inputstartframe, -isf &lt;offset&gt;: starting frame within the input<br> --inputframes, -if &lt;length&gt;: effective length of input in frames </p> Tag (required) Indexed instance of this meta-data tag (--index) Output file (leave empty to use stdout) Index 4-character tag for meta-data (--tag) <p> <b>CHDMAN DumpMeta</b> </p> Dump meta-data from a CHD to stdout or file. <p> <b>Parameters</b> </p> <p> --input, -i &lt;filename&gt;: input file name (required)<br> --output, -o &lt;filename&gt;: output file name<br> --force, -f: force overwriting an existing file<br> --tag, -t &lt;tag&gt;: 4-character tag for meta-data (required)<br> --index, -ix &lt;index&gt;: indexed instance of this meta-data tag </p> File containing the meta-data (--valuefile) Meta-data value file Text for the meta-data (--valuetext) Meta-data value text Do not include this meta-data information in the overall SHA-1 check-sum (--nochecksum) Don't include in SHA-1 check-sum <p> <b>CHDMAN AddMeta</b> </p> Add meta-data to a CHD. <p> <b>Parameters</b> </p> <p> --input, -i &lt;filename&gt;: input file name (required)<br> --valuefile, -vf &lt;file&gt;: file containing data to add<br> --valuetext, -vt &lt;text&gt;: text for the meta-data<br> --tag, -t &lt;tag&gt;: 4-character tag for meta-data (required)<br> --index, -ix &lt;index&gt;: indexed instance of this meta-data tag<br> --nochecksum, -nocs: do not include this meta-data information in the overall SHA-1 check-sum </p> <p> <b>CHDMAN DelMeta</b> </p> Remove meta-data from a CHD. <p> <b>Parameters</b> </p> <p> --input, -i &lt;filename&gt;: input file name (required)<br> --tag, -t &lt;tag&gt;: 4-character tag for meta-data (required)<br> --index, -ix &lt;index&gt;: indexed instance of this meta-data tag </p> Project log Select default none Load Save Save as... Clone to Morph to Copy stdout to clipboard Copy stderr to clipboard Copy command to clipboard Info Verify Copy CreateRaw CreateHD CreateCD CreateLD ExtractRaw ExtractHD ExtractCD ExtractLD DumpMeta AddMeta DelMeta starting process Starting terminating process process started: PID = %1 Running normal terminated crashed stdout stderr failed to start timed out write error read error Choose project file Project files (*.prj) Qt CHDMAN GUI project file -- please do not edit manually unknown process error: %1 Choose CHD input file Choose parent CHD input file Choose CHD output file Choose parent CHD output file Choose input file All files (*) process finished: exitCode = %1, exitStatus = %2, execTime = %3 CHD files (*.chd) Choose ident file CUE files (*.cue) TOC files (*.toc) GDI files (*.gdi) NRG files (*.nrg) Compatible files (*.cue *.toc *.gdi *.nrg *.iso) ISO files (*.iso) Choose CD input file AVI files (*.avi) Choose LD input file Raw disk image (*.img) Mac disk image (*.dmg) Apple IIgs disk image (*.2mg) FM-Towns disk image (*.h0 *.h1 *.h2 *.h3 *.h4) IDE64 disk image (*.hdd) Choose output file X68k SASI disk image (*.hdf) X68k SCSI disk image (*.hds) Binary CD files (*.bin) Choose binary output file Choose meta-data value file Failed loading project '%1' Noname-%1 Project '%1' saved Failed saving project '%1' cloning to '%1' is not supported yet morphing to '%1' is not supported yet ProjectWindow Noname-%1 Confirm Project '%1' is currently running. Closing its window will kill the external process! Proceed? Script '%1' is currently running. Proceed? ScriptEngine Choose file Choose folder Input text Choose item Input value warning project '%1' already exists project type '%1' doesn't exists - valid types are: %2 project '%1' doesn't exists project '%1' hasn't run yet none CHS template for vendorName = '%1', diskName = '%2' doesn't exist project '%1' is already running ScriptWidget Script status / progress Idle Run this script Tools menu Script editor Script log Project monitor Project ID Progress Command Terminate the running script Maximum number of lines held in script log Limit No limit Load Save Save as... Clone Copy log to clipboard Running Choose script file All files (*) Script files (*.scr) Failed loading script '%1' Noname-%1 Qt CHDMAN GUI script file -- please do not edit manually Script '%1' saved Failed saving script '%1'