Kodi Community Forum

Full Version: list of possible fields for json rpc and who to ask to add new ones
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
does any one have a list of fields you can request on the various json rpc api method calls

and who is the best dev to talk about getting new ones added?
What do you mean by fields? The fields returned when calling the library methods? Or InfoLabels returned by the GetInfoLabels() method?

The official JSON RPC API development thread with lots of questions and answers can be found here: http://forum.xbmc.org/showthread.php?tid=68263
the library methods ones

This is what I was after:
http://trac.xbmc.org/browser/trunk/xbmc/...andler.cpp

but there are a bunch of things that as a web interface developer would be useful

1. being able to get id values as well as string values for example
when getting albums getting their artist id as well as the artist as a string

2. getting counts of children from parents
for example when getting artists getting each's album and song count
when getting albums getting the song count
when getting shows getting the episode, season and watched count
etc