The Daily Click ::. Forums ::. Klik Coding Help ::. Accessing ID3 tags for album artwork, artist, date, etc?
 

Post Reply  Post Oekaki 
 

Posted By Message

KevinHaag



Registered
  28/01/2005
Points
  266

VIP Member
17th November, 2008 at 12:41:16 -

Is there an extension of some sort that can access the data embedded as the ID3 tags for MP3 files and the like? So for example, I could somehow set an active picture (or similar) to display album artwork?

 
Image
http://www.kevinhaag.ca

KevinHaag



Registered
  28/01/2005
Points
  266

VIP Member
18th November, 2008 at 04:31:51 -

Bumpage? Three more words.

 
Image
http://www.kevinhaag.ca

aphant



Registered
  18/05/2008
Points
  1242
18th November, 2008 at 07:22:50 -

This didn't need to be bumped.

Theres probably an extension for that, though.

 

KevinHaag



Registered
  28/01/2005
Points
  266

VIP Member
20th November, 2008 at 13:06:12 -

Anyone? I've been searching around but can't find anything on the subject.

 
Image
http://www.kevinhaag.ca

Dr. James MD

Addict

Registered
  08/12/2003
Points
  11941

First GOTW AwardSecond GOTW AwardThird GOTW AwardPicture Me This -Round 26- Winner!
20th November, 2008 at 13:35:56 -

It's probably more trouble than it's worth but is it possible to access the inner gubbings of MP3s with the Binary Object?

 
Image
http://uk.youtube.com/watch?v=j--8iXVv2_U
On the sixth day God created Manchester
"You gotta get that sand out your vaj!" x13
www.bossbaddie.com

lembi2001



Registered
  01/04/2005
Points
  608

VIP MemberIt's-a me, Mario!Wii OwnerI like Aliens!Has Donated, Thank You!PS3 OwnerI am an April Fool
20th November, 2008 at 14:14:52 -

I thought something like this existed and here it is:

http://ext.neatwares.ath.cx/ext/ID3_Object



 
n/a

Johnny Look

One Happy Dude

Registered
  14/05/2006
Points
  2942

VIP Member
20th November, 2008 at 16:21:01 -

why do you need an extension for that ?
even a music player like winamp can do that.

 
n/a

lembi2001



Registered
  01/04/2005
Points
  608

VIP MemberIt's-a me, Mario!Wii OwnerI like Aliens!Has Donated, Thank You!PS3 OwnerI am an April Fool
20th November, 2008 at 17:05:28 -

I assume he is making a mp3 player???

 
n/a

KevinHaag



Registered
  28/01/2005
Points
  266

VIP Member
26th November, 2008 at 05:17:24 -


Originally Posted by Looney Billy Spleen
I assume he is making a mp3 player???



Not exactly, but something similar Also, will this get the album art attached to the mp3 as well?

Edited by KevinHaag

 
Image
http://www.kevinhaag.ca

Lazernaut



Registered
  08/09/2002
Points
  1103

VIP MemberThe Cake is a LieIt's-a me, Mario!Wii OwnerPokemon Ball!
26th November, 2008 at 08:27:18 -

I've worked a little with this in C#. It's actually quite simple and you might be able to make something yourself. If you drag an MP3 file with ID3 version 1 tags in it into notepad, you will see that in the end the info is located. It's very easy with version 1 because it can only be 128 bytes long (i think) meaning that the tag always starts at the same place relative to the end of the file.

It's a bit more tricky with version2 because the positions of the tags can vary. One difference though is that this info is located in the start of the MP3.

But basically what I'm saying is that ID3 tags aren't encrypted or anything.
As said already, you might be able to do this with the Binary extension.

More info on the ID3 specs: http://www.id3.org/Developer_Information

 
n/a
   

Post Reply



 



Advertisement

Worth A Click