Re: ID3v2 tags
Re: ID3v2 tags
- Subject: Re: ID3v2 tags
- From: Thorrin <email@hidden>
- Date: Wed, 18 Jun 2008 05:32:05 -0700 (PDT)
I wrote something similar to this about a year ago, but I don't have the code anymore... I wrote a command line app that would erase the BPM fields or would also 'half' them depending on which option you chose (ie: if a song had a bpm tag of 150 and I wanted it to read as 75).
It wasn't very hard to write. I did it the old fashioned way by getting an ID3V2 spec and using a hex editor to look into the files. The fields are identified in the mp3 (TBPM, TLANG, etc). You can find info on this here: http://www.id3.org/id3v2.3.0
But as Alex said, there is open source stuff out there. I just wanted to see if I could do it on my own.
Me and a friend were just talking about this last night... Writing a good app that would tag mp3s would be a fun project and give me a chance to brush up on my cocoa programming.
-T
When Jet Baby flies, she flies up there forever. When Jet Baby flies,
she flies through any weather!
-Parappa the Rapper
--- On Wed, 6/18/08, Alexander von Below <email@hidden> wrote:
> From: Alexander von Below <email@hidden>
> Subject: Re: ID3v2 tags
> To: "Marco Papa" <email@hidden>
> Cc: email@hidden
> Date: Wednesday, June 18, 2008, 4:54 AM
> No, not that I am aware of. There is some open source
> software out
> there. ID3v2 tags are a tiny bit tricky in the details, but
> not rocket
> science.
>
> Search google, and let me know if you still have problems
> then.
>
> Alex
>
> Am 18.06.2008 um 10:39 schrieb Marco Papa:
>
> > Is there any easy way to extract the frames that
> contain ID3v2 tags
> > from an MP3 stream using the Core Audio APIs?
> >
> > Thanks.
> >
> > --
> > Marco Papa, Ph.D.
> > Computer Science Department
> > University of Southern California
> > Henry Salvatori Computer Center
> > Los Angeles, California 90089-0781
> > Voice: +1-213-974-2137
> > Cell: +1-310-944-5468
> > E-mail: email@hidden
> > _______________________________________________
> > Do not post admin requests to the list. They will be
> ignored.
> > Coreaudio-api mailing list
> (email@hidden)
> > Help/Unsubscribe/Update your Subscription:
> >
> >
> > This email sent to
> email@hidden_______________________________________________
> Do not post admin requests to the list. They will be
> ignored.
> Coreaudio-api mailing list
> (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Re: ID3v2 tags (From: Alexander von Below <email@hidden>) |