-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support of all ID3 versions and add fields #4
Comments
I apologize for the unclear licensing. I'm releasing this under an MIT license. So you are free to use this software however you wish. I'm making good progress v3 now. Hopefully I'll be able to push a stable version to master in the next couple weeks. As for adding more fields, that is fairly easy. I'm just trying to get the essentials (at least what I think are the essentials) out first. After that though, I'll definitely add more. On that note, what fields would you like most? |
Hi Philip,
That is good news!
I was testing your framework - works great! The only luck is in the
supported ID3 versions (currently v2.2 only), and fields flexibility. Sorry
for the critics :)).
Your next version will support both 2.2 and 2.3, correct?
I was trying to add new fields, but failed... Can you please send me or As far as what default field list should be I think just the standard Thank you!!! Larry On Sat, Jul 16, 2016 at 1:45 PM, philiphardy [email protected]
|
That's correct. My next version will parse both v2.2 and v2.3 ID3 tags. As of now, the only fields you can edit are Title, Artist, Album, Lyrics, and Artwork. Each new field will have to be programmed before being able to use it. |
ID3Edit works very fine. |
Hi Philip,
I see that you are working on support of ID3 v3 tag. Do you have any ETA when to expect it? Also I wanted to ask you an example how to add fields? You have only 5 fields, including the artwork available. How to add for example Genre, or Album Artist (for audiobooks) and others?
Another question is about license - can your library be used in other applications (including commercial apps) and under what conditions?
The text was updated successfully, but these errors were encountered: