• 1
  • 6
  • 7
  • 8(current)
  • 9
  • 10
  • 14
Linux [RELEASE]Plugin for Timer- and Powermanagement in XBMC/Kodi and TVHeadend
Thank you for spotting this one!
I am sure that I installed the latest version using the zip file, but I will try to uninstall / reinstall it.
Reply
This is weird:
- I uninstall the addon
- I restart the computer
- I install the addon from the ZIP (v 0.2.1)
- I click on addon information
- I still see "version 0.1.8"

Any idea?
Reply
Delete all occurences of script.program.pvrmanager. Log in into a terminal and type (if xbmc is your username):

Code:
cd
find ${PWD} -name script.program.pvrmanager* -print0 | xargs -0 rm -rf {}

install from zip again. As the shutdown.sh is a wrapper that needs root privileges to perform some actions, type:

Code:
cd ~/.xbmc/addons/script.program.pvrmanager/resources/lib
sudo chown root:root shutdown.sh
sudo chmod 755 shutdown.sh

Adjust your settings. If you want to see the content of the logfile just type
Code:
more ~/.xbmc/temp/script.program.pvrmanager/pvrmanager.log
Reply
Thank you. I was able to install the new version. I had to restart XBMC after manually deleting the addon.
Reply
Some minor enhancements while delivering email. Last mail noticed about next schedule in message too.
Reply
Tried to get this addon to work on my OpenElec 4.2.1, but it's not shutting down when pressing power toggle button.

- Installed the addon and changed the username and pass to thoose of my tvheadend settings.
- I had a differnt username and pass than default settings, but i reset thoose to default (user=xbmc, pass=none).
- When installing OE, I gave it a differnt name than "OPENELEC" ... could this be throwing things off?
- logfile claims that the system is shuting down ...

I tried to read through the readme file ... but couldn't see any OE spesific command I needed to run ... so I'm wondering if there is something there I need to do, or?
Reply
If logfile claims that there's a shutdown in progress everything works ok, but there are some permissions.

If you have a different name as "OPENELEC" (unimportant if upper-, lower- or camelcased) on an OpenElec-System you have to change line #32 of default.py. Open ~/.xbmc/addons/script.program.pvrmanager/default.py with an editor of yout choice an change:
Code:
PLATFORM_OE = True if ('OPENELEC' in ', '.join(platform.uname()).upper()) else False
to
Code:
PLATFORM_OE = True # if ('OPENELEC' in ', '.join(platform.uname()).upper()) else False

Be sure that ~/.xbmc/addons/script.program.pvrmanager/resources/lib/shutdown.sh is executable:
Code:
chmod a+x ~/.xbmc/addons/script.program.pvrmanager/resources/lib/shutdown.sh
Hope this helps.

__BJ1
Reply
Looks like that did the trick.
Thx Big Grin
Reply
Thank you ! . for me the plugin works OK (OpenELEC v.4.x.x)
polish version 1

Ps.or.. plugin after recording a TV program turn off the system
if the system has been running ?
Reply
Update to version 0.2.4. Runs with Helix (Kodi) too. For installation hints read the README.pdf (yes, now its a PDF) inside the zip.
@Turok777: Thank you very much for the polish translation. And yes, the plugin will turn the system off after recording if you press the power button whilest recording.
Reply
Lightbulb 
Sorry for my english !
And if you can integrate the plugin with the option screensaver (in the menu)
After recording a TV program :
if the screensaver is on ......to activate the plugin: script.program.pvrmanager
if not ........shows a window with information about the need to manually shutdown
I made it unprofessional Confused ........file (screensaver.sh / strings.po) and fixes in Polish translation 1
regards!
Reply
(2014-11-11, 19:24)Turok777 Wrote: And if you can integrate the plugin with the option screensaver (in the menu)
After recording a TV program :
if the screensaver is on ......to activate the plugin: script.program.pvrmanager
if not ........shows a window with information about the need to manually shutdown
The plugin is unindependend of a screensaver. If you want to poweroff your system just press power on your remote. If a recording is in progress system immediatly shuts down after finish recording - no matter if a screensaver runs or doesn't.
Reply
Is it possible that after pressing the F12 key, the system went into a state of sleep.
Reply
Hello,

Fantastic looking pluggin but doesn't appear to wake computer up on Openelec 6.0? I'm prettycertain I've set everything up correctly as per the readme and all "looks" to be functioning but it doesn't wake the PC from suspend. I have a ACPI BIOS and can manually set the wake up times where the computer does wake as expected.

Are there any plans to make this work with Openelec 6.0?

Thanks.
Reply
This addon should run with OE 6.0 as described from users in the german kodi forum. But in BIOS you have to disable all ACPI events, especially RTC wakeup too. Also look at this post: http://www.vdr-portal.de/board60-linux/b...ost1203490
Reply
  • 1
  • 6
  • 7
  • 8(current)
  • 9
  • 10
  • 14

Logout Mark Read Team Forum Stats Members Help
[RELEASE]Plugin for Timer- and Powermanagement in XBMC/Kodi and TVHeadend2