XBMC Community Forum  

Go Back   XBMC Community Forum > Help and Support > Plugin/Script (Python) Help and Support

Plugin/Script (Python) Help and Support Python requests/suggestions, support, bugs, and everything python goes in here!
Please, add platform prefix to threads that are not platform-independent!:
Thread prefixes; "[LINUX]", "[LIVE]", "[MAC]", "[WINDOWS]", and "[XBOX]"

Reply
 
Thread Tools Search this Thread Display Modes
Old 2004-09-06, 20:12   #1
Athirne
Junior Member
 
Join Date: Jul 2004
Posts: 8
Athirne is on a distinguished road
Default

*yahoo launch browser for music videos

*bittorrent multi client with ip range blacklist support

*big script that turns xbmc into a half decent dashboard (ie apps, games, emulators, ect like menu setup) (ok so more of a feature request)

*script that checks for updated versons of apps and latter versons could even install it.

*script that could browse and apply skins (even download ones off of the net like in avalaunch)



weather replated:

*radar and satalite maps

*animated weather images (ok so this is more of a mod)

*script that will act like weatherbug and allert when severe weather is in your area.
Athirne is offline   Reply With Quote
Old 2004-09-06, 20:24   #2
Alexpoet
Skilled Python Coder
 
Join Date: Jun 2004
Location: Oklahoma City, OK
Posts: 172
Alexpoet is on a distinguished road
Default

my thoughts.

i've been working on some of the weather related, but kinda hit a brick wall when i learned the website i was getting my images from was sending gifs that wouldn't display in xbmc. it took me a while to realize that gifs do display in xbmc--just not the ones i was getting from noaa.

anyway, weather radar is pretty reasonable, if i could just find a free source of the images that would provide images usable in xbmc. it would take a lot of reworking my regular expressions, though, so i'm not saying it would be immediate.

i also like the idea of a script that can download/update apps for you. i've been working on the idea for one for a while, but haven't put anything down on paper yet. i'll let you know if i get to that before someone else does.

regarding the skins downloader... would be easy to download, probably--not so easy to apply. we'd have to make that a feature request, because currently xbmc python doesn't have any function to change the skin, although i can think of a workaround (create a copy of the skin called "active" and manually set "active" to your active skin, then the script could download a new skin and also make a copy of it, overwriting "active" with the new one).
__________________
For scripts, script development tools, and documentation, visit my website:
http://www.maskedfox.com/xbmc/
Alexpoet is offline   Reply With Quote
Old 2004-09-06, 23:36   #3
Athirne
Junior Member
 
Join Date: Jul 2004
Posts: 8
Athirne is on a distinguished road
Default

perhaps you could just get the images from weather.com since the media center already gets text information about weather. weather.com uses .jpg images for the most part and they have an application that makes calls to the site for radar and satalite maps (so they cant just suddenly change what they are naming everything). since their naming scheme is automated it shouldnt be to hard to make it so that with a properly set system clock and time sensitive scripting one should be able to call the proper maps with little problem.

http://www.w3.weather.com/maps/


the main problem when it comes to skins and applications is there needs to be a central area to grab them from with verson information and a specific structure. avalaunch does this, but xbmc skins can be a bit over the place. also you need to be able to specify which directory to install things into.
the most simple solution would probebly be a script that checks and updates only scripts at first. we already have a central repository for downloading scripts and i belive it does have verson numbering.
with some minimal alterations to the script repository database we could easily have xbmc do a quick query of avalible scripts then comare them to those installed on the box. if the versons are equal or greater then skip. if the verson is less then the remote verson value then offer to download.
Athirne is offline   Reply With Quote
Old 2004-09-09, 16:08   #4
MikeZ
Junior Member
 
Join Date: Jul 2004
Posts: 11
MikeZ is on a distinguished road
Default

alex,

i figured out the reason why your script doesn't show the gifs from noaa. it is the same reason why my traffic script is currently hitting your wall as well.. :bomb:

there are two gif standards, one gif87a and one gif89a.
the gifs we are downloading are of the type gif87a. i looked up a gif from noaa. such as here and of my traffic site. i use httpwatch and on the stream tab the gif type is shown.
so.... darkie come to the rescue ! please and put a gif library in that handles gif87a images....

uhhm i think i need to put a feature request of some sorts in right ?
such as this one here

mikez

well as stated in the feature request...
it does not seem to be a gif87a/89a issue but more a gif content issue...
MikeZ is offline   Reply With Quote
Old 2004-11-15, 02:04   #5
jaga
Fan
 
Join Date: Oct 2003
Posts: 359
jaga is on a distinguished road
Default

Quote:
Originally Posted by (alexpoet @ sep. 06 2004,18:24)
regarding the skins downloader... would be easy to download, probably--not so easy to apply.
if the skin downloader/brower is doable, the ability to change the current skin isn't as important. i think it would be a good thing if a nice skin browser/automagic update system were available. it would likely end up creating a single xbmc skin repository, and could do some version checking to solve some all too common problems. please put this one on your list.
__________________
--jaga
jaga is offline   Reply With Quote
Old 2004-11-15, 16:38   #6
Alexpoet
Skilled Python Coder
 
Join Date: Jun 2004
Location: Oklahoma City, OK
Posts: 172
Alexpoet is on a distinguished road
Default

heh. funny that this (pretty old) thread got bumped today. one of the things i discussed in it was the weather radar (and using weather.com instead of noaa), which i've been working on for the last week. i've got it 99% of working.

it's a pretty simple little script, after the changes. cool, though.

i'll post as soon as i've got it working completely.

alexpoet
__________________
For scripts, script development tools, and documentation, visit my website:
http://www.maskedfox.com/xbmc/
Alexpoet is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Some ideas. s00pcan1 XBMC Feature Suggestions 0 2004-12-09 03:54
Ideas for scripts Athirne Plugin/Script (Python) Development 5 2004-11-15 16:38
Some ideas NoTo XBMC Feature Suggestions 2 2004-10-19 13:55
Two ideas... jonmck XBMC Feature Suggestions 3 2004-01-29 09:56


All times are GMT +2. The time now is 16:50.


Protected by Akismet, We recommend WordPress blogs
Copyright © 2008, XBMC Project