]> gitweb.factorcode.org Git - factor.git/blob - extra/id3/id3-docs.factor
Merge git://github.com/inforichland/factor-id3 into inforichland
[factor.git] / extra / id3 / id3-docs.factor
1 IN: id3
2 USING: help.markup help.syntax sequences kernel ;
3
4 HELP: id3-parse-mp3-file
5 { $values { "path" "a path string" } { "object/f" "either a tuple consisting of the data from an MP3 file, or an f indicating this file has no ID3 information." }
6
7 ARTICLE: "id3" "ID3 tags"
8 { $emphasis "id3" } " tags are textual data that is used to describe the information (title, artist, etc.) in an .MP3 file"
9
10 ABOUT: "id3"