I am just looking for an existing app that will let me read all the tags that are stored in a particular song on my ipod touch/iphone.

I'm not much of a programmer, but would be willing to learn the iphone sdk (on windows) if I could build a program that would do this for me.

I would love to be able to modify the tag while on the iphone, but just viewing them would be a great use to me.

I'd like to read the Year tag, the comments tag, composer, etc. It's so annoying that I can't do this.

Or can I already and I just don't know how.

Yes, I know how to view the lyrics tag. Seems they could have included the other tags.

Help please?

Thanks, Dave

link|improve this question
'learn the iphone sdk (on windows)' won't work, sorry - you will need a mac of some sort to develop for the iPhone :( – deanWombourne Apr 16 '10 at 9:02
feedback

migrated from stackoverflow.com Apr 17 '10 at 1:21

This question came from our site for professional and enthusiast programmers.

1 Answer

Short answer: nope.

I don't think an installed application has access to much, if any, iPhone stored content other than perhaps to issue commands like "play this song" or "take this picture." The API is pretty strict about what you can and cannot do for what Apple calls security reasons. I'm certain it is, it secures their profit at least.

Honestly, it does add security. After all, you wouldn't want to download a game and have it upload all your email somewhere, or install something sneaky.

If you jailbreak, all bets off. A jail broken iPhone will let you install almost anything, and those can modify the phone in ways Apple did not intend.

Until Apple opens things up (and they might with Android breathing on and biting at their profits a bit, but I doubt it) you'll have to memorize your songs so you can sing along.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown