From 569cef66521841f28d1120deba376731bdcfb359 Mon Sep 17 00:00:00 2001 From: edwin Date: Fri, 14 Apr 2006 06:15:59 +0000 Subject: [NEW PORT] audio/jid3lib: Java ID3 Tag Library This library reads song information, such as song title, artist, and album, from an MP3 file. It supports ID3v1, ID3v1.1, Lyrics3v1, Lyrics3v2, ID3v2.2, ID3v2.3, and ID3v2.4 tags. MP3 Frame Headers can also be read. There is a FilenameTag, a ID3v2.4 tag that is intelligently derived from the file name. It contains tag synchronization utilities, multiple save options, and easy tag conversion methods. WWW: http://javamusictag.sourceforge.net/index.html PR: ports/95638 Submitted by: Alexander Botero-Lowry --- audio/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'audio/Makefile') diff --git a/audio/Makefile b/audio/Makefile index 9f250b4263f3..8a7378fb38c5 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -242,6 +242,7 @@ SUBDIR += jack SUBDIR += jamboree SUBDIR += java-xmms2 + SUBDIR += jid3lib SUBDIR += juk SUBDIR += juke SUBDIR += jxm -- cgit