Need development help with XBMC ID3 tags
#1
in a program i am writing, i need to show the song, artist name, album, etc from an mp3 file. what are all the files in the xbmc code that i need to look at in order to understand how to implement this feature? so far i have found:

Quote:musicinfotagloadermp3.cpp
musicinfotag.cpp

and their corresponding header files. thanks for helping me with my project!

-snowmanx(http://www.xcardev.tk)
Reply
#2
the xbmc specific code is musicinfotagloadermp3.cpp. the actual code that reads the id3 tags comes from libid3. check freshmeat for the source.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#3
the source to the id3 lib we actualy use can be found here.
http://cvs.sourceforge.net/viewcvs....iew=log

dunno if we changed it to work in xbmc tho.



read the xbmc online-manual, faq and search the forums before posting! do not e-mail the xbmc-team asking for support!
read/follow the forum rules! note! team-xbmc never have and never will host or distribute ms-xdk binaries/executables!
Reply
#4
xbmc uses libid3 for reading mp3 tags. it can be found in the docs folder or here.

hope it helps a little.

greets

bobbin007

edit: sorry overlooked the others posted that as well. Blush



Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#5
(bobbin007 @ sep. 28 2004,20:59 Wrote:xbmc uses libid3 for reading mp3 tags. it can be found in the docs folder or here.

hope it helps a little.

greets

bobbin007

edit: sorry overlooked the others posted that as well.  Blush
lol you missed to read 2 of 3 post? Huh :nuts:
read the xbmc online-manual, faq and search the forums before posting! do not e-mail the xbmc-team asking for support!
read/follow the forum rules! note! team-xbmc never have and never will host or distribute ms-xdk binaries/executables!
Reply
#6
:d missed to click the link you've posted, so i thought is was a good idea. :nuts:

greets

bobbin007
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply

Logout Mark Read Team Forum Stats Members Help
Need development help with XBMC ID3 tags0