![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Hobbyist Programmer
Join Date: Sep 2005
Location: A House...
Posts: 191
Rep Power: 4
![]() |
.m4a, AAC
I need to read some .m4a, AAC tags. i have sucessfuly read mp3. but i cant find a class or example onn the other formats(m4a) that i want to read. Thanks
-T |
|
|
|
|
|
#2 |
|
Unverified User
Join Date: Nov 2004
Location: caribe
Posts: 5
Rep Power: 0
![]() |
please, help me
how did you read mp3 files? can you even play it?
|
|
|
|
|
|
#3 |
|
Professional Programmer
|
Have a look at this , maybe it will help http://dotnet.org.za/deon/articles/3057.aspx
__________________
Don't take life too seriously, it's not permanent ! |
|
|
|
|
|
#4 | |
|
Hobbyist Programmer
Join Date: Sep 2005
Location: A House...
Posts: 191
Rep Power: 4
![]() |
Quote:
![]() -T |
|
|
|
|
|
|
#5 |
|
Troll
Join Date: Apr 2005
Location: Texas
Posts: 732
Rep Power: 4
![]() |
iTunes exposes a COM interface that you can use.
__________________
MD5(sig) = bcef75433db02e9ad9bf81d6f7c5c270 |
|
|
|
|
|
#6 | |
|
Hobbyist Programmer
Join Date: Sep 2005
Location: A House...
Posts: 191
Rep Power: 4
![]() |
Quote:
Thanks -T |
|
|
|
|
|
|
#7 | |
|
Hobbyist Programmer
Join Date: Sep 2005
Location: A House...
Posts: 191
Rep Power: 4
![]() |
Quote:
-T Last edited by tayspen; Dec 8th, 2005 at 7:25 PM. |
|
|
|
|
|
|
#8 |
|
Troll
Join Date: Apr 2005
Location: Texas
Posts: 732
Rep Power: 4
![]() |
It depends what you mean by "read the ipod database". Using the iTunes COM interface, you can control iTunes as well as enumerate the playlists. As for using it with the playlist info on an iPod, I am not sure. First off you would have to prevent it from auto-syncing. Then there's the case of if the iPod isn't "married" to the computer trying to read the playlist info. Hey, might work. I wouldn't advise it for a production level app, though. It's clunky for one, and using the COM interface starts a full-fledged iTunes process or attaches to an existing one (memory footprint is a tad high).
http://developer.apple.com/sdk/itunescomsdk.html
__________________
MD5(sig) = bcef75433db02e9ad9bf81d6f7c5c270 |
|
|
|
|
|
#9 | |
|
Hobbyist Programmer
Join Date: Sep 2005
Location: A House...
Posts: 191
Rep Power: 4
![]() |
Quote:
Yea, i have done the whole library and playlist interaction. And reading the iPod database(The file on the iPod that stores the music...or points to the file on the iPod) would be cool. But i just dont see it happening. At least not at my level. an example of reading the ipod database in VB.Net can be found here i have began to port it to C# but i have run into problems. So as of now my program will stick to Only being able to handle MP3's. While it does this well parsing through all the dir's on the iPod can take a while. Thats why the database would be better. So if anyone wants to take on the challenge of porting that could. i would be eternially grateful. ![]() More info on the Database can be found here. Thanks for any help in my quest. -T |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|