XBMC Eden 11 with PVR and DSPLAYER?
#1
Hi,

i am new to xbmc but is there a release with both together?
I want to watch TV with XBMC and i need to change the codecs.
Reply
#2
Check the links at: DSPlayer (wiki)
Reply
#3
As far as I know, there are no Windows builds with both PVR and DSPlayer. And even if it exists (let me know if you can find it) then the PVR part probably won't use the DSPlayer. The PVR part uses a pvr extended version of the internal DVDPlayer.
Developer of the MediaPortal PVR addon and retired developer of the Argus-TV PVR-addon.
http://www.scintilla.utwente.nl/~marcelg/xbmc
Reply
#4
I only need to change the codecs for Movies. Is there a version?
Reply
#5
There is if you know how to compile applications from source code.
Reply
#6
Can you give me the link to the source, please?
Reply
#7
https://github.com/xbmc/xbmc/Eden/ - Eden final code

https://github.com/0wing/xbmc/ - DSPlayer code

https://github.com/opdenkamp/xbmc - PVR code

have fun.


Reply
#8
I can compile every Source Code, but then?
Reply
#9
You have to merge the Eden_dsplayer branch from my repo with the Eden-pvr branch from opdenkamp's.

Here are the git instructions:

Code:
git clone git://github.com/0wing/xbmc.git
cd xbmc
git checkout Eden_dsplayer
git remote add pvr git://github.com/opdenkamp/xbmc.git
git fetch pvr
git merge pvr/Eden-pvr

If there are merge errors you have to solve them then compile.
Reply
#10
@0wing: Thanks for your instructions. I tried this, but I run into errors that I - not beeing a programmer - cannot solve.

@all: Did anyone, meanwhile, compile such a version and would be willing to upload it?
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC Eden 11 with PVR and DSPLAYER?0