2011-09-04, 00:22
This is a script that lets you continue playing a video/audio file from the position you stopped playing before. It is based on stanley87's ResumeX script which I used in a modified version for serveral years on my XBOX.
When listening to audio books I often had the problem that I get tired and just switch my HTPC off (by switching the power socket off) so I was having a hard time the next day to find the exact position where I stopped listening.
I decided to make that script a bit more flexible and to make it work on current XBMC on various platforms.
Big thanks to stanley87 for his work at this point, this script uses lots of the core functionalities from his ResumeX.
It permanently saves the current playlist and the current position in the current file to harddisk (in configurable intervals).
Maybe someone is interested and is willing to test around with it.
NOTE:
-You must run the program after the installation once to make it generate the autoexec.py. Then you have to restart XBMC before it will work.
-After changing the configuration of the script you also have to restart before the changes will take effect
How-To-Use:
-Install the script from the Settings->Addon menu
-Run it once from "Programs" (to have it configured for autoexec on startup)
-Restart XBMC
-Now the script should be running and tracking the audio files you are playing. Use the configuration dialog of the script to enable it for video too or change other parameteres
-After playing run it again from "Programs" to have it resume your last played media
This is the first version and I am quite new to python and also to xbmc scripting, so if someone has suggestions how to improve this script then please let me know. Ofc bug reports, critics and all other stuff is welcome also.
script.reliableresume-0.96
When listening to audio books I often had the problem that I get tired and just switch my HTPC off (by switching the power socket off) so I was having a hard time the next day to find the exact position where I stopped listening.
I decided to make that script a bit more flexible and to make it work on current XBMC on various platforms.
Big thanks to stanley87 for his work at this point, this script uses lots of the core functionalities from his ResumeX.
It permanently saves the current playlist and the current position in the current file to harddisk (in configurable intervals).
Maybe someone is interested and is willing to test around with it.
NOTE:
-You must run the program after the installation once to make it generate the autoexec.py. Then you have to restart XBMC before it will work.
-After changing the configuration of the script you also have to restart before the changes will take effect
How-To-Use:
-Install the script from the Settings->Addon menu
-Run it once from "Programs" (to have it configured for autoexec on startup)
-Restart XBMC
-Now the script should be running and tracking the audio files you are playing. Use the configuration dialog of the script to enable it for video too or change other parameteres
-After playing run it again from "Programs" to have it resume your last played media
This is the first version and I am quite new to python and also to xbmc scripting, so if someone has suggestions how to improve this script then please let me know. Ofc bug reports, critics and all other stuff is welcome also.
script.reliableresume-0.96