Skip to content

CoverLovin is an album cover art downloader written in Python.

Notifications You must be signed in to change notification settings

amorphic/coverlovin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CoverLovin

Coverlovin is a Python module for collecting artist and album details from a directory hierarchy and downloading cover art from Google Images. It can be used both as a module and as a standalone application.

Support m4a and mp3 files.

Standalone Usage

Usage: coverlovin.py <music_dir> [options]

Options:
  -h, --help            show this help message and exit
  -s SIZE, --size=SIZE  file size: small, medium, or large (default: medium)
  -i IMAGE, --image=IMAGE
			image format, eg jpg, png, gif (default: jpg)
  -n NAME, --name=NAME  cover image file name (default: cover.jpg)
  -r REFERER, --referer=REFERER
			referer url (default:
			https://launchpad.net/coverlovin)
  -c COUNT, --count=COUNT
			image lookup count (default: 8))
  -o, --overwrite       overwrite (default False)
  -d, --debug           show debug (default False)

Homebrew formula

Using Homebrew you can install this very easily. Simply:

$ brew tap mshick/personal $ brew install coverlovin

Requirements

About

CoverLovin is an album cover art downloader written in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages