Utility to traverse directory of media files and download album cover art
1.7K
Simple utility to recurisvely traverse directory of media files (MP3, OGG, FLAC) and download album cover art. Very helpful if you have hundreds of thoursands of sub-directories of media files.
https://sourceforge.net/projects/covergrabber/
https://github.com/toozej/cover_grabber which is a fork of https://github.com/markojaadam/cover_grabber which is a fork of https://github.com/thedonvaughn/cover_grabber
$ docker run -v <Media directory>:/music toozej/cover_grabber:latest /music [options]
Or if you would rather build the Docker image yourself:
$ git clone https://github.com/toozej/cover_grabber && cd cover_grabber
$ docker build -t <username>/cover_grabber:latest .
apt-get install python-mutagenyum install python-mutagendnf install python-mutagenpacman -Sy mutagenInstall covergrabber
$ python setup.py install
$ covergrabber <Media directory> [options]
For example:
$ covergrabber "/home/jvaughn/Music"
$ covergrabber -h
Original project: (c) 2011 - Jayson Vaughn ([email protected])
Docker-related additions: 2019 - toozej
Content type
Image
Digest
Size
109.3 MB
Last updated
over 7 years ago
docker pull toozej/cover_grabber