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
git clone https://github.com/Olezhich/AudioTagLoader.git
cd AudioTagLoader
# install the dependencies from pyprodject.toml
poetry install
# run docker redis container
docker-compose -f cache/docker-compose.yml up -d