Kodi Community Forum
Can advancedsettings.xml be written to use Python? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: Can advancedsettings.xml be written to use Python? (/showthread.php?tid=350172)



Can advancedsettings.xml be written to use Python? - Andrew767 - 2019-12-17

Can advancedsettings.xml be written so that I can use python to act for "cleandatetime" and "cleanstrings"?

 I only came across Kodi last Thursday and have hit the limits of what XML regex can do for these functions, and though I may be blind I've yet to find any clarification about how kodi is setup to interpret or parse data between these optional files. So any advice/examples of how I could service these two functions with python would be greatly appreciated.