From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by walapai.inria.fr (8.13.6/8.13.6) with ESMTP id p9KFUlSO009346 for ; Thu, 20 Oct 2011 17:30:47 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqkBAHM9oE5QDPJ+kGdsb2JhbABDqToBAQEBCQkNBxQDIoFuAQEEATo/BQsLDjg8GwYTCRGHZgK2ERKIFwSeMYco X-IronPort-AV: E=Sophos;i="4.69,379,1315173600"; d="scan'208";a="124941713" Received: from smtp04.smtpout.orange.fr (HELO smtp.smtpout.orange.fr) ([80.12.242.126]) by mail1-smtp-roc.national.inria.fr with ESMTP; 20 Oct 2011 17:30:42 +0200 Received: from alcazar ([81.51.206.1]) by mwinf5d39 with ME id n3Wg1h00C02LE69033WhP9; Thu, 20 Oct 2011 17:30:42 +0200 X-ME-engine: default Date: Thu, 20 Oct 2011 17:31:35 +0200 From: Maxence Guesdon To: "David Allsopp" Cc: "OCaml List" Message-ID: <20111020173135.3125f88c@alcazar> In-Reply-To: <001901cc8f3b$13fafcc0$3bf0f640$@metastack.com> References: <001901cc8f3b$13fafcc0$3bf0f640$@metastack.com> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.24.7; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Caml-list] MP3 Tag Editing On Thu, 20 Oct 2011 10:15:10 -0500 "David Allsopp" wrote: > I have a slightly strange piece of re-tagging to do to some MP3s and was > having a quick look to see if there were any OCaml libraries/bindings for > reading and writing ID3v1 and ID3v2 tags. > > A cursory glance revealed MP3tags on the hump but its dependencies seem to > be out of date and it wasn't clear that I'd be able to build it in a newer > ocaml because of camlp4 problems... > > Can anyone recommend a library? You can give a try to mp3tag: http://www.nongnu.org/mp3tag/ I just commited a compilation fix to use lablgtk-extras library[1]. You must checkout the CVS trunk: cvs -z3 -d:pserver:anonymous@cvs.savannah.nongnu.org:/sources/mp3tag co mp3tag Hope this will help you, Maxence