diff options
author | Cezary M. Kruk <c.kruk@bigfoot.com> | 2011-08-09 12:53:56 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-08-09 12:53:56 -0300 |
commit | ce538ef95cfeb483f1bf6aebc7cf03d2cacd7dcb (patch) | |
tree | 4f7bb7fb78a3a659a187e4bad61a42e5175a796e /system/cdwrite/README | |
parent | dfa57e71659d7533a4460cddd947b593e7c5ef23 (diff) | |
download | slackbuilds-ce538ef95cfeb483f1bf6aebc7cf03d2cacd7dcb.tar.gz |
system/cdwrite: Added (CD/DVD reading/writing/encoding shell)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system/cdwrite/README')
-rw-r--r-- | system/cdwrite/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/cdwrite/README b/system/cdwrite/README new file mode 100644 index 0000000000..72e11071a4 --- /dev/null +++ b/system/cdwrite/README @@ -0,0 +1,10 @@ +cdwrite is a console shell for reading, writing, and copying audio CDs +as well as for creating and writing ISO images on CD media and data or +ISO images on DVD media. It can also encode WAV files or audio CDs to +FLAC, MP3, or OGG files, using optionally CDDB data and setting ID3 +tags. + +It requires id3lib and id3v2 packages available in SlackBuilds.org for +mass ID3 tagging as well CDDB_get package available in cpan.org for +communication with CDDB servers. + |