Le 30 déc. 2013 à 18:53, deepak karki <[email protected]> a écrit :
> I'm new to XBMC script development and was going thru some documentation on > the site wiki. > I have version frodo installed. > I have been programming in python for quite a while, nut I could not follow > certain parts of the documents. I have the following doubts : > > 1. How do you run an python script you have written? [i.e. where do you place > the .py file and how do you run it once XBMC is up? ] You need more than a .py file. See http://wiki.xbmc.org/index.php?title=Add-on_structure You define in your addon.xml the name of the Python script that will be run (library attribute). See http://wiki.xbmc.org/index.php?title=Addon.xml > > 2. What is the difference between an plugin and an script? In most cases a plugin only retrieves a list of audio or video files that are displayed by XBMC as a list. A script usually creates its own windows, etc.. The best would be to look at existing scripts and plugins to see what they do. Install and try some in XBMC. Sources for plugins and scripts are here: http://sourceforge.net/p/xbmc/_list/git?source=navbar > > 3. Is it possible to write a module which will be run automatically when XBMC > runs; and instead of the standard XBMC navigation and features, display my > custom navigation and buttons? If not by a python script, is there some other > way of COMPLETELY customizing the software? Not sure to understand what you want to do. Are you sure you don't want a specific skin? That's how you customize XBMC. See http://wiki.xbmc.org/index.php?title=XBMC_Skinning_Tutorials > > regds, > Deepak > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk_______________________________________________ > Xbmc-addons mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/xbmc-addons ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ Xbmc-addons mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xbmc-addons
