[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] A simple ID3 tag reader implemented in pure Lua
- From: Michal Kottman <k0mpjut0r@...>
- Date: Mon, 22 Aug 2011 23:45:02 +0200
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