A simple python script to gather artist art for a music directory.
A valid API key to FanartTV is required to run this application.
export FANARTTV_API_KEY="my_api_key"
# install dependencies
poetry install
# run cli help dialog
poetry run python ./src/cli.py --help
# run application
poetry run python ./src/cli.py --path /path/to/Music