 |
ID3 Tag Framework - Default branch
|
Section: Mac OS X |
|
|
|
| Added: Sat, Jun 28th 2003 21:32 UTC (5 years, 1 month ago) |
Updated: Sun, Aug 6th 2006 06:30 UTC (2 years, 0 months ago) |
|
|
About:
ID3Tag.framework is a Cocoa-based framework for
reading and writing ID3 tags. It supports 1.1 and 2.0 -
2.4 tag types.
Author:
chris [contact developer]
Homepage:
http://drewfamily.homemail.com.au/Cocoa_-_ID3Tag_framework.html
Tar/GZ:
http://drewfamily.homemail.com.au/ID3.framework.1.00.tar.gz
Changelog:
http://drewfamily.homemail.com.au/ID3Tag_changelog.rtf
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|
|
» Rating:
8.34/10.00
(Rank N/A)
» Vitality: 0.01% (Rank 5427)
» Popularity: 0.60% (Rank 9920)

(click to enlarge graphs)
Record hits: 12,563
URL hits: 4,319
Subscribers: 7
|
|
Branches
Comments
[»]
How do I contact the developer?
by Tyler Lin - Nov 22nd 2004 21:01:35
The emails I sent to the developer (Chris) got bounced back.
Both the homemail.com.au and tpg.com.au addresses are not
valid.
I would like to know if iTunes tag parsing is done or not. Also,
are there CVS or something similar for this project?
[reply]
[top]
[»]
Re: How do I contact the developer?
by chris - Nov 23rd 2004 04:36:45
My ISP was having problems.
Yes the framework can parse iTunes tags if you use MP3
with ID3 tags. I have not gotten around to ACC (mp4) tags
as yet.
> The emails I sent to the developer
> (Chris) got bounced back.
> Both the homemail.com.au and tpg.com.au
> addresses are not
> valid.
>
> I would like to know if iTunes tag
> parsing is done or not. Also,
> are there CVS or something similar for
> this project?
[reply]
[top]
[»]
Re: How do I contact the developer?
by Tyler Lin - Nov 23rd 2004 16:54:38
Thanks for the reply.
One thing strange I noticed, sometimes parts of tags in iTunes
are not shown in the id3tag framework, but after I edit the tag
in iTunes (something like added a space), the framework sees
the missing part. I wonder if it is caused by iTunes when
initially import the song (something like only write fields that
have been modified to v2, and read v1 tag when parts of the
v2 tag is missing).
I was having problem with iTunes because I did not create a
new instance of TagAPI each time I parse a mp3 file, I was
using the same instance over and over. Things are ok if I only
parse v2 tags, but if I encounter a v1 tag, parsing v2 tags will
no longer works (leaving blanks in the fields).
[reply]
[top]
[»]
Re: How do I contact the developer?
by chris - Nov 24th 2004 03:20:09
I will look both problems and hopefully get a fix up this
weekend.
[reply]
[top]
[»]
Re: How do I contact the developer?
by Tyler Lin - Dec 3rd 2004 22:09:24
Here is one more bug report:
In TagAPI, setTitle always return false... (tested using v1.1
and v2.3 tags)
but values are updated regardless of that. Its ok with Roman
based encoding, otherwise writng question marks instead of
the currect chars.
It's strange that both setAlbum and setArtist works. (since all
three functions takes in NSString)
by the way, I would like to know other people using this
framework so we can discuss. Thanks.
[reply]
[top]
[»]
Re: How do I contact the developer?
by Tyler Lin - Dec 4th 2004 00:02:50
> It's strange that both setAlbum and
> setArtist works. (since all
> three functions takes in NSString)
Found the bug! ^^
missing "!" in setTitle function call in TagAPI
should read:if (![v1Tag setTitle:Title]) result = NO;
[reply]
[top]
|
|
 |