2015-01-08, 21:07
Having the same issue here that TVHeadend 3.9 and cannot see my adapter in configure TV adapters. It shows up when I run the HD utils. Any ideas would be helpful!!
Thanks
Thanks
(2015-01-26, 23:00)CaptainHarlock Wrote: I have followed this guide to setup TVHeadEnd on my HTPC and it is working pretty well so far.
Unfortunately, I experienced just a little annoying issue with the EPG grabber since the beginnning. Each time the EPG is grabbed, this process is taking all the CPU ressources of the HTPC during a few minutes until the job is done. This cause some serious video and audio lag if it happen that I'm watching something at the same time. I have tried to schedule the job to run in the middle of the night in starting it manually around 3AM the first time and setting to daily upgrade once a day in configuration > Channel/EPG > EPG Grabber > Grab Interval.
(2015-01-26, 23:00)CaptainHarlock Wrote: It worked for a few days until I needed to restart the HTPC during the day. Each time the TVheadEnd daemon is restarted, it seems to also reset the time of the Grab Interval.
Am I the only one that is dealing with this issue? Is there a way to set a fixed time to grab the EPG or to limit the amount of CPU ressources this process is using?
(2015-01-19, 00:33)Shermer321 Wrote: Now that the updates for the HDHomeRun have been merged, any possibility of updating this for us not using the HDHomeRun prime? I know a little about linux but not enough to make a tutorial. Would greatly appreciate it!
# as root
# go to your building area and install missing libraries
cd /usr/src/
apt-get install build-essential git pkg-config libssl-dev bzip2 wget
apt-get install libavahi-client-dev zlib1g-dev libavcodec-dev
apt-get install libavutil-dev libavformat-dev libswscale-dev
apt-get install libcurl4-gnutls-dev liburiparser-dev
# get a snapshot of tvheadend
git clone https://github.com/tvheadend/tvheadend.git
# build it with hdhomerun support
cd tvheadend/
AUTOBUILD_CONFIGURE_EXTRA=" --enable-hdhomerun_client --enable-hdhomerun_static --enable-libffmpeg_static --disable-dvbscan" ./Autobuild.sh -t precise-amd64
# stop running dvdhomerun-utils and old tvheadend
service dvbhdhomerun-utils stop
service tvheadend stop
# make sure dvbhdhomerun-utils dont start automatic any more
update-rc.d dvbhdhomerun-utils disable
echo manual > /etc/init/dvbhdhomerun-utils.override
# uninstall old tvheadend and replace it with the newly build version
apt-get remove tvheadend
cd ..
dpkg -i tvheadend_3.9.2352~g0a7ce2c~precise_amd64.deb
# have fun
reboot
(2014-01-07, 07:20)advocate99 Wrote: Visit web-site (mc2xml.hosterbox.net) and locate download link for LinuxI can't get the last step of running mc2xml. I've tried downloading both mirrors and each time I "sudo ./mc2xml -c us - g zipcode" it gives the error:
cd /home/hts
sudo mkdir mc2xml
sudo cd mc2xml
sudo wget httpDownload Link obtained above)
sudo mv index* mc2xml
sudo chmod +x mc2xml
sudo ./mc2xml -c us -g 90024
(2015-02-24, 23:52)akon Wrote:(2014-01-07, 07:20)advocate99 Wrote: Visit web-site (mc2xml.hosterbox.net) and locate download link for LinuxI can't get the last step of running mc2xml. I've tried downloading both mirrors and each time I "sudo ./mc2xml -c us - g zipcode" it gives the error:
cd /home/hts
sudo mkdir mc2xml
sudo cd mc2xml
sudo wget httpDownload Link obtained above)
sudo mv index* mc2xml
sudo chmod +x mc2xml
sudo ./mc2xml -c us -g 90024
./mc2xml: 1: ./mc2xml: Syntax error: "(" unexpected
anyone help?
(2015-02-24, 23:52)akon Wrote:(2014-01-07, 07:20)advocate99 Wrote: Visit web-site (mc2xml.hosterbox.net) and locate download link for LinuxI can't get the last step of running mc2xml. I've tried downloading both mirrors and each time I "sudo ./mc2xml -c us - g zipcode" it gives the error:
cd /home/hts
sudo mkdir mc2xml
sudo cd mc2xml
sudo wget httpDownload Link obtained above)
sudo mv index* mc2xml
sudo chmod +x mc2xml
sudo ./mc2xml -c us -g 90024
./mc2xml: 1: ./mc2xml: Syntax error: "(" unexpected
anyone help?
(2015-03-28, 08:02)kphammond9 Wrote:(2015-02-24, 23:52)akon Wrote:(2014-01-07, 07:20)advocate99 Wrote: Visit web-site (mc2xml.hosterbox.net) and locate download link for LinuxI can't get the last step of running mc2xml. I've tried downloading both mirrors and each time I "sudo ./mc2xml -c us - g zipcode" it gives the error:
cd /home/hts
sudo mkdir mc2xml
sudo cd mc2xml
sudo wget httpDownload Link obtained above)
sudo mv index* mc2xml
sudo chmod +x mc2xml
sudo ./mc2xml -c us -g 90024
./mc2xml: 1: ./mc2xml: Syntax error: "(" unexpected
anyone help?
Hey akon, did you get this figured out? I ran into the same problem and I finally got (something) working. I think that error is because you're running a binary that isn't compiled for your architecture. Are you running a RasPi, by chance? mc2xml is compiled for x86. Pis are armhf. You should use zap2xml for linux and install perl (it's a perl script). I just got it working if you have any questions.