Skip to content

A command-line application to scrape music art covers from iTunes.

License

Notifications You must be signed in to change notification settings

dgigantino/get_cover_art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A command-line application to scrape music art covers from iTunes with an entry point in bin/, library code in lib/.

To compile:

dart compile exe bin/get_cover_art.dart

Usage:

get_cover_art [options]
  • -a, --artist
    The artist name
  • -l, --album
    The album name
  • -t, --title
    The song title (if not searching by album)
  • -o, --output
    Output file path (if saving the image)
  • -s, --size
    Image size (e.g., 500 for 500x500)
    (defaults to "500")
  • -q, --quality
    Image quality (0 for default, or 1-100 for JPEG quality)
    (defaults to "0")
  • -u, --url
    Only print the URL of the found image
  • -v, --verbose
    Enable verbose output
  • -h, --help
    Show usage information

About

A command-line application to scrape music art covers from iTunes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages