reading iTunes-encoded AAC file info

2003-12-14 Thread Antoine Quint
Hi, Does anyone here knows about a perl module that can read file info from the MPEG-4 AAC files that iTunes encodes and manages? I didn't try using MP3::Info but I'm looking for something along the lines of MP3::Info. Thanks, Antoine -- Antoine Quint [EMAIL PROTECTED] W3C SVG Working Group

Re: get contents from clipboard

2003-12-14 Thread John Delacour
At 5:01 pm +0900 11/12/03, Robin wrote: late in on this one but you can treat the clipboard as a filehandle if you pipe to pbpaste and pbcopy : open (FROM_CLIPBOARD, pbpaste|); open (TO_CLIPBOARD, |pbcopy); you can then do as you normally would for moving data to and from fle handles. See the

Re: get contents from clipboard

2003-12-14 Thread Joel Rees
On 2003.12.15, at 07:10 AM, John Delacour wrote: At 5:01 pm +0900 11/12/03, Robin wrote: late in on this one but you can treat the clipboard as a filehandle if you pipe to pbpaste and pbcopy : open (FROM_CLIPBOARD, pbpaste|); open (TO_CLIPBOARD, |pbcopy); you can then do as you normally would

Re: get contents from clipboard

2003-12-14 Thread Steven Bach
On Dec 14, 2003, at 4:10 PM, John Delacour wrote: At 5:01 pm +0900 11/12/03, Robin wrote: late in on this one but you can treat the clipboard as a filehandle if you pipe to pbpaste and pbcopy : open (FROM_CLIPBOARD, pbpaste|); open (TO_CLIPBOARD, |pbcopy); you can then do as you normally would

Re: get contents from clipboard

2003-12-14 Thread Doug McNutt
It used to be, back in the days of Apple Classic, that the clipboard contained several copies of the stuff that was placed there. Each copy was identified by one of those four character type codes that are now deprecated in OS neXt. pbpaste, as a tool, does not allow tor an argument for

Manipulating .plist files in Perl

2003-12-14 Thread Jason W. May
I want to read *and alter* MacOSX .plist files (specifically the iPhoto AlbumData.xml file) in Perl. There's a nice Mac::iPhoto module for reading the iPhoto file, but not to update it. Mac::PropertyList is incomplete; reading works, writing doesn't. Is there a working Perl interface for

Re: get contents from clipboard

2003-12-14 Thread Andrew M. Langmead
On Dec 14, 2003, at 9:15 PM, Doug McNutt wrote: pbpaste, as a tool, does not allow tor an argument for selecting which information type is to be selected. The pbpaste command seems to know about three types, ascii, postscript, and rtf, and by default it will try to retrieve the clipboard in