- July 29, 2007
- 25
- 0
- Home Country
- United States of America
I've been experimenting with customizing the MyWeather plugin to do the following
1) Remove image buttons and looping for those entries that don't have images
2) Right now trying to add support for animations. WUnderground has animations but the links appear to be static. I'm trying to add a feature to have the plugin auto build an animation from the static images.
3) Adding support for multiple images of a given category.
4) Adding support for being able to take a subsection of a picture
When I finish these changes, since I'm new, would I be allowed to deploy a new MyWeatherEx plugin outside the core source code in the plugins directory even though the code is based off the original plugin?
Next and a bit more ambitious is to add a feature to 'splice' various weather pictures into the screensaver. When media portal is idle and showing pictures, I want to have the ability for different plugins to be able to insert an image every Nth time.
I'm just learning this and hoping to be able to contribute. I've already managed to make the home menu static and not scroll anymore (I can finally use my touchscreen!!!!) by adding support for a new 'noScroll' setting that can be added to the skin file to turn off the scrolling. You then just need to edit the skin file further to at least add the required number of buttons to show them all.
1) Remove image buttons and looping for those entries that don't have images
2) Right now trying to add support for animations. WUnderground has animations but the links appear to be static. I'm trying to add a feature to have the plugin auto build an animation from the static images.
3) Adding support for multiple images of a given category.
4) Adding support for being able to take a subsection of a picture
When I finish these changes, since I'm new, would I be allowed to deploy a new MyWeatherEx plugin outside the core source code in the plugins directory even though the code is based off the original plugin?
Next and a bit more ambitious is to add a feature to 'splice' various weather pictures into the screensaver. When media portal is idle and showing pictures, I want to have the ability for different plugins to be able to insert an image every Nth time.
I'm just learning this and hoping to be able to contribute. I've already managed to make the home menu static and not scroll anymore (I can finally use my touchscreen!!!!) by adding support for a new 'noScroll' setting that can be added to the skin file to turn off the scrolling. You then just need to edit the skin file further to at least add the required number of buttons to show them all.