Kodi Community Forum

Full Version: Add "status" to GetTVShowDetails
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The "status" field is missing for TV show details. 

We are able to set it with SetTVShowDetails but no way to return the existing value via JSON.
Yeap, https://github.com/xbmc/xbmc/pull/9537 itself corrected by https://github.com/xbmc/xbmc/pull/9544 failed to do the full job of adding status as something that you could get as well as set.

Can I encourage you to have a go at raising a PR yourself for this @sualfred ? Add a property to Video.Details.TVShow in types.json, bump the API version in version.txt etc. Smile