All Projects → fukamachi → Id3v2

fukamachi / Id3v2

ID3v2 parser

id3v2 - ID3v2 parser

Usage

(id3v2:read-mp3-file #P"Music/ピノキオP/ありふれたせかいせいふく.mp3")
;=> #S(ID3V2.MP3:MP3
;      :HEADER #S(ID3V2:ID3V2-HEADER :VERSION 4 :REVISION 0 :FLAGS 0 :SIZE 202227)
;      :NAME "ありふれたせかいせいふく"
;      :ARTIST "ピノキオP Feat. 初音ミク"
;      :ALBUM "Obscure Questions"
;      :YEAR "2012"
;      :TRACK NIL
;      :DISC NIL
;      :GENRE "Electronica"
;      :LENGTH NIL
;      :COMMENTS NIL)

Author

Copyright

Copyright (c) 2015 Eitaro Fukamachi ([email protected])

License

Licensed under the BSD 2-Clause License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].