This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- A simple Love2D module to read ID3 tags from MP3 files. | |
-- Supports ID3v1 tags and a (meaningful) subset of ID3v2 tags. | |
-- @class module | |
-- @name id3 | |
-- @author Michal Kottman and Love2D compatibility updates by Blake Wyatt | |
-- @copyright 2011, released under MIT license | |
local id3 = {} | |
local function textFrame(name) |