QJ.NET | Videos | Forums | iPhone | MMORPG | Nintendo DS | Wii | PlayStation 3 | PSP | Xbox 360 | PC | Downloads | Contact Us
Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact

QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides

Go Back   QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides > Developers Corner > PSP Development, Hacks, and Homebrew > PSP Development Forum
The above video goes away if you are a member and logged in, so log in now!

[Release]ID3lib 0.9

This is a discussion on [Release]ID3lib 0.9 within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; ID3lib 0.9 This is something I've been working on for a few days now. It's basically just an library to ...

Reply
 
LinkBack Thread Tools
Old 07-08-2006, 02:31 AM   #1
 
ZXeno's Avatar
 
Join Date: Jul 2006
Posts: 34
Trader Feedback: 0
Default [Release]ID3lib 0.9

ID3lib 0.9

This is something I've been working on for a few days now.
It's basically just an library to read id3 tags in C. It has support for ID3v1 and ID3v2 (all versions should work, but I'm not sure)

The library should be able to read any ID3 version, but I'm not 100% sure about this.
The album tag is not fully functional either. So you won't be able to use that yet, but I'm working on implementing it.

It's pretty easy to understand, so any C developer (with some basic struct knowledge) should be able to use this. But just to make it simpler I made a basic example that reads the tag data from "test.mp3" which is included in the zip (it has no music data, so it won't play in a media/music player);


Demo
Demo Source

I hope people will have any use for this, atleast I will :P

If you have any problems/questions don't hesitate to ask

Last edited by ZXeno; 07-08-2006 at 04:38 AM..
ZXeno is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-08-2006, 02:56 AM   #2

Developer
 
Raphael's Avatar
 
Join Date: Jan 2006
Location: Germany
Posts: 919
Trader Feedback: 0
Default

Nice thing, exactly what I need Though I would have prefered if it was OS.
What about license? There's no hint about how one is allowed to use this lib in their own projects.
Would be good to know.
Raphael is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-08-2006, 02:57 AM   #3
 
PSP-Maniac's Avatar
 
Join Date: May 2006
Posts: 457
Trader Feedback: 0
Default

cool i think that i need to learn c cause lua isnt the best way to ptogram

anyway this is a cool lib
PSP-Maniac is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-08-2006, 03:05 AM   #4
 
ZXeno's Avatar
 
Join Date: Jul 2006
Posts: 34
Trader Feedback: 0
Default

I have it as a win32 lib too, I first made it in win32 then ported it to the PSP.

Since I made it completely by myself you can do whatever you want with the lib, but some kind of credit would be nice
ZXeno is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-08-2006, 04:39 AM   #5
 
ZXeno's Avatar
 
Join Date: Jul 2006
Posts: 34
Trader Feedback: 0
Default

Updated with ID3v2.2 support!
ZXeno is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-08-2006, 01:35 PM   #6
Enter Custom Title
 
Delirium Trigger's Avatar
 
Join Date: Jan 2006
Location: in ur base, strokin
Posts: 870
Trader Feedback: 0
Default

Bump.

>_>
__________________
[CENTER][IMG]http://i38.photobucket.com/albums/e114/ZFB8/sammichmanwotwotfixed.png[/IMG][/CENTER]
Delirium Trigger is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-08-2006, 01:39 PM   #7

AKA Homer
 
Moonchild's Avatar
 
Join Date: Jan 2006
Location: Sweden
Posts: 1,779
Trader Feedback: 0
Default

In case anyone's wondering, I'm ZXeno.

Updated it with some few bug fixes.
__________________


Click Here if you want a Winamp Currently Playing Userbar like the one above.
Moonchild is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-08-2006, 01:40 PM   #8
TheMarioKarters
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by homer
In case anyone's wondering, I'm ZXeno.

Updated it with some few bug fixes.
Why the need for two accounts?
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-08-2006, 01:49 PM   #9

...in a dream...
 
SG57's Avatar
 
Join Date: Jul 2005
Posts: 4,957
Trader Feedback: 0
Default

Dont u get banned for having 2 accounts...
__________________
SG57 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-08-2006, 07:15 PM   #10
 
Join Date: Dec 2005
Location: I'm alive?? You mean this isn't a dream!!
Posts: 36
Trader Feedback: 0
Default

Quote:
Originally Posted by ZXeno
I have it as a win32 lib too, I first made it in win32 then ported it to the PSP.
is this posted anywhere on the net?
KunoNoOni is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-08-2006, 09:13 PM   #11

100% Pure Awesome
 
Join Date: Jan 2006
Posts: 508
Trader Feedback: 0
Default

This should help alot with people making media players We can always do with a new/better one.
__________________

Ravine is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-08-2006, 09:51 PM   #12

Developer
 
TheEmulatorGuy's Avatar
 
Join Date: Feb 2006
Location: Tauranga, New Zealand
Posts: 355
Trader Feedback: 0
Default

Quote:
Originally Posted by Ravine
This should help alot with people making media players We can always do with a new/better one.
A "new/better" one will come, but I can tell you, it sure as hell won't be using ID3lib. :P
__________________
TheEmulatorGuy is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-09-2006, 04:31 AM   #13
 
ZXeno's Avatar
 
Join Date: Jul 2006
Posts: 34
Trader Feedback: 0
Default

Quote:
Originally Posted by TheEmulatorGuy
A "new/better" one will come, but I can tell you, it sure as hell won't be using ID3lib. :P
What the hell do you mean by that??
ZXeno is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
releaseid3lib

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -8. The time now is 12:28 AM.



Use of this Web site constitutes acceptance of the TERMS & CONDITIONS and PRIVACY POLICY
Copyright © 2009, QJ.NET. All Rights Reserved.
Contact Us