hardyoyo / CD-Labeltron

make labels for a CD collection, especially helpful if you've tossed your jewel boxes in favor of sleeves

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CD-Labeltron

CD-Labeltron is a tool for organizing and labeling your music CD collection using Beets and Glabels.

Dependencies

  • Beets: A music library manager and tagger.
  • glabels: A program for creating labels and business cards.

Installation

Beets

Assuming you have Python and pip installed, you can install Beets using:

pip install beets

glabels

Install glabels through your system's package manager. For example, on Debian-based systems:

sudo apt-get install glabels

Usage

Clone the CD-Labeltron repository:

git clone https://github.com/hardyoyo/CD-Labeltron.git
cd CD-Labeltron

Generate the data file and create labels:

make generate_labels

This will use Beets to generate the data file (artist-album-data.tab) and glabels to create a PDF file (output_label_file.pdf) with your labels.

Clean up generated files:

make clean

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

make labels for a CD collection, especially helpful if you've tossed your jewel boxes in favor of sleeves

License:MIT License


Languages

Language:Makefile 100.0%