Posts: 351
Joined: Sep 2009
Reputation:
2
Hi,
One thing i dont get with this version is if you all set up kodi with guisetting.xml or if you use another way ?
In the case you use guisetting, a copy and past from my main computer with its library could be enough to initialise the kodi server ?
Bibi
Posts: 95
Joined: Jul 2012
Reputation:
0
Is there a way to let headless kodi safe the stats direct to the nfo and save scraped pictures in the movie folder?
Greetz Stealth
System : openelec 3.2.3 | Aeon Nox | Intel i3-3225 @3,3Ghz | Intel Graphic integrated | 4Gb Ram | 128 SSD
Remotes : Harmony One+ | MCE-Remote | xbmc IPhone Remote | Yatse on Asus Transformer Prime
TV : Sony Bravia over Hdmi | TV Server : 3xTechnotrend Cable Tuner | DVBViewer 5.0+RecService 1.25
Sound : Logitech Z5500 over optical
Storage : Qnap 412 4x3TB Raid5
Posts: 351
Joined: Sep 2009
Reputation:
2
Thanks Topfs2 for the explanation !
Will see this weekend if i can launch it through an ssh x session.
Bibi
Posts: 17,859
Joined: Jul 2011
Reputation:
371
use pastebin.com for logs
Posts: 148
Joined: Aug 2006
Reputation:
1
XBL.
Senior Member
Posts: 148
2015-03-02, 13:09
(This post was last modified: 2015-03-02, 13:31 by XBL..)
Ok, I found the problem. It was libtag1-dev still being on my system. Since the makefile first looks in /usr/lib/x86_64-linux-gnu/ and then /usr/local/lib, it will use the wrong one. Interestingly, the docker file does contain instructions to (re)install libtag1-dev after finishing the build, but no instructions to remove it first.
Now on to the next thing: how to actually compile Helix instead of 15.0-alpha (which I have now) and get it to work. For now it exits with "ERROR: Unable to create GUI. Exiting". It doesn't even seem to do anything with the --headless switch. It's also not listed when doing kodi --help, although I don't know if it's supposed to be.
EDIT: nvm. Yesterday I pulled the source again after moving some stuff around which broke a few paths, but forgot to checkout the headless branch. Don't code and drink, kids!