PDA

View Full Version : Self compiling auto update xbmc


TeknoJnky
2009-02-24, 20:14
I looked around and didn't see anything relevant.

I was wondering if any thoughts to including self update and compilation into xbmc? I realize that its probably not possible to self compiles on xbox (and t3ch updater does a good job at updating), but linux it should be and possibly via windows as well?

I am not sure it would be necessary to include everything required in the main xbmc package, but perhaps some small scripts/addon which could be used to download and configure automatically the required programs and dependencies, then download xbmc sources from svn and compile all by itself.

If this was standardized and included within xbmc, then might cut down on all the 'I used the lasted build' or 'did you use the lastest build?' posts.

Ideally, some such feature would allow the user to easily return to previous builds and have some way to boot to 'safe mode' or last known good build if problems happen which prevent xbmc from running.

Anyway, I was just thinking aloud and wanted to know what others thought and what options are out there for all the platforms.

Maxim
2009-02-24, 20:37
It would be a lot of overhead. I say that the pros out weight the cons. Especially when there when there are pre-compiled binaries distributed by multiple platforms, but just not in an automated fashion.

blittan
2009-02-24, 20:40
This should be addressed with scripts, but on windows there is no freeware compiler. The other thing is problems with updating a running executable and systemfiles.

CrashX
2009-02-26, 21:11
I beg to differ ... VC 2008 Express is a freeware compiler for windows...

topfs2
2009-02-28, 20:36
Just a FYI I have just made a script that will do this on linux / live. it needs some additions to sudoers file or run xbmc as sudo but all in all it works great.

Will add to google-code when its polished.

althekiller
2009-02-28, 22:09
Just a FYI I have just made a script that will do this on linux / live. it needs some additions to sudoers file or run xbmc as sudo but all in all it works great.

Will add to google-code when its polished.

Liar, you said it updates from PPA on IRC.

topfs2
2009-03-01, 02:56
Liar, you said it updates from PPA on IRC.

Goddamnit, I only read "auto update xbmc" from the thread title, you are indeed right, my script only upgrade via libapt.

CrashX
2009-03-02, 16:53
What is the status on the built in plugin update ?