Skip to content
/ id3 Public
forked from Fstub42/id3

read id3 metadata from (mp3) files

License

Notifications You must be signed in to change notification settings

iggi42/id3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A small erlang libary to read id3 tags (metadata in mp3 files)

This should read the information inside an id3 container.

If you want add support for another id3v2 frame take a look at id3v2:parse_v2_frame/2 or id3v2:parse_v3_frame/2 and add your function clause. Consider contributing in that case.

ID3v2 Frames that are planned to be implemented

complex frames

COM COMM GEOB IPLS MCDI POPM PRIV XSLT SYLT

url frames

UFI UFID ULT USLT WXXX

About

read id3 metadata from (mp3) files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Erlang 99.4%
  • Makefile 0.6%