Kodi Community Forum

Full Version: Problems with shared libraries on external server
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My setup is as follows:

HTPC (main client), running XBMCbuntu
Laptop (secondary client), running Win8
Server (no xbmc install, mysql for db handling), running Debian Squeeze

I am trying to configure a centralized xbmc setup but I am stumbling on a error.
The scraping does not work when i am connected to the mysql db.

Some of the series even got bogus episode numbers. Lite Dexter for example, every scraped episode got Season 2 ep 64

The same setup work fine when using local db. Have anyone encountered this problem?
debug logs (wiki) needed during the scan.
Allright. I'll probably have time to fix that today. Didn't think of debug logs since the same advancedsettings.xml works when scraping to the local database.
Thanks for your answer though.
(2013-07-22, 01:17)Ned Scott Wrote: [ -> ]debug logs (wiki) needed during the scan.

Logfile: https://docs.google.com/file/d/0B1M40u3N...sp=sharing
advancedsettings.xml; http://pastebin.com/Mc2bS3nL
Screenshot: Image

Edit: I cleaned the video database and just added the Dexter folder and scanned it and it returned this in the log: http://pastebin.com/mZQV6YLd
Note, no episode were added tot the videolibrary. This is wierd since the scanning works on the local DB.

Edit 2: When marking the Dexter source as a "one tv-show only" it scraped it but faulty as the screenshot above. Here's the scan log: https://docs.google.com/file/d/0B1M40u3N...sp=sharing
I think I've got something. When going through my logs more thoroughly I noticed this:

DEBUG: VideoInfoScanner: Found episode match rar://smb://filserver/store0/serier/dexter/dexter.s02.720p.bluray.x264-tby/dexter.s02e01.720p.bluray.x264-sinners/dexter.s02e01.720p.bluray.x264-sinners.part01.rar/dexter.s02e01.720p.bluray.x264-sinners.mkv (s1e2) [(?i)[/\\]?[.a-z](\d)(\d)?(\d\d)(\d\d)?-\w+\.]

It seems that my advancedsettings.xml extra scrape regex are screwing with the scan. I'll try to change the regex and se if that is the problem.
Yeah it were my advancedsettings.xml that screwed it all up.
Now it works fine.