PDA

View Full Version : ResumeX Help! (stanley87)


shebalord
2008-01-04, 01:14
Hi,

I'm trying to setup ResumeX for my XBOX, but when I run it, it doesn't work! Here's the scenario:

1) I do not have an autoexec.py in scripts folder
2) I copied the ResumeX folder into scripts folder (files in folder are default.py, engine.py, default.tbn)
3) I run ResumeX from Gui in XBMC
4) It asks for confirmation and I click 'YES' both times
5) I check the scripts folder, still no autoexec.py file created
6) I played a movie from network and shutdown
7) Restart XBOX (XBMC is main dash) and video does not automatically start
8) I tried to manually create the autoexec.py file and put it in scripts root folder, still doesn't work

Here's the autoexec.py script I used:

# auto execute scripts when xbmc starts, place this file in xbmchome\scripts\
# note: - do not execute more than one script at a time which asks for user input!
import xbmc
xbmc.executescript('q:\\scripts\\resumex\\engine.p y')

Please help!

Thanks in advance!

stanley87
2008-01-04, 04:19
Hi, you may have the old version.

Heres the linke to V.0.4.

http://www.xbmcscripts.com/index.php?option=com_docman&task=search_result&Itemid=Array&search_mode=phrase&search_phrase=ResumeX%20v0.4

You should have a folder called "lib"
that folder contains "autoexec.py and engine.py"
and then you have a default.py


Let me know how you go.

Make sure u delete ur created autoexec.py file and also get rid of the old resumeX folder.

Thanks,

Stanley87

shebalord
2008-01-04, 21:53
stanley87,

Thanks for your reply!

I dunno if I have the most recent version, but I downloaded from your site: http://xbmc-scripting.googlecode.com/svn/tags/ResumeX/

The zip file includes: default.py, default.tbn, engine.py, and Readme.txt
I unzipped and put the entire ResumeX folder under xbmc\Scripts folder.

Where is the lib folder? I only see a lib folder in xbmc\system\python\lib. Is this the right directory? Can you also please tell me which folder each file should be in?

Btw, xbmcscripts.com is down, so I couldn't get the file from that website.

Thanks again!

stanley87
2008-01-05, 02:45
That svn is old, i will update when i get time.
Xbmcscripts.com is working fine here

shebalord
2008-01-05, 08:45
xbmcscripts.com is back up!!

I have downloaded the new version and test it out. I will post results of my test here.

Thank You!!

:D

shebalord
2008-01-08, 03:56
stanley87:

The new version works like a charm!

Thanks again!