Kodi Community Forum
[OLD] HOW-TO watch Live TV in XBMC for Linux with Tvheadend, the easy way! - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Tips, tricks, and step by step guides (https://forum.kodi.tv/forumdisplay.php?fid=110)
+--- Thread: [OLD] HOW-TO watch Live TV in XBMC for Linux with Tvheadend, the easy way! (/showthread.php?tid=51945)



- mortenls - 2010-11-15

Hey when i true to run
sudo-apt-add repository ppa:lars-odenkamp/xbmc-pvr

I get this message
Error reading https://launchpad.net/api/1.0/~lars-opdenkamp/+archive/xbmc-pvr: HTTP Error 404: Not found

I would really appreciate it, if someone could tell me what to do.


- opdenkamp - 2010-11-15

You forgot a "p":
Code:
sudo add-apt-repository ppa:lars-opdenkamp/xbmc-pvr



- mortenls - 2010-11-15

Thank you

After installing my pc just boots into the terminal. I have used the following commands.

sudo apt-get remove -y xbmc xbmc-bin xbmc-data xbmc-skin-confluence
sudo apt-get install -y python-software-properties
sudo apt-add-repository ppa:lars-opdenkamp/xbmc-pvr
sudo apt-get update
sudo apt-get install -y xbmc
sudo apt-get install -y xbmc-standalone


- alexandergoll - 2010-11-15

Has anyone tried to install this on a dreambox and stream the program from there to a XBMC setup?

I am going to try this sometime this week, just wanted to know if anyone has done it or encountered any errors while trying.


- opdenkamp - 2010-11-15

mortenls Wrote:After installing my pc just boots into the terminal. I have used the following commands.
my crystal ball is broken (I ordered a new one), so I can't tell what's wrong. check your (debug) log files and post them somewhere if you don't understand why it's not working.


- opdenkamp - 2010-11-15

xoox Wrote:@dushmaniac:
Any news about timeshift support?
That would be really great Nod
little update about this: I started to look into this yesterday eve, but I noticed that the timeshift implementation has been removed from pvr-testing2 in commit 26637. I have no idea why it was removed yet, but it makes no sense to implement this in the addon if it's not being used and if the mechanism might change.


- hotlobster - 2010-11-15

Hi, i've just removed your dharma ppa to replace it with the master one.

But now apt don't find xbmc.

Everything seems to be ok on my side, using Ubuntu Maverick:

deb http://ppa.launchpad.net/lars-opdenkamp/xbmc-master-pvr/ubuntu maverick main
deb-src http://ppa.launchpad.net/lars-opdenkamp/xbmc-master-pvr/ubuntu maverick main

Is it supposed to be ok today on master branch, maverick version ?

apt-cache search xbmc
Code:
texlive-latex-extra - TeX Live: LaTeX supplementary packages
libnfo1 - an NFO file parser/writer library
xbmc-ppa-keyring - GnuPG archive keys for the XBMC PPA



- opdenkamp - 2010-11-15

I haven't done any builds for maverick yet from master, only for lucid. Builds for lucid and maverick are pretty straightforward. I'll post them tonight or tomorrow.


- Ruud - 2010-11-15

mortenls Wrote:Thank you

After installing my pc just boots into the terminal. I have used the following commands.

sudo apt-get remove -y xbmc xbmc-bin xbmc-data xbmc-skin-confluence
sudo apt-get install -y python-software-properties
sudo apt-add-repository ppa:lars-opdenkamp/xbmc-pvr
sudo apt-get update
sudo apt-get install -y xbmc
sudo apt-get install -y xbmc-standalone

Hi Mortenls,

maybe here is your answer?

regards,
Ruud.


- martdj - 2010-11-15

I've tried building a XBMC for Windows build. If I try to compile the normal XBMC trunk all goes well. If I try to compile either the Dharma+pvr or master branches of Dushmaniacs, it fails.
What do I do:
- Run J:\XBMC\Master\project\BuildDependencies\DownloadBuildDeps.bat
- Run J:\XBMC\Master\project\BuildDependencies\DownloadMingwBuildEnv.bat
- Run J:\XBMC\Master\project\Win32BuildSetup\BuildSetup.bat vs2010 dx clean prompt

Obviously J:\XBMC\Master is where I extracted the zip file I downloaded from Dushmaniacs github page.

One of the errors (no need to list them all I think):
GUIInfoManager.obj : error LNK2019: unresolved external symbol "public: class CStdStr<char> __thiscall cPVRChannelInfoTag::NextPlotOutline(void)const " (?NextPlotOutline@cPVRChannelInfoTag@@QBE?AV?$CStdStr@D@@XZ) referenced in function "public: class CStdStr<char> __thiscall CGUIInfoManager::GetVideoLabel(int)" (?GetVideoLabel@CGUIInfoManager@@QAE?AV?$CStdStr@D@@H@Z)

As solving my compile problems are pretty much outside the scope of this forum thread, is there anyone who succeeded recently in building a XBMC build for Windows from dushmaniacs sources and would like to share the executable somewhere?


- opdenkamp - 2010-11-15

martdj: I only fixed the vs2008 files after the merge. the vs2010 files are on my todo list.


- mortenls - 2010-11-15

Tried with a fresh install but with the same result, when i boot up i get into the console.

I have posted the log here:
http://pastebin.ca/1992303

Thank you


- opdenkamp - 2010-11-15

that's the log from your previous installation
Code:
Built on Oct 13 2010 (SVN:34731)

re-read your previous post and saw you didn't install the xbmc-live package.
sudo apt-get install xbmc-live. you might have to add "xbmc=autostart" to your kernel boot options. not sure if that's done automatically.


- Gujs - 2010-11-15

@dushmaniac

Today I committed some fixes and one enhancement to both branches on my git repo which was forked from yours. If you find something useful just take it into your source also.
My repo is here https://github.com/Gujs/xbmc


- opdenkamp - 2010-11-15

Cool, thanks mate.

1 warning: if your branches are clones of mine (so your master = my master, your Dharma-pvr = my Dharma-pvr), you'll get merge conflicts as soon as I cherry pick your changes.