• 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 12
[Windows & Linux] PVR-Addon Builds for Frodo Nightlies
#46
(2012-10-10, 03:26)wileecoyote Wrote: Posted new builds of the opdenkamp github repository which now includes:

NextPVR
VUPlus
MediaPortal
TVHeadend
NJoy
VDR
Demo

I also posted a Windows build of the mythtv add-on from fetzerch's github repository, but could not get it to build on Linux 32 or 64 bit Ubuntu. If anyone has those builds I would be happy to post them.

So i guess the ForTheRecord addon is yet not supported for the 10th October builds?
Reply
#47
(2012-10-10, 08:30)macardi Wrote: So i guess the ForTheRecord addon is yet not supported for the 10th October builds?

That would be a question for Red_F or Margro, but hopefully it will be fixed soon. I think the latest issue was the removal of the curl library and FTR wasn't compiling so it was disabled. Until someone (probably Margro or Red_F) makes the updates it will not be included in the builds... Sorry Sad
XBMC PVR Addon Unofficial Builds for Frodo Nightly Builds.
http://www.dotnetdevelopers.net/xbmc
Reply
#48
the FTR update is currently waiting for a feature to be added to the XBMC core (adding access to some advanced CURL stuff)
Reply
#49
Please take a look to the x86 linux builds, they are crashing with this error:
Code:
ERROR: Unable to load /home/xbmc/.xbmc/addons/pvr.hts/XBMC_Tvheadend.pvr, reason: /home/xbmc/.xbmc/addons/pvr.hts/XBMC_Tvheadend.pvr: wrong ELF class: ELFCLASS64

It seems to me the same issue I've mentioned here: http://forum.xbmc.org/showthread.php?tid=141083
Reply
#50
(2012-10-11, 04:09)hmr Wrote: Please take a look to the x86 linux builds, they are crashing with this error:
Code:
ERROR: Unable to load /home/xbmc/.xbmc/addons/pvr.hts/XBMC_Tvheadend.pvr, reason: /home/xbmc/.xbmc/addons/pvr.hts/XBMC_Tvheadend.pvr: wrong ELF class: ELFCLASS64

It seems to me the same issue I've mentioned here: http://forum.xbmc.org/showthread.php?tid=141083

I build what's in the opdenkamp github repository after changes are made. Whomever maintains the TVHeadend add-on will have to review the code for issues.

You might try posting the question on the TVHeadend forum here -> http://forum.xbmc.org/forumdisplay.php?fid=168.
XBMC PVR Addon Unofficial Builds for Frodo Nightly Builds.
http://www.dotnetdevelopers.net/xbmc
Reply
#51
sure you didn't mix up 32 and 64bit links ?
Reply
#52
(2012-10-11, 10:33)KRA77 Wrote: sure you didn't mix up 32 and 64bit links ?

Nope, all the links are good. There have been over 300 downloads in the past 24 hours, has anyone else experienced this issue with a Linux build (other than TVHeadend)?

Have you tried any of the builds KRA77?
XBMC PVR Addon Unofficial Builds for Frodo Nightly Builds.
http://www.dotnetdevelopers.net/xbmc
Reply
#53
@wileecoyote, any news about update with changes for users have fortherecords addon?

Thanks for great job.
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
#54
@Wanilton,
Unfortunately not yet... Sorry Sad

Da-anda posted they were waiting for curl updates to XBMC main. Here is his post -> http://forum.xbmc.org/showthread.php?tid...pid1210724
XBMC PVR Addon Unofficial Builds for Frodo Nightly Builds.
http://www.dotnetdevelopers.net/xbmc
Reply
#55
Quote:The update is waiting until opdenkamp get some support stuff ready within XBMC / PVR API see https://github.com/opdenkamp/xbmc-pvr-addons/issues/48

Cheers,
Fred

This is from 4TR forum.


