On 05-03-16 07:19, finalmak...@gmail.com wrote:

Hey Ronie,

Everything is done according to your recent suggestions: https://sourceforge.net/p/xbmc/mailman/message/34887230/

The only thing I left for you to check again is module called *mode512* in *modules.py* file. I removed the terminal module and put os.system in two lines only – It’s a very popular module I hope to retain if possible.


hi finalmakerr

why don't you use the python webbrowser module instead of those os.system shell commands?
*/import webbrowser/**/
/**/webbrowser.open(url)

/*it should work on all platforms as far as i know, altough i'm not 100% sure about android. just in case it doesn't works on android, you can use the builtin command */StartAndroidActivity()/* instead of using adb commands.
see: http://kodi.wiki/view/List_of_built-in_functions


cheers,
ronie
------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://makebettercode.com/inteldaal-eval
_______________________________________________
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to