This repository contains scripts to automate encoding and metadata management of instrumental tracks.
The project depends on the following:
ffmpeg
metaflac
To encode all files to .flac and write metadata, run:
.flac
make all -j 14
To install the encoded files to a target location, run:
make install INSTALL_DIR=/path/to/dir