We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
mutagen/mp4/__init__.py
load
ilst
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.
The text was updated successfully, but these errors were encountered:
I just faced issues with m4a files again. They appear in other tools.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
With this m4a file: test.m4a.zip
ffprobe 4.2.2 prints
whereas mutagen 1.44.0-1
prints
{}
mutagen/mp4/__init__.py
load
doesn't have the tags inilst
. 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.
The text was updated successfully, but these errors were encountered: