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-10-23, 20:51   #1
phobo
Junior Member
 
Join Date: May 2004
Posts: 7
phobo is on a distinguished road
Default

autostart script with autoexec.py istn workinh in xbmc 1.1.
gui_msg_playback_started send to file start is added, think thats to problem... the scripts are starting when starting a file manually or changing volume.

any ideas to solve the problem ?

:nuts:
phobo is offline   Reply With Quote
Old 2004-10-30, 10:23   #2
phobo
Junior Member
 
Join Date: May 2004
Posts: 7
phobo is on a distinguished road
Default

still no idea how to fix it ??
phobo is offline   Reply With Quote
Old 2004-10-30, 18:24   #3
darkie
Team-XBMC Developer
 
Join Date: Sep 2003
Posts: 530
darkie is on a distinguished road
Default

i use it all the time and it is still working (autoexec.py)
if you startup xbmc without playing a movie or music file, can you see some python specific stuff in the xbmc log file then?

and btw, what are you trying to autostart, which script / scripts?
__________________
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.


darkie is offline   Reply With Quote
Old 2004-10-31, 15:03   #4
NEI
Member
 
Join Date: Nov 2003
Posts: 108
NEI is on a distinguished road
Default

i just installed 1.1. made a clean install with removing of udata, tdata stuff. as soon as i select a movie or a mp3, xbmc crashes!
here's the log:
Quote:
31-10-2004 13:53:26 debug freeing fs segment @ 0xa1b260
31-10-2004 13:53:26 info mplayer play:f:\music\recordings\secret agent\1 - luminous - libertine.mp3 cachesize:256
31-10-2004 13:53:26 debug initializing fs_seg..
31-10-2004 13:53:26 debug fs segment @ 0xa1b260
31-10-2004 13:53:26 info flipping bi-directional subtitles disabled
31-10-2004 13:53:26 info stating file f:\music\recordings\secret agent\1 - luminous - libertine.mp3.conf
31-10-2004 13:53:26 info stating file q:\mplayer\f:\music\recordings\secret agent\1 - luminous - libertine.mp3.conf
NEI is offline   Reply With Quote
Old 2004-10-31, 22:30   #5
NEI
Member
 
Join Date: Nov 2003
Posts: 108
NEI is on a distinguished road
Default

ok, as nobody answered, i reinstalled 1.1 again and it works!?! i have no idea, what i did or didn't do this time... sorry.

oh and btw, 1.1 f***ing rulez!
NEI is offline   Reply With Quote
Old 2004-10-31, 22:54   #6
NEI
Member
 
Join Date: Nov 2003
Posts: 108
NEI is on a distinguished road
Default

now i have it. i have this autoexec.py script, which when executed, makes xbmc useless. maybe this is a known bug. i have no idea, can live with it...
the stream itself can be started without any problems afterward...

autoexec.py:
Quote:
import xbmc

xbmc.executescript('q:\\scripts\\mp3.py')
mp3.py:
Quote:
import xbmc

# by josselin from startupsound by alx5962

file = 'q:\\scripts\\fm4.strm'
pls = xbmc.playlist(0)
pls.load(file)
player = xbmc.player()
player.play(pls)
NEI is offline   Reply With Quote
Old 2004-11-02, 00:37   #7
solexalex
Skilled Python Coder
 
Join Date: Jul 2004
Posts: 550
solexalex is on a distinguished road
Default

check your internet settings...
solexalex is offline   Reply With Quote
Old 2004-11-03, 17:21   #8
NEI
Member
 
Join Date: Nov 2003
Posts: 108
NEI is on a distinguished road
Default

why? it works! but after i stop the stream, i cannot start another mp3/video/stream/pic, whatever...
NEI is offline   Reply With Quote
Old 2004-11-03, 19:36   #9
solexalex
Skilled Python Coder
 
Join Date: Jul 2004
Posts: 550
solexalex is on a distinguished road
Default

so if the autoexec.py works.... what is your question then ??...
solexalex 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
CNN script now broken? mort_d_hump Plugin/Script (Python) Help and Support 3 2006-06-11 09:52
New autorun type - Python Script Loto_Bak XBMC Feature Suggestions 8 2006-03-01 22:36
Dvd-x 2.0 autorun in xbmc JustinT9669 XBMC for Xbox Specific Support 2 2005-04-11 05:44
Option to change XBMC autorun priority myridom XBMC Feature Suggestions 0 2005-01-12 03:15
Autorun script broken in XBMC 1.1.0? phobo XBMC for Xbox Specific Support 5 2004-10-31 22:54


All times are GMT +2. The time now is 17:08.


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