Search found 5 matches

by rookie
Thu Dec 25, 2014 4:39 am
Forum: Python Plugin / Script Development
Topic: plugin_data folder
Replies: 1
Views: 1809

plugin_data folder

Buzz, I notice in the XBox Userdata folder there are a 'plugin_data' folder and a 'addon_data' folder. Whereas in the Android there is only 'addon_data' folder. This difference makes many of the Android plugins incompatible with the XBox. Can we remove the 'plugin_data' folder and store everything i...
by rookie
Thu Mar 20, 2014 6:01 pm
Forum: Python / Scripts Help and Support
Topic: Clear screen - help with plugin code
Replies: 5
Views: 2327

Re: Clear screen - help with plugin code

I have fixed the problem. Thank Jan for all his code examples
by rookie
Tue Mar 18, 2014 3:47 pm
Forum: Python / Scripts Help and Support
Topic: Clear screen - help with plugin code
Replies: 5
Views: 2327

Clear screen - help with plugin code

This is my first addons code to watch CNN: import xbmc, xbmcgui streamurl = 'rtmp://c.cdn.livenewschat.eu/edge playpath=cnn_live swfUrl=http://msnbclive.eu/player.swf swfVfy=1 live=1 pageUrl=http://weplaylive.tv timeout=15' li = xbmcgui.ListItem('CNN') li.setInfo('video', {'Title': 'CNN', 'Genre': '...
by rookie
Tue Mar 18, 2014 1:56 am
Forum: Python Plugin / Script Development
Topic: Watch filmon.com TV Channel without the FilmonAddon
Replies: 5
Views: 10530

Re: Watch filmon.com TV Channel without the FilmonAddon

Jan,
I would like to open the favorites.plx file stored in Navix folder in my local hard drive
to let the user select his/her favorite. Can you show me how to do this in xbmc python?

Thank you.
rookie