Closed glitch452 closed 1 year ago
As the name suggests mid3cp is only handling ID3 tag, no other formats.
Ah, I thought there was support for iTunes tags on mp4 files? Is there a way to process (copy/paste) those with the main library?
@glitch452 mutagen itself supports reading / writing tags for MP4 files. See https://mutagen.readthedocs.io/en/latest/api/mp4.html
@phw Thanks! I ended up getting Kid3 working for what I needed.
I'm having some trouble with tagged
.m4a
files in theALAC
format from iTunes.When I run the files through
mutagen-inspect
it outputs a bunch of data (see below). But when I try to usemid3cp
I just get the messageNo ID3 header found ...