Re: reading AIF metadata?

2011-07-27 Thread Leigh
Steve - A guy on stackoverflow also mentioned this .net library which can read ID3 info from AIFF files (in version 2.0.3.4+ ) http://download.banshee.fm/taglib-sharp/ ~| Order the Adobe Coldfusion Anthology now!

Re: reading AIF metadata?

2011-07-19 Thread Steve Logan
No, there's chunk data stored in the binary file - AIF has author, copyright, tempo and other details included in the data, as well as a chunk for ID3 info. That's the info I'll be needing to get at. What sort of metadata are you after? Looks like GetFileInfo might be what you're looking

Re: reading AIF metadata?

2011-07-19 Thread Leigh
You might take at jhove? It says it can parse AIF files. Not sure how much metadata information it spits out. Just run a quick command line test to see. http://hul.harvard.edu/jhove/index.html -Leigh ~| Order the Adobe

Re: reading AIF metadata?

2011-07-19 Thread Tony Weeg
jay z = j. hovah :) Sent from my iPhone... Don't hate. On Jul 19, 2011, at 6:50 PM, Leigh cfsearch...@yahoo.com wrote: You might take at jhove? It says it can parse AIF files. Not sure how much metadata information it spits out. Just run a quick command line test to see.

Re: reading AIF metadata?

2011-07-19 Thread Medic
H.O.V... I even got my own lane... already. On Tue, Jul 19, 2011 at 6:54 PM, Tony Weeg tonyw...@gmail.com wrote: jay z = j. hovah :) Sent from my iPhone... Don't hate. On Jul 19, 2011, at 6:50 PM, Leigh cfsearch...@yahoo.com wrote: You might take at jhove? It says it can parse AIF

Re: reading AIF metadata?

2011-07-19 Thread Leigh
You might take at jhove? That did not come out right. I meant to say ..take a look at jhove. (Oh no. I sense more jayz comments heading this way ...;) ~| Order the Adobe Coldfusion Anthology now!

Re: reading AIF metadata?

2011-07-19 Thread Tony Weeg
heh heh in hovahs high voice Sent from my iPhone... Don't hate. On Jul 19, 2011, at 7:58 PM, Medic hofme...@gmail.com wrote: H.O.V... I even got my own lane... already. On Tue, Jul 19, 2011 at 6:54 PM, Tony Weeg tonyw...@gmail.com wrote: jay z = j. hovah :) Sent from my

reading AIF metadata?

2011-07-18 Thread Steve Logan
An RFP just got handed to me that involves uploading and storing AIF audio files, and reading and storing the metadata of those files. So far, Google has not come up with a lot of info on reading in the metadata of these files - especially in a Windows/CF environment. Any pointers on where I

Re: reading AIF metadata?

2011-07-18 Thread Josh Nathanson
What sort of metadata are you after? Looks like GetFileInfo might be what you're looking for... http://coldfused.blogspot.com/2007/07/new-file-io-in-coldfusion-8-part-ii.html -- Josh On Mon, Jul 18, 2011 at 12:03 PM, Steve Logan st...@sagescholars.comwrote: An RFP just got handed to me