1
0
2025-01-10 22:44:45 -05:00
2025-01-10 22:44:55 -05:00

Instrumental Music Collection

Description

This repository contains scripts to automate encoding and metadata management of instrumental tracks.

Requirements

The project depends on the following:

  • ffmpeg
  • metaflac

Running

To encode all files to .flac and write metadata, run:

make all -j 14

To install the encoded files to a target location, run:

make install INSTALL_DIR=/path/to/dir
Description
Collection of scripts to manage my personal instrumental music collection
Readme 506 KiB
Languages
Python 65.1%
Makefile 34.9%