On Wed, 17 Jun 2026 15:10:04 -0400 "Todd Zullinger" <[email protected]> wrote:
> Samuel Sieb wrote: > > On 6/17/26 7:38 AM, Todd Zullinger wrote: > >> Samuel Sieb wrote: > >>> On 6/16/26 8:05 PM, Robert Moskowitz via users wrote: > >>>> mp3 for both. But I suspect something new in metadata. > >>>> So I probably need some tool that can compare metadata > >>>> between the two versions. Other than what shows up in VLC > >>>> Info on the files. > >>> > >>> id3v2 -l file.mp3 > >> > >> I'd suggest eyeD3 or mid3v2 rather than id3v2. The latter > >> fails to parse many valid ID3 tags, for me. > > > > Where did you get those from? They don't appear to be in Fedora (at least > > the F43 I'm using now). The only cli one I found with a search was "id3v2". > > There are a few graphical ones as well. > > They are both in Fedora (and have been for many years). > Those are the command names, which work for installing via > dnf. The package names for them are python3-eyed3 and > python3-mutagen, respectively. > > (It's a shame that dnf's search doesn't identify command > names using the same logic and metadata it uses to install > when given a command name. Maybe someone will fix that UI > wart someday.) > root@smicro:/home/bob# dnf provides eyeD3 mid3v2 Updating and loading repositories: Repositories loaded. python3-eyed3-0.9.7-15.fc44.noarch : Python audio data toolkit (ID3 and MP3) Repo : @System Matched From : Filename : /usr/bin/eyeD3 python3-eyed3-0.9.7-15.fc44.noarch : Python audio data toolkit (ID3 and MP3) Repo : fedora Matched From : Filename : /usr/bin/eyeD3 python3-mutagen-1.47.0-12.fc44.noarch : Mutagen is a Python module to handle audio meta-data Repo : @System Matched From : Filename : /usr/bin/mid3v2 python3-mutagen-1.47.0-12.fc44.noarch : Mutagen is a Python module to handle audio meta-data Repo : fedora Matched From : Filename : /usr/bin/mid3v2 -- _______________________________________________ users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
