Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 912 Bytes

0000-cl-mpg123.org

File metadata and controls

31 lines (20 loc) · 912 Bytes

Day Zero

A small helper

Wrote a small helper to choose a random Common Lisp project from the Quicklisp for my “Project of the Day” marathon!

../../media/0000/01-helper.png

cl-mpg123

So, today’s project is cl-mpg123!

It’s documentation (http://quickdocs.org/cl-mpg123/) says:

This is a binding to libmpg123 library allowing for convenient, extensive, and fast decoding of MPEG1/2/3 (most prominently mp3) files.

Also, this library is able to extract id3 tags from the mp3 files. You can use it to build an mp3 catalog in Common Lisp!

Let’s see it works!

It almost was able to give me information about one of the mp3s I’ve found on the disk!

../../media/0000/02-describe.png

cl-mpg123:metadata method does not work on this file :(

../../media/0000/03-metadata.png

Of cause, I’ve submitted the issue: Shirakumo/cl-mpg123#2