DESCRIPTION

Simpleburner, made to simplify CD/DVD burning under CLI. Unlike bashburn it don't have UI. You could burn Your CD/DVD with only one command!

NEWS:

DEPENDENCES

INSTALLATION

Download latest version, and extract it with command:
$tar xf simpeburner-version.tar.xz
And install it with the following command:
# install -Dm 755 simpleburner-version/simpleburner.pl /usr/bin/simpleburner
To get the latest source snapshot of simpleburner run:
$ git clone git://repo.or.cz/simpleburner.git
And then install with command:
# install -Dm 755 simpleburner/simpleburner.pl /usr/bin/simpleburner

DOWNLOAD

Download latest release: 20091214.
md5sum: e9ddf741f2c62b62b54e0a8eb1794cd5
sha256sum: 9b78fec58446b78cc8b5566b81a0c4747367c7d4e09fd1d6a35c92fd334e29f1
You can find older versions here.

USAGE

-h, --help Displays help message
-t, --test Run in test mode
-b, --burn-only Run without making iso image
-m, --makeiso Make only iso image
--data Directory with data to burn
--name Path and/or name of iso image (by default ~/cd.iso)
--device Device to use (default /dev/sr0)
--speed Burning speed (by default it will be autodetected
--mode Burning mode, available options are: TAO (default), DAO, SAO, RAW


LINKS

BUGS

If You've found any bugs or You've any idea how to improve simpleburner, please report it by sending mail to me.

COPYING

Copyright (c) 2009, Marcin Karpezo
This program is free software: you can redistribute it and/or modify
it under the terms of the General Public License as published by.
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.