Wileecoyote, no I have not tested new build, I just though "wrong ELF class: ELFCLASS64" was kindo an odd error to get on a 32bit system, sounds like a 64bit lib issue.
Reply
#56
I guess I did something wrong, because I've downloaded them again and I've got a 32-bit binary:

Code:
$ unzip pvr.demo-linux-i486.zip
Archive:  pvr.demo-linux-i486.zip
   creating: pvr.demo/
  inflating: pvr.demo/XBMC_Demo.pvr  
  inflating: pvr.demo/addon.xml      
  inflating: pvr.demo/PVRDemoAddonSettings.xml  
$ file pvr.demo/XBMC_Demo.pvr
pvr.demo/XBMC_Demo.pvr: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=0xf0ea2ddff8d66ea761670512d0c369ad586ed977, not stripped
$ unzip pvr.hts-linux-i486.zip
Archive:  pvr.hts-linux-i486.zip
   creating: pvr.hts/
   creating: pvr.hts/resources/
   creating: pvr.hts/resources/language/
   creating: pvr.hts/resources/language/Dutch/
  inflating: pvr.hts/resources/language/Dutch/strings.xml  
   creating: pvr.hts/resources/language/Finnish/
  inflating: pvr.hts/resources/language/Finnish/strings.xml  
   creating: pvr.hts/resources/language/German/
  inflating: pvr.hts/resources/language/German/strings.xml  
   creating: pvr.hts/resources/language/English/
  inflating: pvr.hts/resources/language/English/strings.xml  
  inflating: pvr.hts/resources/settings.xml  
  inflating: pvr.hts/addon.xml      
  inflating: pvr.hts/XBMC_Tvheadend.pvr  
  inflating: pvr.hts/icon.png        
$ file pvr.hts/XBMC_Tvheadend.pvr
pvr.hts/XBMC_Tvheadend.pvr: ELF 32-bit LSB shared object, Intel 80386, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=0x8a04c1c455b25385b9e0e38783cd9cb4d53935bc, not stripped

Thanks,
Hernán.-
Reply
#57
(2012-10-11, 14:32)Wanilton Wrote: @wileecoyote, any news about update with changes for users have fortherecords addon?

Thanks for great job.

(2012-10-11, 16:03)wileecoyote Wrote: @Wanilton,
Unfortunately not yet... Sorry Sad

Da-anda posted they were waiting for curl updates to XBMC main. Here is his post -> http://forum.xbmc.org/showthread.php?tid...pid1210724

The 4tr addon has issues with the minimal curl implementation available, but they are working on it:
https://github.com/xbmc/xbmc/pull/1572
https://github.com/opdenkamp/xbmc-pvr-addons/issues/48
XBMC.MyLibrary (add anything to the library)
ForTheLibrary (Argus TV & XBMC Library PVR Integration)
SageTV & XBMC PVR Integration
Reply
#58
Posted new builds of the opdenkamp github repository which includes:

NextPVR
VUPlus
MediaPortal
TVHeadend
NJoy
VDR
Demo

Posted a Windows build of the mythtv add-on from fetzerch's github repository
XBMC PVR Addon Unofficial Builds for Frodo Nightly Builds.
http://www.dotnetdevelopers.net/xbmc
Reply
#59
Great work!
Is there any build that is compatible with Android?
Reply
#60
Posted new build of the Sub3 github repository for NextPVR. Note: The Windows build includes timeshifting, the two Linux builds do NOT include timeshifting.

Posted new builds of the opdenkamp github repository which includes:

VUPlus
MediaPortal
TVHeadend
NJoy
VDR
Demo

Posted a Windows build of the mythtv add-on from fetzerch's github repository
XBMC PVR Addon Unofficial Builds for Frodo Nightly Builds.
http://www.dotnetdevelopers.net/xbmc
Reply
  • 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 12

Logout Mark Read Team Forum Stats Members Help
[Windows & Linux] PVR-Addon Builds for Frodo Nightlies3