logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

covertag - update audio file image metadata

Author

       Brian Langenberger

                                                   2025-03-10                                        COVERTAG(1)

Description

       covertag takes image files and a list of audio files and updates those files with the new artwork.

Examples

       Replace all images in track.mp3 with a PNG file

              covertag -r --front-cover=front.png track.mp3

       Add several JPEG images to track.flac

              covertag  --front-cover=front.jpg  --back-cover=back.jpg  --leaflet=page1.jpg  --leaflet=page2.jpg
              --leaflet=page3.jpg track.flac

       Remove all cover art from track.wv

              covertag -r track.wv

Image Options

--front-cover=FILENAME
              an image file of the album's front cover

       --back-cover=FILENAME
              an image file of the album's back cover

       --leaflet=FILENAME
              an image file of one of the album's leaflet pages

       --media=FILENAME
              an image file of the album's media

       --other-image=FILENAME
              an image file related to the album

Name

       covertag - update audio file image metadata

Options

-h, --help
              show a list of options and exit

       -r, --replace
              this options erases all existing images and replaces them with any specified files

       -V, --verbose=VERBOSITY
              The level of output to display. Choose between 'normal', 'quiet' and 'debug'.

See Also

audiotools-config(1),   audiotools.cfg(5),   cdda2track(1),   cddainfo(1),   cddaplay(1),   coverdump(1),
       coverview(1),   dvda2track(1),  dvdainfo(1),  track2cdda(1),  track2track(1),  trackcat(1),  trackcmp(1),
       trackinfo(1), tracklength(1), tracklint(1),  trackplay(1),  trackrename(1),  tracksplit(1),  tracktag(1),
       trackverify(1)

Synopsis

       covertag [OPTIONS] <track 1> [track 2] ...

See Also