regosen / get_cover_art

Batch cover art downloader and embedder for audio files
MIT License
69 stars 8 forks source link

Exception: missing XMP tags #33

Closed PacoH closed 1 year ago

PacoH commented 1 year ago

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?

regosen commented 1 year ago

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

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

PacoH commented 1 year ago

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.