lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi, I made a simple module 'id3' [1] that reads ID3 tags from MP3 files.
As mentioned in the subject, it is implemented in pure Lua, so it has no
external dependencies.

It supports ID3v1 and some ID3v2 fields, mainly the following: artist,
title, album, year, track, and some others (like genre and length,
encoder, bpm for ID3v2).

I hope someone else finds this useful.

[1] https://gist.github.com/1162235