Posts: 945
Joined: Apr 2010
Reputation:
395
_BJ1
Posting Freak
Posts: 945
Thanks for the language file. It's implemented now.
Posts: 19
Joined: Jun 2014
Reputation:
0
2016-10-20, 04:18
(This post was last modified: 2016-10-20, 04:19 by MovieViewer.)
Hello,
I am a linux newbie but I am trying to get this to work.
I have installed Kodi with tvhead on Ubuntu Mate. It's all working to watch tv. I installed the powermanager kodi addon properly.
The pdf is slightly hard to understand.
I cannot find any xbmc or kodi directory under home or anywhere else. When I look at profile data in Kodi the user is "Master user".
Posts: 19
Joined: Jun 2014
Reputation:
0
Ok thanks.
Couldn't get it to work on Ubuntu.
I tried
Cmnd_Alias PVR_CMDS = /home/moviepc/.kodi/addons/service.tvh.manager/resources/lib/shutdown.sh
moviepc ALL=NOPASSWD: PVR_CMDS
I tried suspend and shutdown, but it wouldn't turn on at the recording time.
Is there anything else to try that is easy for a newbie?
Posts: 945
Joined: Apr 2010
Reputation:
395
_BJ1
Posting Freak
Posts: 945
If kodi runs under moviepc that should be ok. Look into the BIOS and verify that 'Wakeup by RTC' (ACPI) is set to on or by OS. Next in setup of the addon, verify that:
- wakeup method is set to: OS
- need root privileges ist set to: On
Power down the PC with the power button on remote or F12 on keyboard, don't use the power button on the device or in the menue of kodi. Also be sure that the remote.xml exists and was setup properly.
HTH
Posts: 47
Joined: Jun 2016
Reputation:
2
I've got a little problem.
The system shuts down and wakes up at he right time. But after the recording it remains on. Why kodi wont turn off after recording is finished?
Thank you in advanced.
This addon is alost perfect for me.
On version 0.3.20
Posts: 945
Joined: Apr 2010
Reputation:
395
_BJ1
Posting Freak
Posts: 945
Use the 'sleepy Watchdog' of my repo (or kodinerds repo). Within the setup of sleepy watchdog you can set up a plugin then runs if a defined amount of idle time is over. Choose 'service.tvh.manager,poweroff' there. Set up your network ports in the thvheadend powermanagement properly and that suites all your needs.
Posts: 19
Joined: Sep 2014
Reputation:
0
cogano
Junior Member
Posts: 19
Yep, the family uses the HTPC as a general purpose PC as well, and keyboard & mouse is way faster then remote control. So my attemps to get rid off the mouse were not met with understanding.
I checked the TVH Manager code and it seems to me that it repeatedly checks the global "Idle" time even during the notification display, does it? So it does not have to check for any key presses manually.