Application crashing ( Maybe I'm over releasing object? )

2008-08-19 Thread Nicolas Goles
Hey guys , I am writing an application to read/write tags to mp3 files... the thing is working out pretty nice , ( my application is able to get a directory input and scan the mp3 files and print the tags in the console ). The problem is that after printing my tags the app crashes and I get an erro

Problem with fileAttributesAtPath

2008-08-18 Thread Nicolas Goles
} if(!fileAttributes) { NSLog(@"it's nill"); } } The thing is that my fileAttributes it's always = nil so I always get "it's nill" on the console. Could anyone

How to enumerate directory contents?

2008-08-17 Thread Nicolas Goles
somehow to get all the directories contents paths to be in an array. Like /home/mp3/hello.mp3 /home/mp3/hello1.mp3 /home/mp3/hello2.mp3 /home/mp3/hello3.mp3 when the user selects the mp3 folder via an Open Panel. Could anyone help me a bit with this ? Thanks -- -Nicolas Goles

How to manage/embed Covert Art from Mp3 Files with Cocoa App?

2008-06-11 Thread Nicolas Goles
Hi, I want to develop a Cocoa Application to manage an embed Cover Art files to Mp3's. The thing is that I don't know how to achieve this, or where to read about how to do it. I asked in several places / googled a lot and ended up here. Could anyone help me out a bit ? Link me to some reading would