Kodi Community Forum
ResumeX Help! (stanley87) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+--- Thread: ResumeX Help! (stanley87) (/showthread.php?tid=30440)



ResumeX Help! (stanley87) - shebalord - 2008-01-04

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:

Quote:# 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.py')

Please help!

Thanks in advance!


- matthuisman - 2008-01-04

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

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!


- matthuisman - 2008-01-05

That svn is old, i will update when i get time.
Xbmcscripts.com is working fine here


- shebalord - 2008-01-05

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!!

Big Grin


- shebalord - 2008-01-08

stanley87:

The new version works like a charm!

Thanks again!


RE: ResumeX Help! (stanley87) - rvinoth39 - 2013-06-07

will ResumX work for raspberry pi model b with openelecHuh?


RE: ResumeX Help! (stanley87) - rvinoth39 - 2013-06-08

how to install ResumeX addon in pi openelec??