Python Scripts Development

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
burriko Offline
Senior Member
Posts: 199
Joined: Oct 2003
Reputation: 0
Post: #101
alx5962 - it might be a good idea to start a new thread about your bittorent client, as this thread has been pulled off topic quite a bit.

btw, can i pm you the link to a nice menu i made for it that makes it really easy to download the last tv show episodes, you could include it in the bitxbox package. i don't want to post it here because i don't think the mods will like it as it links to a torrent site that distributes copyrighted material.
find quote
alx5962 Offline
Senior Member
Posts: 174
Joined: Jan 2004
Reputation: 0
Location: Lille, FRANCE
Post: #102
bit torrent update

read the readmexbox !
find quote
silentyl Offline
Senior Member
Posts: 119
Joined: Nov 2003
Reputation: 0
Post: #103
nice work with the bt script ...i can just use the .torrent file i've downloaded...by #'ing the other source line instead

a question..is it normal to have sevel pages of output..or is it possible to just use 1 page and refresh it over and over...or maybe press "black button" for just current results like:

upspeed, downspeed, upmb, downmb, % complete
find quote
LaSnow Offline
Junior Member
Posts: 7
Joined: Mar 2004
Reputation: 0
Post: #104
none of my scripts are not working, debug says: os module missing, or something like that.
i didnt install phyton last time i just extracted whole phyton (phyton.rar) in a dir and it was working fine. suddently it stopped working. how do i reinstall ?  i erased everything again and started from scrath but it still say the same.
"no os module" . looked on phyton www but didnt find any answers there.
im a total newbe. how do i reinstall phyton?  please help me, im going nuts, nothing works.

may-day may-day, sos :  ladies and gentlemen, we are about to krash and burn   Sad
find quote
burriko Offline
Senior Member
Posts: 199
Joined: Oct 2003
Reputation: 0
Post: #105
is there currently any way to get details about the current song that is playing? i've tried the getdescription(), getduration(), getfilename() methods but they seem to only work if you're creating a playlist in python. i don't want to influence what's being played just find out details about what xbmc is currently playing.
the reason i'm interested in this is that i was going to attempt to write an audioscrobbler plugin, but i'd need to know the title, artist, total length and current position of the currently playing song in xbmc.
could this info be made available to python?

thank you.
find quote
alx5962 Offline
Senior Member
Posts: 174
Joined: Jan 2004
Reputation: 0
Location: Lille, FRANCE
Post: #106
hi darkie,
working on the documentation i have some requests/questions.

the function getskindir() only returns the skin dir name, but without path. it 's not a real problem except now skins handle pal/ntsc screen size. so maybe it could be nice to know these infos... but this is not a very important thing at all for now.
also i 'd like to know the progress status of the xbox version management of python.

regards

alex
find quote
darkie Offline
Team-XBMC Developer
Posts: 529
Joined: Sep 2003
Reputation: 0
Post: #107
Quote:the function getskindir() only returns the skin dir name, but without path. it 's not a real problem except now skins handle pal/ntsc screen size. so maybe it could be nice to know these infos... but this is not a very important thing at all for now.
ok, will see what i can do, not much time now so don't expect anything new this week
Quote:also i 'd like to know the progress status of the xbox version management of python.
no progress has been made for it. will look at it asap, shouldn't be to hard to just add a method like getpythonversion() or so

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote
Post Reply