79 projects tagged "CD Writing"
Bbb is a set of utilities for burning to CD-R and CD-RW media. It allows one to easily perform tasks such as burning the contents of a directory, burning an audio CD, burning a CD image, and copying CD media from the command line. Bbb is implemented as several simple tools, which may be used easily in standard UNIX pipelines.
ID3.py is an object-oriented Python module for manipulating the so-called ID3 informational tags on MP3 files, which include such data as artist, track title, genre, et cetera. ID3.py is extremely easy to use, and is intended for folks who are developing MP3 encoder wrapper programs or browsers in Python.
RedHat CD Kit consists of a set of scripts to make creating your own Red Hat-derived, bootable installation CDs as easy as possible. Also included is a script for verifying the integrity of the created image, and short descriptions of the file formats used by the Red Hat installers.
cdlabelgen generates frontcards and traycards for CDs. It was designed to simplify the process of generating labels for CD's. It originated as a program to allow auto generation of frontcards and traycards for CD's burned via an automated mechanism (specifically for archiving data), but has now become popular for labelling CD compilations of mp3's, and copies of CDs as well.
datapacker is a tool to group files by size such that they fill fixed-size containers (called "bins") using the minimum number of containers. This is useful, for instance, if you want to archive a number of files to CD or DVD, and want to organize them such that you use the minimum possible number of CDs or DVDs. In many cases, datapacker executes almost instantaneously. Of particular note, the hardlink action can be used to effectively copy data into bins without having to actually copy the data at all. datapacker is a tool in the traditional Unix style; it can be used in pipes and call other tools.