This is burning tool to write multiply ISO's 
in multithread mode on several CD/DVD writers to 
safe your time and improve productivity.

Build:
qmake && make

Basically (since ver. 0.0.3), program detects 
available writing cdrom devices automatically after start 
(if no 'bin/devices.txt' file available).

Of course, you can manual create and fill 'bin/devices.txt' with
you real devices, as you can see in 'bin/devices.txt.example'.


Fill 'bin/paths.txt' with path (or a number of paths 
on each line) to the directory which contains 
ISO images you wanna burn. This directory must be like:


(Root_ISO_directory) (put this to 'bin/paths.txt' file)
  |
  |--(category1)
  |       |
  |       |--(image1).iso
  |       |--(image1).iso.md5sum (you can generate these files manualy using md5sum utility or by qmultirecord)
  |       |--(image2).iso
  |       |--(image2).iso.md5sum
  |       |--(image3).iso
  |            ...
  |
  |--(category2)
  |       |
  |       |--(image1).iso
  |       |--(image1).iso.md5sum
  |       |--(image2).iso
  |       |--(image2).iso.md5sum
  |       |--(image3).iso
  |            ...

       ....

Depends on cdrecord, growisofs and eject programms as backends.

For usage execute 'bin/qmultirecorder.bin'.

Questions, bugreports, features please send to author:
 Mozhaev Grigory <zcrendel at gmail.com>

Enjoy!
