Framework to develop fancy xbmc apps fast.
WORK IN PROGRESS!
- Application scaffolding.
- Base windows class with easy event binding.
- Scaffolding of xml windows representatoins base on registered windows classes.
- Utils to resolve trivial xbmc script development tasks.
- Documentation.
pip install git+git://github.com/polinom/bunny-xbmc.git
To create you very basic application you need make few steps:
Move to you addons folder.
For example on Mac you would go to
Library/Application Support/XBMC/addons
Then preform
bunny-create [type] [appname]
For example:
bynny-create video fancyapp
That's it! Now you can got to xbmc and check it out in you video addons. The app will be named 'fancyapp'
https://bunny-xbmc.readthedocs.org/en/latest/
- Graphic design for TV screens:
- https://developers.google.com/tv/android/docs/gtv_android_patterns
http://etvnet.com - Russian Online video streeming service. Netflix for russians.