CannotReadException while trying to read M4A files

Issue #274 invalid
David H. created an issue

I'm using the 2.2.5 jar on Android. Reading metadata works for file formats such as flac, mp3, etc. but when I try to read from m4a downloaded from youtube using youtube-dl or NewPipe, I get the following error.

org.jaudiotagger.audio.exceptions.CannotReadException: This file does not appear to be an Mp4 Audio file, could be corrupted or video at org.jaudiotagger.audio.mp4.Mp4InfoReader.read(Mp4InfoReader.java:197) at org.jaudiotagger.audio.mp4.Mp4FileReader.getEncodingInfo(Mp4FileReader.java:41) at org.jaudiotagger.audio.generic.AudioFileReader.read(AudioFileReader.java:104) at org.jaudiotagger.audio.AudioFileIO.readFile(AudioFileIO.java:355) at org.jaudiotagger.audio.AudioFileIO.read(AudioFileIO.java:198)

I've seen a similar issue was marked as "resolved" before but I wanted to bring it to attention because it appears to be still around.

Comments (1)

  1. Log in to comment