Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot read m4a tags #480

Open
sezanzeb opened this issue Jul 4, 2020 · 1 comment · May be fixed by #625
Open

cannot read m4a tags #480

sezanzeb opened this issue Jul 4, 2020 · 1 comment · May be fixed by #625

Comments

@sezanzeb
Copy link

sezanzeb commented Jul 4, 2020

With this m4a file: test.m4a.zip

ffprobe 4.2.2 prints

album           : test3
artist          : test1
comment         : test7
genre           : test6
title           : test2
track           : 4

whereas mutagen 1.44.0-1

import mutagen.mp4 as m
f = m.MP4('test.m4a')
print(f.tags)

prints

{}

mutagen/mp4/__init__.py load doesn't have the tags in ilst. But when I add some tag in exfalso, it appears there.

The audio in the file was converted to m4a with gstreamer. Also, when converting that file to flac, the tags will appear in exfalso again.

@sezanzeb sezanzeb changed the title cannot read m4a tages cannot read m4a tags Jul 5, 2020
@sezanzeb
Copy link
Author

I just faced issues with m4a files again. They appear in other tools.

@sezanzeb sezanzeb linked a pull request Aug 13, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant