Need development help with XBMC ID3 tags - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93) +--- Thread: Need development help with XBMC ID3 tags (/showthread.php?tid=6160) |
- snowmanx - 2004-09-28 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 and their corresponding header files. thanks for helping me with my project! -snowmanx(http://www.xcardev.tk) - kraqh3d - 2004-09-28 the xbmc specific code is musicinfotagloadermp3.cpp. the actual code that reads the id3 tags comes from libid3. check freshmeat for the source. - Hullebulle - 2004-09-28 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. - Bobbin007 - 2004-09-28 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. - Hullebulle - 2004-09-29 (bobbin007 @ sep. 28 2004,20:59 Wrote:xbmc uses libid3 for reading mp3 tags. it can be found in the docs folder or here.lol you missed to read 2 of 3 post? :nuts: - Bobbin007 - 2004-09-29 :d missed to click the link you've posted, so i thought is was a good idea. :nuts: greets bobbin007 |