Skip to content

Olezhich/AudioTagLoader

Repository files navigation

AudioTagLoader

License Python
Tests

Cli auduio tags toolkit
Loading audio tags from the Discogs API and assigning them to tracks

Features

  • Fast Redis cache
  • A user-friendly interface for selecting the desired artist and then the desired album
  • Working on Linux/MacOS
  • Suported formats: .flac, .dsf

QuickStart

Installation

git clone https://github.com/Olezhich/AudioTagLoader.git

cd AudioTagLoader

# install the dependencies from pyprodject.toml
poetry install

echo DISCOGS_TOKEN="YOUR_DISCOGS_TOKEN" > .secrets

# run docker redis container
docker-compose -f cache/docker-compose.yml up -d   

You also may add autag script into $PATH.

Uisng

# First step: go to taget directory where your tracks exists

cd YOUR_DIR

# Second step: load tags into tags.txt file

# Load tags by artist name:
autag fba "The Artist Name" .

# Final step: set tags into tracks

autag set

Releases

No releases published

Packages

 
 
 

Contributors