• 1
  • 54
  • 55
  • 56
  • 57(current)
  • 58
xbmc minified as a server?
For those interested in my headless efforts for kodi http://forum.kodi.tv/showthread.php?tid=212061
I have also made a Helix based version of it where I pull in all patches I deem necessary for headless to function well.

Happy christmas Smile
If you have problems please read this before posting

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.

Image

"Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#."
Reply
(2014-12-23, 01:44)topfs2 Wrote: For those interested in my headless efforts for kodi http://forum.kodi.tv/showthread.php?tid=212061
I have also made a Helix based version of it where I pull in all patches I deem necessary for headless to function well.

Happy christmas Smile


Fantastic early pressie.

Just pasted in your helix headless branch as git pull for my headless kodi docker.
Reply
(2014-12-22, 17:18)Gregoire Wrote:
(2014-12-22, 17:09)pgjensen Wrote: Kodi v14 Helix was released this morning. I've searched through the thread and am having trouble pinpointing exactly how I can get a separated video scan binary I can run to update my library, similar to how I was able to run XbmcVideoLibraryScan in xbmc Gotham. I never used the docker for that, but is that the best way moving forward?

It wasn't. You meant v15 maybe?

A final build was on ftp for win32 this morning! They pulled it a few hours later. It's installed and doesn't reference any rc number.

kodi-14.0-Helix.exe
71,042,262 bytes
md5: b9c7b0df5a3ad810eef373e441fd6907
Reply
My guisettings.xml file keeps getting overwritten after quitting xbmc server. Anyone know why? It's after OnQuit, and it says Saving settings, but it just overwirites ~/.kodi/userdata/guisettings.xml with defaults.

Also, I remember there being a link with a guisettings.xml that gets the webserver working. Anyone have that link? My webserver won't start even if I update guisettings.xml prior to launch and enable it.

** FIXED with chmod 444 on the file **
Reply
(2014-12-23, 05:12)pgjensen Wrote:
(2014-12-22, 17:18)Gregoire Wrote:
(2014-12-22, 17:09)pgjensen Wrote: Kodi v14 Helix was released this morning. I've searched through the thread and am having trouble pinpointing exactly how I can get a separated video scan binary I can run to update my library, similar to how I was able to run XbmcVideoLibraryScan in xbmc Gotham. I never used the docker for that, but is that the best way moving forward?

It wasn't. You meant v15 maybe?

A final build was on ftp for win32 this morning! They pulled it a few hours later. It's installed and doesn't reference any rc number.

kodi-14.0-Helix.exe
71,042,262 bytes
md5: b9c7b0df5a3ad810eef373e441fd6907

I guess they are waiting for christmas.
Reply
Check the blog, its announced.
If you have problems please read this before posting

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.

Image

"Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#."
Reply
Hi all,

Thx to the great work of topfs2 ! but unfortunately , it's not merge in kodi Sad

So with isengard 15.0b1 and openelec 6.0b1 release , I decide to switch my all home 14.2 setup.

This setup need kodi headless for many reason , that why I make a patch for isengard source tree base base on the topfs2 work.

All is here : https://github.com/Celedhrim/docker-kodi-server

Master branch is for actuel most recent git version and doesn't work ( sorry I'll update it soon)
Isengard branch is ok for 15.0b1 and is working (using it for 3 days)

I hope it'll help some of you to keep headless kodi Smile

Celedhrim ( a french guy , so sorry if some parts of my post are not clear ! )
Reply
(2015-05-10, 16:41)celedhrim Wrote: Hi all,

Thx to the great work of topfs2 ! but unfortunately , it's not merge in kodi Sad

So with isengard 15.0b1 and openelec 6.0b1 release , I decide to switch my all home 14.2 setup.

This setup need kodi headless for many reason , that why I make a patch for isengard source tree base base on the topfs2 work.

All is here : https://github.com/Celedhrim/docker-kodi-server

Master branch is for actuel most recent git version and doesn't work ( sorry I'll update it soon)
Isengard branch is ok for 15.0b1 and is working (using it for 3 days)

I hope it'll help some of you to keep headless kodi Smile

Celedhrim ( a french guy , so sorry if some parts of my post are not clear ! )


i'm just going on a beer run , when i get back i shall attempt to make a docker from this, thank you for your work , i've used your patches before and they're very effective.

should add, building for unraid server, applying your patch to an fpm build box and then reimport the .deb to a finished build that's lighter for users to download.
Reply
Master branch on last git version is now ok !
Reply
have you guys checked out the headless Kodi thread? http://forum.kodi.tv/showthread.php?tid=212061
Reply
Yes ! and the actual isengard patch is mostly take from topfs2 job !

I post here because it is the historical thread , and for me the thread is about official headless integration in kodi.

That's why I post here because it is more a workaround waiting for the merge of top2fs headless stuff in offical kodi.

If this is wrong , I can post in the other thread Smile no problem for me.
Reply
(2015-05-11, 09:43)celedhrim Wrote: Yes ! and the actual isengard patch is mostly take from topfs2 job !

I post here because it is the historical thread , and for me the thread is about official headless integration in kodi.

That's why I post here because it is more a workaround waiting for the merge of top2fs headless stuff in offical kodi.

If this is wrong , I can post in the other thread Smile no problem for me.



my build went ok, btw. thanks for the patch.

i built against beta1 of kodi 15.
Reply
Update for isengard rc1.
Images are building on docker hub.
Reply
Hello ,

Readme updated , new branch "Jarvis" , the master branch is now for the last release ( currently 15.1)

Github : https://github.com/Celedhrim/docker-kodi-server
docker hub : https://hub.docker.com/r/celedhrim/kodi-server/
Reply
(2015-10-01, 17:11)celedhrim Wrote: Hello ,

Readme updated , new branch "Jarvis" , the master branch is now for the last release ( currently 15.1)

Github : https://github.com/Celedhrim/docker-kodi-server
docker hub : https://hub.docker.com/r/celedhrim/kodi-server/

Nice work!
Can share your RAM and CPU usage and power-draw in idle, library update, webinterface and UPNP sharing?
Reply
  • 1
  • 54
  • 55
  • 56
  • 57(current)
  • 58

Logout Mark Read Team Forum Stats Members Help
xbmc minified as a server?9