Skip to content

paulgalow/albumart-dl

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

albumart-dl

Download HQ album cover art from Apple's iTunes.

Automatically downloads the highest resolution, usually up to 3000 x 3000 px. Actual resolutions vary greatly depending on the source material and can go as low as 600 x 600 px.

Use

albumart-dl <search-term>

Example: Download album art for Frank Zappa's Apostrophe

albumart-dl "Frank Zappa Apostrophe"

Download album art files to specific folder

albumart-dl -o <path-to-folder> <search-term>

Example: Download album art for all of Brad Mehldau's albums to a subfolder

albumart-dl -o ~/Downloads/"Brad Mehldau"/ "Brad Mehldau"

Install

macOS: Install albumart-dl using Homebrew:

brew tap paulgalow/tap && \
brew install albumart-dl

Requirements

albumart-dl requires Python 3.6+. External dependencies are requests and yaspin.