Im tryingto get a Python script to insert this
PlayMedia("plugin://plugin.program.super.favourites/?label=BBC+News&mode=5400&path=special%3A%2F%2Fprofile%2Faddon_data%2Fplugin.program.super.favourites%2FSuper+Favourites%2FNews+TV%2FBBC+News&image=special%3A%2F%2Fhome%2Fmedia%2FOpenelec+6+logos%2FOpenelec+Logos%2Fbbc_news.png&fanart=NULL&content_type=&sf_options=fanart%3DNULL%26_options_sf",retu)
but instead python is inserting this
PlayMedia("plugin://plugin.program.super.favourites/?label=BBC+News&mode=5400&path=special%3A%2F%2Fprofile%2Faddon_data%2Fplugin.program.super.favourites%2FSuper+Favourites%2FNews+TV%2FBBC+News&image=special%3A%2F%2Fhome%2Fmedia%2FOpenelec+6+logos%2FOpenelec+Logos%2Fbbc_news.png&fanart=NULL&content_type=&sf_options=fanart%3DNULL%26_options_sf",retu)
As you can See, when I run the python script, it adds in extra amp; that I dont want. How would I Stop all the extra amp; from being written when ruing the python code and get around this problem. Ive been told its something to do with escaped quotes - url-encoded url and xml encoding.
I think its all about translating the first line of code into Python
Thankyou
