FLAC CD Backup Manager
Project description
Flackup
Flackup manages audio CD backups as single FLAC files with embedded cue sheets, adds metadata from MusicBrainz and converts albums to individual Ogg Vorbis tracks.
Requirements
- FLAC files with embedded cue sheets
flac
,oggenc
andvorbisgain
- Python 3.8
Installation
Using pip (or pipx):
pip install flackup
Usage
You can get help for all commands with the --help
parameter.
To tag a number of FLAC files with embedded cue sheets:
flackup tag *.flac
If there are multiple releases matching the cue sheet (and there probably will be), Flackup will show you some release details, including the barcode, and let you pick the correct one.
To add cover images to a number of tagged FLAC files:
flackup cover *.flac
To convert a number of tagged FLAC files to Ogg Vorbis in the $HOME/Music
directory:
flackup convert -d $HOME/Music *.flac
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.