Kodi Community Forum

Full Version: TVHEADEND TVH addon
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
(2014-07-23, 10:10)Meindert Wrote: [ -> ]Effect after selecting a recording is a black screen and a crash after a while (sometimes)

http://xbmclogs.com/show.php?id=252281

I had the same problem, has something to do with edl support, it's only triggerd when your tvh server is 3.9.x
Put line "if (m_conn.GetProtocol() < 12)" in "tvheadend.cpp" in comment and rebuild again ;-)

This is how I did it:
https://github.com/Glenn-1990/xbmc-pvr-a...d6bb34776e
I guess there's something wrong with the EDL code, I've recently upgraded to the latest tvheadend version so I'll see what I can do about it.
The solution of glen1990 is not working for me.

I build the source against the latest version of xbmc retrived from http://www.deb-multimedia.org/ unstable/testing (the same)
Can you try again with the latest master?
(2014-08-04, 13:43)negge Wrote: [ -> ]Can you try again with the latest master?
The latest master seems to work well again. Thanks.
Good to hear, please report back if you have any further issues.
Anyone whon knows how to compile for raspberry pi?

"./configure --target=arm-linux-gnu" doesn't seems to work , am I missing something?
Just compile it directly on the Pi with default options, that is by far the easiest way.
(2014-08-06, 15:57)negge Wrote: [ -> ]Just compile it directly on the Pi with default options, that is by far the easiest way.

Hmm, my only pi is running openelec.

I'll try to compile with openelec (toolachain) first, hopefully that works.
@glenn 1990 if you do build the latest version Can you send me a link to it, Cheers
I think someone pasted a build for version 0.9.2 a few pages back. Nothing much have changed since that (there's been no tagged release, just some commits to master).
(2014-08-06, 23:01)negge Wrote: [ -> ]I think someone pasted a build for version 0.9.2 a few pages back. Nothing much have changed since that (there's been no tagged release, just some commits to master).

0.8.2 Is the newest compiled arm build I think, but actually I want to build my own fork with series support as well :-)
Think, I'm gonna setup debian on a seperate sd card for compiling the addon.

Small question is "negge" equal to "jalle19"?

If yes, still no chance to add my PR for Gotham?
I'm already putting something together for real 'basic' series support in Helix ;-)
Yeah Jalle19 is me Smile

I don't know if there will be anymore feature updates for the Gotham version of the addon. You can drop by #hts on freenode to discuss it if you want to.
(2014-08-07, 14:45)negge Wrote: [ -> ]Yeah Jalle19 is me Smile

I don't know if there will be anymore feature updates for the Gotham version of the addon. You can drop by #hts on freenode to discuss it if you want to.

I'll wait first until the htsp autorec PR gets into the tvheadend master branch :-)

Building on pi takes ages, but here they are :-)

Gotham 0.9.2 arm:
https://dl.dropboxusercontent.com/u/1813...ux-arm.zip

Helix 0.9.2 arm
https://dl.dropboxusercontent.com/u/1813...ux-arm.zip
@glenn 1990, Cheers I owe you a beer. I`ll see how this pans out
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36