CD, DVD and BD recording frontend for cdrskin. Allows to.
simultaneously burn (and check) multiple ISO files in.
multithread mode on several optical drives.

To build required:
- Qt 4.x / Qt 5.x
- libburn development package

Build:
qmake && make or using QtCreator

====NOTE====
NO MORE Depends on cdrecord and growisofs backends.

Eject program still using as backend.

cdrskin now is burning backed, thus it must be installed in system.
============

Program detects available writing optical drives after first start.

ISO collection directory must have the following structure:


(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
  |            ...

       ....


For usage execute 'bin/qmultirecord'.

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

Enjoy!
