Req Jen list coding print command to kodi log
#1
is it  possible to print the xml list to the kodi log file so i can see it in a readable format  with item name, url etc?


see the python py file here 

Python Code Here 
Code:
https://paste.ubuntu.com/p/87KvbMnvPc/
Reply
#2
not sure if i've phrased my request correctly? please direct me if i'm wrong.

I'm using the jen template which allows for lists to be displayed within the addon making it very easy to create an addon,

I have an xml list, and wanted to display its contents in the kodi log file, once it has been displayed in the addon,

so e.g. the list might look like

Link 1  Cars Videos
Link 2  Food Videos
Link 3  Dance Videos

when they are selected they play the videos, however in the Kodi log file I want to see the whole list which was displayed within the addon

Link 1  Cars Videos  http://myvideos.com/cars.avi
Link 2  Food Videos http://myvideos.com/food.avi
Link 3  Dance Videos http://myvideos.com/dance.avi

hope someone can point me in the correct direction?

thanks
Reply

Logout Mark Read Team Forum Stats Members Help
Jen list coding print command to kodi log0