FLAC CD Backup Manager
Project description
# Flackup
Flackup manages audio CD backups as single FLAC files with [embedded cue
sheets][cuesheet]. Add metadata from [MusicBrainz][] and convert albums to
individual [Ogg Vorbis][] tracks.
## Installation
Using pip (or [pipsi][]):
pip install flackup
## Usage
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 convert a number of tagged FLAC files to Ogg Vorbis in the */var/ogg*
directory:
flackup convert -d /var/ogg *.flac
You can get help for all commands with the `-h` parameter:
flackup -h
[cuesheet]: https://xiph.org/flac/documentation_tools_flac.html#encoding_options
[MusicBrainz]: https://musicbrainz.org/
[Ogg Vorbis]: https://xiph.org/vorbis/
[pipsi]: https://github.com/mitsuhiko/pipsi
Flackup manages audio CD backups as single FLAC files with [embedded cue
sheets][cuesheet]. Add metadata from [MusicBrainz][] and convert albums to
individual [Ogg Vorbis][] tracks.
## Installation
Using pip (or [pipsi][]):
pip install flackup
## Usage
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 convert a number of tagged FLAC files to Ogg Vorbis in the */var/ogg*
directory:
flackup convert -d /var/ogg *.flac
You can get help for all commands with the `-h` parameter:
flackup -h
[cuesheet]: https://xiph.org/flac/documentation_tools_flac.html#encoding_options
[MusicBrainz]: https://musicbrainz.org/
[Ogg Vorbis]: https://xiph.org/vorbis/
[pipsi]: https://github.com/mitsuhiko/pipsi
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.
Source Distribution
flackup-0.1.0.tar.gz
(11.2 kB
view hashes)
Built Distribution
flackup-0.1.0-py3-none-any.whl
(11.3 kB
view hashes)