Getting Song Listing from iPod/iPad and sending it to another iPod
Hi.
I admit I am very new to developing apps for the iPod, so I probably am not using the proper terms, but please bear with me and share any advice you may have.
I am trying to create an app that has dual functionality. It can both send info regarding its entire song library to another user with the same app, or it can receive a song library from another user with the same app? Both of these devices would be in close proximity and on the same WiFi network to make communication easier.
I have used the MediaItem object to allow me to get the list of current songs to a collection, but I realized that there may already be a simple XML file on the device that would contain this info....?
Does anyone have a suggestion on how to pull the song list (assuming the way I have already done it isn't effective) and then send it over tcp/ip to be downloaded and reviewed by another user?
Thanks in advance.
|