views:

86

answers:

1

I have several questions regarding filenames and the "iPod Library".

  1. I understand I can retrieve MPMediaItems from the "iPod Library". How may I get the filename of a MPMediaItem? (I only need to read the filenames, not save to or otherwise modify the library.)
  2. When an mp3 is added to the iPod library (via iTunes), does it keep its filename?
  3. May I obtain a list of all filenames within the iPod library? i.e. can contentsOfDirectoryAtPath be used to list filenames from the library?
A: 

I don't think this is possible. Not just that, you should also note that even on a jailbroken iphone, the media file names are changed to some random 4-5 char strings.

Even if you get the real file name, you can't do anything much with that.

Mugunth Kumar