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
}
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
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
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