6.3.90.900
Binary-class/mp3: parsing ID3v2.1 and ID3v2.2
(require binary-class/mp3) | package: binary-class-mp3 |
This package is based upon idea in
Practical Common Lisp.
procedure
path : path-string?
Returns interface for reading ID3 from given file from path
Returns song name of the mp3 track.
Returns album name of the mp3 track.
Returns artist name of the mp3 track.
Returns track name of the mp3 track.
Returns year of the mp3 track.
Returns genre (as integer in parens) of the mp3 track.
procedure
(translated-genre id3) → string?
id3 : (is-a?/c id3-tag%)
Returns genre (as text) of the mp3 track.
Class, implementing interface to ID3 tags