1
0
2025-05-02 17:30:05 -04:00
2025-05-02 17:30:05 -04:00
2025-04-19 22:04:50 -04:00
2025-05-02 17:28:15 -04:00
2025-04-19 22:04:50 -04:00
2025-05-02 17:30:05 -04:00

NCH Logo

201.001

Instrumental Music Collection

Description

A collection of scripts to encode and tag my personal instrumental music collection.

Requirements

System dependencies:

  • make
  • rsync
  • ffmpeg
  • metaflac

This project is managed through a conda environment. To install the required dependencies, run the following:

conda env create -f environment.yml

Running

First, activate the conda environment:

conda activate IMS

Then, run the processing pipeline with:

make all -j $(nproc) \   
    SSH_LOCATION=user@location \
    CELLAR_BOTTLE=/path/to/bottle \
    PROJECT_ID=201.001 \
    INSTALL_DIR=/path/to/install/dir

The finalized collection will be installed to the specified INSTALL_DIR.

To clean up the working directories, run:

make clean
Description
Collection of scripts to manage my personal instrumental music collection
Readme 506 KiB
Languages
Python 65.1%
Makefile 34.9%