regosen / get_cover_art

Batch cover art downloader and embedder for audio files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exception: missing XMP tags

PacoH opened this issue · comments

commented

I tried to use this on a folder of movie audio tracks and got Exception: missing XMP tags for each file. What does this mean?

For .m4a or .m4b files, it's assumed to have the following tags:

  • '©ART' or 'aART' for artist
  • '©alb' for album
  • '©nam' for title

I'm not familiar with movie audio tracks though. Can you send me an example of one you're using?

commented

No tags. I just extract the audio track of a movie with ffmpeg. I can find cover art with Google images and add it with mp4art --add cover.jpg track.m4a. I just though automatically downloading the art would be nice but I didn't think it would require adding these other tags.