xbmc minified as a server?

  Thread Rating:
  • 6 Votes - 3.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
vicbitter Offline
Member+
Posts: 246
Joined: Jan 2011
Reputation: 3
Post: #451
(2013-05-25 03:22)bobbintb Wrote:  hmmm... i have this built on slackware 13.37. i can get sickbeard to initiate a full library scan yet it doesnt seem to find anything. i also get errors from sickbeard when trying to update just one show. anyone had this issue or know what it going on?

Have you turned on debugging to get XBMC to produce a debug xbmc.log?
find quote
bobbintb Offline
Member
Posts: 63
Joined: Sep 2012
Reputation: 0
Post: #452
i havent because i need to recompile it. i wasnt thinking and disabled debugging before compiling. but i think it know why. i didnt set up the scrapers. i will have to check but im pretty sure thats it.
find quote
bobbintb Offline
Member
Posts: 63
Joined: Sep 2012
Reputation: 0
Post: #453
this is what i am getting when trying to run a scan:

Code:
8:07:53 T:3013327728   DEBUG: JSONRPC: Incoming request: {"jsonrpc":"2.0","method":"VideoLibrary.Scan","id":1}
18:07:53 T:3013327728   DEBUG: JSONRPC: Calling videolibrary.scan
18:07:53 T:2936748912  NOTICE: Thread CVideoInfoScanner start, auto delete: false
18:07:53 T:2936748912  NOTICE: VideoInfoScanner: Starting scan ..
18:07:53 T:2936748912   DEBUG: CAnnouncementManager - Announcement: OnScanStarted from xbmc
18:07:53 T:2936748912 WARNING: Create - Unsupported protocol(nfs) in nfs://192.168.1.2/mnt/user/ZERO/Movies/
18:07:53 T:2936748912   ERROR: Exists - Error checking for nfs://192.168.1.2/mnt/user/ZERO/Movies/
18:07:53 T:2936748912 WARNING: Process directory 'nfs://192.168.1.2/mnt/user/ZERO/Movies/' does not exist - skipping scan.
18:07:53 T:2936748912 WARNING: Create - Unsupported protocol(nfs) in nfs://192.168.1.2/mnt/user/ZERO/TV/
18:07:53 T:2936748912   ERROR: Exists - Error checking for nfs://192.168.1.2/mnt/user/ZERO/TV/
18:07:53 T:2936748912 WARNING: Process directory 'nfs://192.168.1.2/mnt/user/ZERO/TV/' does not exist - skipping scan.
18:07:53 T:2936748912 WARNING: Create - Unsupported protocol(nfs) in nfs://192.168.1.2/mnt/user/ZERO/TV/30 Rock/
18:07:53 T:2936748912   ERROR: Exists - Error checking for nfs://192.168.1.2/mnt/user/ZERO/TV/30 Rock/
18:07:53 T:2936748912 WARNING: Process directory 'nfs://192.168.1.2/mnt/user/ZERO/TV/30 Rock/' does not exist - skipping scan.

i have nfs installed and enabled in the build. am i missing something?
(This post was last modified: 2013-05-30 02:11 by bobbintb.)
find quote
niietzshe Offline
Senior Member
Posts: 129
Joined: Dec 2009
Reputation: 0
Post: #454
(2012-12-13 07:57)KRavEN Wrote:  I'm also thinking of doing a post processing script for sickbeard and couchpotato to run xbmcVideoLibraryScan instead of running xbmc-server all the time.

Hey KRavEN,
Did you get this working? That's all I'm after is sickbeard and couchpotato to update the mysql database without booting one of my XBMC clients up.
I only have a cubox with 1GB RAM, so I don't want it hogged by xbmc-server if I can help it.
find quote
vicbitter Offline
Member+
Posts: 246
Joined: Jan 2011
Reputation: 3
Post: #455
(Yesterday 17:34)niietzshe Wrote:  
(2012-12-13 07:57)KRavEN Wrote:  I'm also thinking of doing a post processing script for sickbeard and couchpotato to run xbmcVideoLibraryScan instead of running xbmc-server all the time.

Hey KRavEN,
Did you get this working? That's all I'm after is sickbeard and couchpotato to update the mysql database without booting one of my XBMC clients up.
I only have a cubox with 1GB RAM, so I don't want it hogged by xbmc-server if I can help it.

I run xbmcVideoLibraryScan as a cron job...
find quote
niietzshe Offline
Senior Member
Posts: 129
Joined: Dec 2009
Reputation: 0
Post: #456
So sorry for the lame question, I'm a bit late to the party on this.
xbmcVideoLibraryScan can be run seperate of the xbmc server? So you can just call this to scan the library and it'll eat resources, then close down freeing them up right...

If family life doesn't get in the way I'll have a tinker tonight. Been waiting for this for a long time.
find quote
bobbintb Offline
Member
Posts: 63
Joined: Sep 2012
Reputation: 0
Post: #457
(Yesterday 19:02)niietzshe Wrote:  So sorry for the lame question, I'm a bit late to the party on this.
xbmcVideoLibraryScan can be run seperate of the xbmc server? So you can just call this to scan the library and it'll eat resources, then close down freeing them up right...

If family life doesn't get in the way I'll have a tinker tonight. Been waiting for this for a long time.

that is my understanding.
find quote
bobbintb Offline
Member
Posts: 63
Joined: Sep 2012
Reputation: 0
Post: #458
(Yesterday 17:34)niietzshe Wrote:  
(2012-12-13 07:57)KRavEN Wrote:  I'm also thinking of doing a post processing script for sickbeard and couchpotato to run xbmcVideoLibraryScan instead of running xbmc-server all the time.

Hey KRavEN,
Did you get this working? That's all I'm after is sickbeard and couchpotato to update the mysql database without booting one of my XBMC clients up.
I only have a cubox with 1GB RAM, so I don't want it hogged by xbmc-server if I can help it.

should be a fairly simple script:

Code:
/locationofxbmc/xbmcVideoLibraryScan --no-test --headless -n -p
find quote
Bootlegninja Offline
Member
Posts: 97
Joined: May 2011
Reputation: 0
Post: #459
Next best thing is to set up a cron job for whatever times you want. I did for mine under Debian Squeeze running OpenMediaVault easily like that. On the hour every hour.
find quote
Post Reply