• 1
  • 3
  • 4
  • 5(current)
  • 6
  • 7
  • 9
[LINUX] xbmc server: possible quick implementation?
#61
j1nx Wrote:Just to let you guys know. Now this little thing is at the point I will jump in aswell. I need this "main" xbmc install at my server for updating my MySQL library and to be notified by CP and SB.

Updating now works!
CPU is getting lower!

Perfect, for me. I will try it out and offcourse get back to you with any issues I might run into.

Great work, so far. Keep it up.

Regarding configuration, from my own experience:
- configure somewhere a Eden Beta XBMC in portable mode, with GUI
- sources
- Install Addon Service LibraryAutoUpdate
- Activate/Configure WebServer
- copy userdata and addon folder to your headless XBMC install configuration folder (linux: <user>/.xbmc/)
Reply
#62
Odon Wrote:Regarding configuration, from my own experience:
- configure somewhere a Eden Beta XBMC in portable mode, with GUI
- sources
- Install Addon Service LibraryAutoUpdate
- Activate/Configure WebServer
- copy userdata and addon folder to your headless XBMC install configuration folder (linux: <user>/.xbmc/)

Great, I was about to ask .... Big Grin
Reply
#63
Odon Wrote:Regarding configuration, from my own experience:
- configure somewhere a Eden Beta XBMC in portable mode, with GUI
- sources
- Install Addon Service LibraryAutoUpdate
- Activate/Configure WebServer
- copy userdata and addon folder to your headless XBMC install configuration folder (linux: <user>/.xbmc/)

First of all many thx for this, I was looking for such a solution for ages. And a suggestion, you can tag this thread with "headless" so it can be easily found under http://forum.xbmc.org/tags.php?tag=headless

And a few Q-s:
1. I do not really understand why is the above complication necessary. If I understood correctly, the server-mode is just a flag somewhere. Deactivate it, use the GUI to configure plugins and reactivate it; no need install different versions and copy files around.
2. How about providing a simpler solution for people who do not want (or cant) to compile XBMC!? Also IIUC, you are only changing the main executable here, maybe a few libs. How about providing just those for a few server platforms; say Windows, Ubuntu and Unraid (actually, the Ubuntu version may be enough and work on most Linux platforms).
Reply
#64
1. I don't have any GUI on my server OS, so I can't do that :p (text mode only server)
2. Compiling your own executable is not so hard, see wiki. All required softwares are free (even for Windows compile)
Reply
#65
prot Wrote:First of all many thx for this, I was looking for such a solution for ages. And a suggestion, you can tag this thread with "headless" so it can be easily found under http://forum.xbmc.org/tags.php?tag=headless

feel free to add the tag yourself Smile

prot Wrote:1. I do not really understand why is the above complication necessary. If I understood correctly, the server-mode is just a flag somewhere. Deactivate it, use the GUI to configure plugins and reactivate it; no need install different versions and copy files around.

the point is to install this on a server that won't have the graphical layer installed. if it's already installed as such, go for it. but for most people running this, it'll be on a headless server so you'll mostly be configuring it via ssh, and therefore won't have the capability of running the gui. that's sort of the point of this solution Smile

prot Wrote:2. How about providing a simpler solution for people who do not want (or cant) to compile XBMC!? Also IIUC, you are only changing the main executable here, maybe a few libs. How about providing just those for a few server platforms; say Windows, Ubuntu and Unraid (actually, the Ubuntu version may be enough and work on most Linux platforms).

again, if you want to do this, go for it. however, this was a thread to inform people of a potential code change that would provide this functionality, and it's now grown into an actual solution with a series of code changes in git that people can use. the hope is that the patch will be included in the mainline master branch of the code once eden is released and future versions of xbmc will have this built in by default. however, should the dev team decide not to make use of this, the only way to have it work will be to manually pull down the source, apply the patch, and compile it yourself. and, quite frankly, if you're not up to the task of compiling xbmc for yourself, then you probably shouldn't be running this patch in the first place!
Reply
#66
Great to see you guys have kept up with this. I will re-install this tonight Big Grin
Reply
#67
Thx for the fast answers everyone. New here, and I thought only the thread owner can add tags.
Like everyone else here I hope this change will make it into the main branch; won't bet on that though, it is still quite a hack. Providing some binaries will help it spread and maybe the devs will take notice and implement a clean&official XBMC server version.
Reply
#68
prot Wrote:Thx for the fast answers everyone. New here, and I thought only the thread owner can add tags.
Like everyone else here I hope this change will make it into the main branch; won't bet on that though, it is still quite a hack. Providing some binaries will help it spread and maybe the devs will take notice and implement a clean&official XBMC server version.

