Cli auduio tags toolkit
Loading audio tags from the Discogs API and assigning them to tracks
- Fast
Rediscache - A user-friendly interface for selecting the desired artist and then the desired album
- Working on Linux/MacOS
- Suported formats:
.flac,.dsf
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.
# 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