Skip to content

a Python CLI for automating audio file metadata editing

License

Notifications You must be signed in to change notification settings

sabjorn/audio-deployment-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Audio Deployment Tool (ADT)

About

A tool for automating metadata for audio specifically to reduce the complexity and error prone nature of preparing audio files for release.

Installation

venv (optional)

MacOS/Linux

python3 -m venv .venv
source .venv/bin/activate

Requirements

pip3 install -r requirements.txt

Usage

Config file

Tags can be added automatically with a config file by running:

./adt -c <config file>.yml

see example config: example_config.yaml

About

a Python CLI for automating audio file metadata editing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages