Posts: 256
Joined: Mar 2011
Reputation:
21
2015-04-24, 21:16
(This post was last modified: 2015-04-24, 21:17 by emilsvennesson.)
Woops, double post... Remove please.
Posts: 7
Joined: Apr 2015
(2015-04-24, 21:12)dahlSTROM Wrote: (2015-04-24, 21:02)gibbonlicker Wrote: (2015-04-24, 20:50)dahlSTROM Wrote: You need to build the latest pvr.mythtv addon.
https://github.com/janbar/pvr.mythtv
Many thanks for your reply but I kind of need step by step instructions. I understand if you guys don't have the patience to guide me through it, but I tried running the command cmake -DCMAKE_BUILD_TYPE=Release ../ and i got "<directory> does not appear to contain CMakeLists.txt. I guess I need to do something (perhaps obvious to you) before hand?
Thanks again.
SSH as the user running Kodi and do this:
Code:
cd ~
git clone https://github.com/janbar/pvr.mythtv.git && cd pvr.mythtv
mkdir -p build
rm -rf build/*
cd build/
cmake -DCMAKE_BUILD_TYPE=Release ../
make
cp -r ../pvr.mythtv ./
cp pvr.mythtv.so pvr.mythtv/
zip -r pvr.mythtv-linux.zip ./pvr.mythtv
cd ~/.kodi/addons
rm -rf pvr.mythtv/
unzip ~/pvr.mythtv/build/pvr.mythtv-linux.zip
Restart Kodi and it should work.
Whoop! Making progress!
I then went to system settings > General > TV and enabled Live TV, the progress bar at the top right of the screen showed it "scanning" all of the channels but when I look at the EPG it only has the first 8 freeview channels listed. I rebooted and then had to re-enable as before and the same result. Any further suggestions? Ever so grateful for your help!
Posts: 7
Joined: Apr 2015
(2015-04-24, 21:31)gibbonlicker Wrote: (2015-04-24, 21:12)dahlSTROM Wrote: (2015-04-24, 21:02)gibbonlicker Wrote: Many thanks for your reply but I kind of need step by step instructions. I understand if you guys don't have the patience to guide me through it, but I tried running the command cmake -DCMAKE_BUILD_TYPE=Release ../ and i got "<directory> does not appear to contain CMakeLists.txt. I guess I need to do something (perhaps obvious to you) before hand?
Thanks again.
SSH as the user running Kodi and do this:
Code:
cd ~
git clone https://github.com/janbar/pvr.mythtv.git && cd pvr.mythtv
mkdir -p build
rm -rf build/*
cd build/
cmake -DCMAKE_BUILD_TYPE=Release ../
make
cp -r ../pvr.mythtv ./
cp pvr.mythtv.so pvr.mythtv/
zip -r pvr.mythtv-linux.zip ./pvr.mythtv
cd ~/.kodi/addons
rm -rf pvr.mythtv/
unzip ~/pvr.mythtv/build/pvr.mythtv-linux.zip
Restart Kodi and it should work.
Whoop! Making progress!
I then went to system settings > General > TV and enabled Live TV, the progress bar at the top right of the screen showed it "scanning" all of the channels but when I look at the EPG it only has the first 8 freeview channels listed. I rebooted and then had to re-enable as before and the same result. Any further suggestions? Ever so grateful for your help!
I'm wondering if the EPG will update in due course. The channels all appear to be there! I have working TV again!!!! You absolute legend!
Thanks ever so much for taking the time to help. I really appreciate it. I will let you know if the EPG sorts itself out.
Posts: 7
Joined: Apr 2015
(2015-04-24, 21:35)gibbonlicker Wrote: (2015-04-24, 21:31)gibbonlicker Wrote: (2015-04-24, 21:12)dahlSTROM Wrote: SSH as the user running Kodi and do this:
Code:
cd ~
git clone https://github.com/janbar/pvr.mythtv.git && cd pvr.mythtv
mkdir -p build
rm -rf build/*
cd build/
cmake -DCMAKE_BUILD_TYPE=Release ../
make
cp -r ../pvr.mythtv ./
cp pvr.mythtv.so pvr.mythtv/
zip -r pvr.mythtv-linux.zip ./pvr.mythtv
cd ~/.kodi/addons
rm -rf pvr.mythtv/
unzip ~/pvr.mythtv/build/pvr.mythtv-linux.zip
Restart Kodi and it should work.
Whoop! Making progress!
I then went to system settings > General > TV and enabled Live TV, the progress bar at the top right of the screen showed it "scanning" all of the channels but when I look at the EPG it only has the first 8 freeview channels listed. I rebooted and then had to re-enable as before and the same result. Any further suggestions? Ever so grateful for your help!
I'm wondering if the EPG will update in due course. The channels all appear to be there! I have working TV again!!!! You absolute legend! Thanks ever so much for taking the time to help. I really appreciate it. I will let you know if the EPG sorts itself out.
EPG Sorted. System back to normal. Thanks ever so much again for your help. I have no idea where I was going wrong but your step by step instructions were spot on.
Posts: 19,982
Joined: May 2009
Reputation:
452
nickr
Retired Team-Kodi Member
Posts: 19,982
1. Full debug log to pastebin or its of no use.
2. superrepo has nothing to do with this addon.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Posts: 6
Joined: Feb 2015
Reputation:
0
Looks like mythtv 0.28 commit bcd7d65 bumped the protocol version to 86
Posts: 19,982
Joined: May 2009
Reputation:
452
nickr
Retired Team-Kodi Member
Posts: 19,982
mythbuntu creates regular database backups by default.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Posts: 19,982
Joined: May 2009
Reputation:
452
nickr
Retired Team-Kodi Member
Posts: 19,982
Yeah I usually move the backup script from cron.weekly to cron.daily and set it to keep 2 weeks worth.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)