CD Track Names
#1
Hello!

I'm trying to play audio CDs and part of that application is being able to retrieve the track names (and possibly other info, but mostly track name) from the items on the CD. I realize that that metadata is not actually stored on the CD, but instead, when the CD is inserted, XBMC goes to freedb.org to pull the data. The problem is that even though the XBMC UI displays the track name, artist name, and so forth, calling Playlist.GetItems or Player.GetItem returns an empty string for "title" and pretty much everything else. It's as if the UI is separate from the JSON methods. Is there any way to access that information - that is, can I use any of the JSON methods to query the CD track names?

Thanks for the help!
Reply
#2
What version of XBMC (and/or JSON-RPC) are you using?
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not e-mail Team Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#3
Thanks for the reply. I'm using Frodo.
Reply
#4
I found the .cddb files in the Application Data\XBMC\userdata\Database\CDDB folder. I found that these are just text files that have all the info for CDs that are loaded. I suppose a workaround would be to parse these for the data I need, however, it would be best to have a method that does this internal to XBMC.
Reply

Logout Mark Read Team Forum Stats Members Help
CD Track Names0