[LINUX] xbmc server: possible quick implementation?
vajonam
Donor Joined: Sep 2008 Reputation: 0 Location: Toronto, Canada |
2012-04-20 19:37
Post: #101
it allows a light weight xbmc to be always running on the network allowing internet pvrs like sickbeard to keep the db upto date without require an update to xbmc everytime.
|
| find quote |
fade23
Junior Member Posts: 40 Joined: Oct 2010 Reputation: 0 |
2012-04-21 03:22
Post: #102
Is there any easy way to disable the playback functions over JSON-RPC while still allowing it to serve up library info and other non-playback functions (like library updates)? I'm using this as the primary backend for Maraschino so I can browse my library and if I accidentally start a video from there it will crash the server instance.
|
| find quote |
Basje
Skilled Python Coder Posts: 981 Joined: Jul 2005 Reputation: 4 |
2012-04-22 20:55
Post: #103
I just created an Add-on that automatically does a backup of your video and/or music database on specific times. Anyone interested?
|
| find quote |
gorttman
Junior Member Posts: 3 Joined: Apr 2012 Reputation: 0 |
2012-04-25 04:33
Post: #104
Hi All.
As a long time lurker, I've followed this thread with interest as this is a function I've been waiting for.Tried to compile from git://github.com/vajonam/xbmc.git. Compile goes ok with no errors, however when I try and run the xbmc app with --server --no-test Im still getting a failure to start as it is still looking for x display Am I missing something? any help greatly appreciated. output: http://pastebin.com/embed_js.php?i=r1KwZAeH |
| find quote |
Claire193
Junior Member Posts: 5 Joined: Apr 2012 Reputation: 0 |
2012-04-25 05:01
Post: #105
i can't really tell without the code being in context. but to me it looks like a poor man's solution.
i assume you cloned the code using git. to obtain the patch, all you have to do then is 'git diff > patchfile' ![]() ![]() ![]() ![]()
(This post was last modified: 2012-04-25 05:04 by Claire193.)
|
| find quote |
Basje
Skilled Python Coder Posts: 981 Joined: Jul 2005 Reputation: 4 |
2012-04-25 09:02
Post: #106
(2012-04-25 04:33)gorttman Wrote: Hi All. You have to checkout the server branche of his GIT repo.
|
| find quote |
bladesuk1
Junior Member Posts: 32 Joined: Jul 2011 Reputation: 0 |
2012-04-25 10:50
Post: #107
well, i've got some good news, and some bad news:
https://github.com/xbmc/xbmc/pull/890 in essence, it's looking like this code of ours won't be merged into mainline. however, the reason for that appears to be that they're breaking out functionality into a library and creating a headless xbmc version instead, which is (ultimately) the long-term goal, and the way that i wanted it to happen in the first place, but didn't have the skills to do myself. it's available here, apparently: https://github.com/theuni/xbmc/tree/shared-lib i've not pulled it down to try it out myself as of yet to see if it's fully functional, but i plan to do so as soon as i get the opportunity and see if it does what it says on the tin. if this is the case, then i'd suggest all start using the hell out of it as it's the holy grail we were all looking for ![]() b |
| find quote |
gorttman
Junior Member Posts: 3 Joined: Apr 2012 Reputation: 0 |
2012-04-25 10:50
Post: #108
(2012-04-25 09:02)Basje Wrote:(2012-04-25 04:33)gorttman Wrote: Hi All. Thanks for the quick reply Hmmmm not sure, I'm fairly new to git I used git clone git://github.com/vajonam/xbmc.git Guessing that's wrong? Thanks |
| find quote |
bladesuk1
Junior Member Posts: 32 Joined: Jul 2011 Reputation: 0 |
2012-04-25 11:16
Post: #109
(2012-04-25 10:50)gorttman Wrote: Hmmmm not sure, I'm fairly new to git I used git clone git://github.com/vajonam/xbmc.git once you've got the master, you'll need to 'git branch -a' to list the branches, and then 'git checkout -t <branch>' to get the branch, iirc. if that's not quite right, the google the syntax to retrieve the branch. b |
| find quote |
gorttman
Junior Member Posts: 3 Joined: Apr 2012 Reputation: 0 |
2012-04-25 13:58
Post: #110
Thanks Blade
The git 101 did the trick all working fine now Again, thanks for the help |
| find quote |

![[Image: meimiao1.jpg]](http://www.waihuizhifu.com/meimiao1.jpg)
![[Image: jh88.jpg]](http://www.waihuizhifu.com/jh88.jpg)
![[Image: test.jpg]](http://www.waihuizhifu.com/test.jpg)
![[Image: dh.jpg]](http://www.waihuizhifu.com/dh.jpg)

Search
Help