6 projects tagged "CD Writing"
Music Manager is a Konqueror plugin that lets you standardize the filenames of your music files, guess information and set ID3 tags from the file's name (this can be done to several files in one shot), rename many selected files based on their ID3 tags, set ID3 tags in mass for selected files with options for copying ID3s from other files and leaving some ID3 fields untouched, rename _ to space and vice versa, create HTML and text indexes of your collections (including total playing time, etc., configurable through templates), create nice CD covers with full listings of your music files (also configurable through templates), and organize your music collection to create a CD.
PostScript::CDCover generates a Postscript program that prints a CD cover and backlabel, with contents displayed as a tree of directories and files. The module ships with a stand-alone, ready-to-use script, pscdcover, that takes the directory tree of a CD-ROM as input and generates a cover from it. The output can be directly fed to a PostScript printer, but it is designed to be easily editable (should one wish to remove unwanted directory entries, for example).
mkcdtoc is a small and flexible command line utility to create TOC files for cdrdao. It reads a list of audio files and outputs a TOC file with a track specification for each audio file. Input data can be a raw list with one file name on each line, or an m3u play list. The program has a modular architecture and can be extended via plugins. The distribution includes a few plugins that can retrieve meta information from audio files to fill CD-TEXT blocks in the generated TOC file. There are plugins to perform audio file to WAVE format conversion.
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.