relatively new poster on here myself, to be honest. just got bored of waiting for this to be done by someone else!

not sure that the devs will ever get around to implementing a server version of xbmc as there's masses of work that needs to be done first. i would imagine it would be somewhere after the qt version of the interface, to be honest: just not a high enough priority when visual impact is what's needed more than back-end utility.

absolute worst-case scenario is that this can be maintained relatively easily by merging the upstream changes as and when they happen. for now, i'll wait and see whether the devs accept it into the mainline code before i start worrying about having to provide a server version. of course, like i said, if you want to provide them yourself, feel free: i only started this off, but it belongs to all of us, and i'm not going to get precious about it Smile
Reply
#69
Odon Wrote:Regarding configuration, from my own experience:
- configure somewhere a Eden Beta XBMC in portable mode, with GUI
- sources
- Install Addon Service LibraryAutoUpdate
- Activate/Configure WebServer
- copy userdata and addon folder to your headless XBMC install configuration folder (linux: <user>/.xbmc/)

To lower cpu usage:
Use a profile and turn everything of you don't need: RSS, upnp, etc.

Maybe using a very simple skin can also help since XBMC is started and maybe still lot's of gui-code is still executed...
Reply
#70
This is amazing! I've been turning around this idea in my head for a while too, but never found the time to actually try it out.
It would be extremely useful in my case. Even though I only have one XBMC machine. The PC itself is continuously on and contains auto downloaders like Sickbeard and CouchPotato, but I don't want to run XBMC continuously. In fact I only want to run it when the tv connected to the pc is on, because XBMC running with GUI takes up a lot of resources and consumes a lot of power, which I think is wasteful. Think ecological, people! Wink

In my current setup I run XBMC for an hour every week and let it do a cleanup and update of the library to keep up to date by ways of a cron job. Therefore I cannot enable such nice features as Sickbeard and CouchPotato live updating my collection when something is finished. Additionally I store my library in a Mysql database for which I have a few maintenance scripts too. (like finding videos that accidentally didn't get added to the library and finding videos that got moved before XBMC removes them and adds them to the library again which destroys their chronological ordering)

A headless version would be a great solution for a lot of my problems!

Now, what would be very cool if the GUI and services could be separated and run next to each other. So that I can leave the services running continuously, and when I want to watch TV I just startup the GUI, which connects to the already running services. But that would probably mean a lot of redesign.
I think I will try this out when I find the time, and if it works settle for a solution that stops the headless version and starts the gui version when necessary.

Great work! Just wanted to give you a heads up that there are indeed some people who are interested in this.
Reply
#71
BladesUK, any plan to update your repo to beta3 ? I think DB version has been updated.
Reply
#72
Odon Wrote:BladesUK, any plan to update your repo to beta3 ? I think DB version has been updated.

consider it under way Smile

i've just done a merge with upstream and pushed it up. it's not finished compiling yet, though, so if i find any issues i'll get them pushed up as soon as i get a chance.

b
Reply
#73
bladesuk1 Wrote:consider it under way Smile

i've just done a merge with upstream and pushed it up. it's not finished compiling yet, though, so if i find any issues i'll get them pushed up as soon as i get a chance.

b

My hero Laugh
Reply
#74
bladesuk1 Wrote:consider it under way Smile

i've just done a merge with upstream and pushed it up. it's not finished compiling yet, though, so if i find any issues i'll get them pushed up as soon as i get a chance.

b

Small error in xbmc/Application.cpp line 1251, carriage return is missing before " #ifdef HAS_JSONRPC"
Reply
#75
Guys u rock!

I follow this since some weeks, as soon as Eden goes into RC Mode, i switch all my clients and install this server release.

Thx for the work, cool stuff Smile
Reply
  • 1
  • 3
  • 4
  • 5(current)
  • 6
  • 7
  • 9

Logout Mark Read Team Forum Stats Members Help
[LINUX] xbmc server: possible quick implementation?1