Skip to content

Populate an arbitrary music directory with artist artwork from fanarttv

Notifications You must be signed in to change notification settings

ZachMyers3/fanarttv_artist_art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FanartTV Arist Art

A simple python script to gather artist art for a music directory.

Environment Variables

A valid API key to FanartTV is required to run this application.

export FANARTTV_API_KEY="my_api_key"

Usage

With Poetry

# 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

About

Populate an arbitrary music directory with artist artwork from fanarttv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages