pic

Download cover images for songs.

Usage

ncmget pic <id...> [options]

Arguments

ArgumentDescription
<id...>One or more song IDs (space-separated)

Options

OptionFlagDefaultDescription
Output-o, --output <output>./Output directory for image files
Size-s, --size <size>300Image size in pixels
Format-f, --format <format>{name} - {artist}Filename format template

Examples

Download cover image (default 300px)

ncmget pic 3374579108

Download high-resolution cover (800px)

ncmget pic 3374579108 -s 800

Download covers for multiple songs

ncmget pic 3374579108 111111

Download to a specific directory

ncmget pic 3374579108 -o ~/Music/Covers

Custom filename and size

ncmget pic 3374579108 -s 800 -f "{album}"

Output

Each cover image is downloaded to the specified output directory. The filename is determined by the format template with an appropriate image extension.