Posts: 2,274
Joined: Feb 2009
Reputation:
30
opdenkamp
Retired Team-Kodi Member
Posts: 2,274
@ant_thomas:
dharma-pvr is as stable as you can get at the moment. master = xbmc master (so possibly instable / new bugs) + pvr development (so possibly instable too).
if you're not a dev, you shouldn't be using master.
@dCrypt:
just ask in that thread you posted. I'm not a vdr user myself. I could have a look at it but it makes more sense to direct your question at the guy who made it.
opdenkamp / dushmaniac
xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]
Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.
If you like my work, please consider donating to me and/or Team XBMC.
Posts: 2,274
Joined: Feb 2009
Reputation:
30
opdenkamp
Retired Team-Kodi Member
Posts: 2,274
could you try if streamdev works if you build from source from my master branch please?
if it doesn't work, could you explain exactly what does not and provide a full debug log.
opdenkamp / dushmaniac
xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]
Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.
If you like my work, please consider donating to me and/or Team XBMC.
Posts: 467
Joined: May 2008
Reputation:
0
Or, could you or someone else post instructions on how to compile Dushmaniacs build from source. I've downloaded the .tar.gz file from github and extracted it, where do I go from there?
I've compiled XBMC in the past but the instructions for that on the wiki don't seem to work.
Posts: 2,274
Joined: Feb 2009
Reputation:
30
opdenkamp
Retired Team-Kodi Member
Posts: 2,274
building XBMC is quite easy.
- first make sure you have all the build dependencies. if you're using ubuntu, just type "apt-get build-dep xbmc" in your console and it should download them all. if not, then check the README file in the root after extracting.
- next, type "./bootstrap" in the root of the extracted source
- ./configure --prefix=/path/to/where/you/want/xbmc/to/install
- make && make install
I'll create some binaries later this week.
opdenkamp / dushmaniac
xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]
Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.
If you like my work, please consider donating to me and/or Team XBMC.