fleep-py icon indicating copy to clipboard operation
fleep-py copied to clipboard

MP4 is indicated for M4A files

Open audiofeature opened this issue 4 years ago • 0 comments

Pure .m4a audio files show MP4 as file extension:

    with open(full_file, "rb") as f:
        info = fleep.get(f.read(128))

    print(info.type, info.extension, info.mime, file)

['video'] ['mp4'] ['video/mp4'] Bob Marley & The Wailers - Jamming-VF30VS5FZ6c.m4a

audiofeature avatar Jan 28 '20 14:01 audiofeature