Code Monkey home page Code Monkey logo

audio-deployment-tool's Introduction

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

audio-deployment-tool's People

Contributors

sabjorn avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

audio-deployment-tool's Issues

album art cannot be set per track

Most metadata fields can be overwritten on a per track basis in the config yaml. However, album art cannot.

while a rare case -- there are times where having the front/back of a vinyl rip as the album art could be helpful. There is no real reason that album art should be handled differently.

force override

the -f CLI flag doesn't exist anymore. Re-add and make it so metadata can be completely overwritten.

Album Art Should Be Resizable and Convertible (png -> jpg) in Config

Album art in the metadata can significantly impact the size of a track's file.

PIL can be used to resize and convert filetype. Being able to set this in config would be excellent:

album art:
    dimensions: 500x500 # pixels
    target filetype: jpg
    location: some_file.png

Note: for bandcamp this isn't important because they automatically replace metadata on upload.

config file "required" fields not clear

it is unclear which fields are required and which are not. It might be ideal to make a minimal set of fields required (or none at all).

Implementation wise, it might be good to use a model (Pydantic or Dataclass) to represent the config. This could also be used to generate an example config through CLI (to show required vs non-required fields)?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.