Skip to content

pharo-media-center/id3-pharo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

id3-pharo

An ID3 tags reader written in Pharo

Installation

Metacello new
    githubUser: 'pharo-media-center' project: 'id3-pharo' commitish: 'master' path: 'repository';
    baseline: #ID3;
    load

Example

id := ID3Parser on: (File named: '/path/to/file.mp3') readStream
id id3v2Tag title