Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

XBian tvheadend package
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
XBian tvheadend package
15th Nov, 2013, 08:32 AM
Post: #13
Killerbee Offline
Registered
Posts: 143
Joined: Feb 2013
Reputation: 6
RE: XBian tvheadend package
(15th Nov, 2013 08:20 AM)mk01 Wrote:  
Code:
stop tvheadend
mv /root/.hts /home/xbian/.hts
chmod -Rc xbian:xbian /home/xbian/.hts
sed -i 's/TVH_USER=.*/TVH_USER="xbian"/g' /etc/default/tvheadend
start tvheadend
thanks for explaining.

I noticed some issues in the postinst script

PHP Code:
#!/bin/bash

if [[ $1 == "configure" ]]; then

    
if [ ! -e /home/xbian/.hts/accesscontrol ] || [ -z "$(ls /home/xbian/.hts/tvheadend/accesscontrol | grep -c .)" ]; then
cat 
<<\EOF > /home/xbian/.hts/tvheadend/accesscontrol/1
{
        
"enabled": 1,
        
"username": "xbian",
        
"password": "n",
        
"comment": "Default access entry",
        
"prefix": "192.168.1.0/24",
        
"streaming": 1,
        
"dvr": 1,
        
"dvrallcfg": 1,
        
"webui": 1,
        
"admin": 1,
        
"id": "1"
} 

User is xbian password is n (instead of raspberry)

Also the postinst script was not able to create the /home/xbian/.hts/tvheadend/accesscontrol/1 files.

Also I had to remove this part of the 1 file:

"prefix": "192.168.1.0/24",

I am using 192.168.2.0/24 (removing the prefix just works)

KB
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
XBian tvheadend package - mk01 - 14th Nov, 2013, 05:57 AM
RE: XBian tvheadend package - mk01 - 16th Nov, 2013, 02:34 PM
RE: XBian tvheadend package - Killerbee - 18th Nov, 2013, 02:52 AM
RE: XBian tvheadend package - starous - 20th Nov, 2013, 09:45 PM
RE: XBian tvheadend package - Killerbee - 20th Nov, 2013, 11:40 PM
RE: XBian tvheadend package - starous - 20th Nov, 2013, 11:53 PM
RE: XBian tvheadend package - Killerbee - 21st Nov, 2013, 12:04 AM
RE: XBian tvheadend package - starous - 21st Nov, 2013, 12:09 AM
RE: XBian tvheadend package - Killerbee - 21st Nov, 2013, 12:36 AM
RE: XBian tvheadend package - starous - 21st Nov, 2013, 12:44 AM
RE: XBian tvheadend package - Killerbee - 21st Nov, 2013, 12:54 AM
RE: XBian tvheadend package - starous - 21st Nov, 2013, 01:05 AM
RE: XBian tvheadend package - Killerbee - 21st Nov, 2013, 01:14 AM
RE: XBian tvheadend package - starous - 21st Nov, 2013, 01:32 AM
RE: XBian tvheadend package - mk01 - 21st Nov, 2013, 07:26 AM
XBian tvheadend package - starous - 23rd Nov, 2013, 03:01 AM
RE: XBian tvheadend package - Killerbee - 23rd Nov, 2013, 03:40 AM
RE: XBian tvheadend package - mk01 - 1st Dec, 2013, 01:45 PM
XBian tvheadend package - starous - 23rd Nov, 2013, 05:14 AM
RE: XBian tvheadend package - Killerbee - 23rd Nov, 2013, 06:42 PM
XBian tvheadend package - starous - 23rd Nov, 2013, 07:16 PM
XBian tvheadend package - starous - 2nd Dec, 2013, 06:23 AM
RE: XBian tvheadend package - macsimus - 22nd Dec, 2013, 09:23 AM
RE: XBian tvheadend package - mk01 - 22nd Dec, 2013, 09:45 AM
RE: XBian tvheadend package - Mark2013 - 28th Dec, 2013, 04:20 AM
RE: XBian tvheadend package - cdjonesuk - 4th Feb, 2014, 06:40 AM
RE: XBian tvheadend package - mk01 - 4th Feb, 2014, 08:54 AM
RE: XBian tvheadend package - cdjonesuk - 5th Feb, 2014, 03:54 AM
RE: XBian tvheadend package - mk01 - 5th Feb, 2014, 04:09 AM
RE: XBian tvheadend package - bitfade - 6th Feb, 2014, 09:06 AM
RE: XBian tvheadend package - schrackin - 2nd Jun, 2018, 08:08 AM
RE: XBian tvheadend package - Nachteule - 2nd Jun, 2018, 10:05 AM
XBian tvheadend package - f1vefour - 2nd Jun, 2018, 10:14 AM
RE: XBian tvheadend package - schrackin - 2nd Jun, 2018, 05:52 PM
RE: XBian tvheadend package - Nachteule - 3rd Jun, 2018, 08:28 PM
XBian tvheadend package - f1vefour - 3rd Jun, 2018, 02:51 PM
XBian tvheadend package - f1vefour - 6th Jun, 2018, 09:32 AM
RE: XBian tvheadend package - Nachteule - 6th Jun, 2018, 08:03 PM
RE: XBian tvheadend package - f1vefour - 7th Jun, 2018, 12:40 PM
Xbian 1 - starous - 14th Nov, 2013, 06:11 AM
RE: Xbian 1 - mk01 - 14th Nov, 2013, 07:02 AM
RE: Xbian 1 - starous - 14th Nov, 2013, 05:56 PM
RE: Xbian 1 - Killerbee - 15th Nov, 2013, 03:33 AM
RE: Xbian 1 - mk01 - 15th Nov, 2013, 04:03 AM
RE: Xbian 1 - Killerbee - 15th Nov, 2013, 05:04 AM
RE: XBian tvheadend package - mk01 - 15th Nov, 2013, 05:26 AM
RE: XBian tvheadend package - Killerbee - 15th Nov, 2013, 07:17 AM
RE: XBian tvheadend package - mk01 - 15th Nov, 2013, 08:20 AM
RE: XBian tvheadend package - Killerbee - 15th Nov, 2013 08:32 AM
Testing xbian-package-tvheadend - Killerbee - 15th Nov, 2013, 07:08 AM
RE: XBian tvheadend package - rikardo1979 - 15th Nov, 2013, 07:29 AM

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 20th May, 2025, 08:37 PM Powered By MyBB, © 2002-2025 MyBB Group.