PVR alongside standard XBMC
#1
Is it possible to install the PVR version of XBMC alongside the standard to try it out?
Reply
#2
if you're going to compile from source, yes. if you're going to use a prebuilt package, it'll be overwritten.

make sure that if you're going to test the pvr version, you do that as a different user than you normally use xbmc with OR make a backup of the ~/.xbmc/userdata/Database directory because the addon database is not compatible.
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.
Reply
#3
Thanks for the help. Haven't used Linux properly for years and have forgotten everything I used to do so will be fun compiling the PVR version myself.

Does somethig need to be change in the source when compiling so it doesn't overwrite XBMC?
Reply
#4
Chrissssssss Wrote:Thanks for the help. Haven't used Linux properly for years and have forgotten everything I used to do so will be fun compiling the PVR version myself.

Does somethig need to be change in the source when compiling so it doesn't overwrite XBMC?

specify a new install prefix

./configure --prefix=/opt/dvr

or what ever you want.
Code:
GRANT ALL PRIVILEGES ON `xbmc_%`.* TO 'xbmc'@'%';
IF you have a mysql problem, find one of the 4 dozen threads already open.
Reply
#5
Ok, thanks for that. I will have a try and probably get totally confused and mess everything up Smile
Reply
#6
An easier way is to just run each build in portable mode with -p
Reply

Logout Mark Read Team Forum Stats Members Help
PVR alongside standard XBMC0