Kodi Community Forum
[REQUEST] Library Pie Charts (Circle Graphs) and Bar Charts (Bar Graphs)? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+--- Thread: [REQUEST] Library Pie Charts (Circle Graphs) and Bar Charts (Bar Graphs)? (/showthread.php?tid=60838)



[REQUEST] Library Pie Charts (Circle Graphs) and Bar Charts (Bar Graphs)? - stokedfish - 2009-11-04

Would something like this be possible with XBMC? I'm thinking of analyzing music/movie genre tags...

Image

( taken from http://choerbaert.org/wiki/en:scytheman:zeugs:code:scaicha )


- watzen - 2009-11-04

I don't see why this is a feature that would be good to have within the xbmc application. Though you could always do this analysis on the musicDB, with excel and such tools.


- rwparris2 - 2009-11-04

yes xbmc can display images. have fun


- stokedfish - 2009-11-04

rwparris2 Wrote:yes xbmc can display images. have fun

Huh?


- rwparris2 - 2009-11-04

You posted an image of a pie chart and asked if that would be possible to do in xbmc. You went on to say "I'm thinking of analyzing music/movie genre tags..." which I assume you would be doing with a script of some sort, since you linked a python script that does exactly that.

So, the answer is yes, XBMC can display images generated by a script. I hope you have fun creating it.

Edit: Did you have that [Feature Request] in the title the entire time? Sorry I missed it. I'm going to move this to the scripting forums, because that's where it is most likely to be implemented.