Solved Gotham 13.2 Recursive scanning not working correctly
#1
See last Post.

Hello everyone Big Grin

Fristly thanks for all the work you people put into this awesome piece of software be it coding or support. I have been reading all sorts of posts and adjusting my setup accordingly.

I have basically everything set up I want but I suddenly have one hiccup. Either i am just not getting it or something is not working right for me.

My Setup:
MySQL via XAMPP, DB created by XBMC (fresh one with 13.2 FR) xbmc has grant all. (wiki guide, though i still have the thumbnails redirected)
Shares are connected via smb and with fixed IP.
Folder Setup:
Series Open > Series Name > Season > videofiles
Movies > videofiles -for single movies
Movies > Movie Collection > videofiles -for collections
Recursive Scanning is checked as on, everything else as off (like dont look for updates and each movie in seperate folder).
First Scrape works perfect. Everything gets found, scraped and sorted. (Missing Movie Scanner reports 0 missing files)
Now, when I add a new file like this: Movies > videofiles it works fine.
If I add a new file to a collection, so like: Movies > Movie Collection > videofiles it doesn't get scraped automatically. If i go via sources into the folder and tell xbmc to scrape, it scrapes the new file. If I manually search the missing file for movie information it works too (so it's not the name). It just doesn't do it on startup anymore, for files not lying in the root of the shared folder. If it's in for example Highlander Collection, it doesn't recognize it as a new file. Series work just the way they should!

To me, this means recursive scanning isn't working correctly or I just dont understand the function.

This, as far as i can tell is a new problem, i did not have with 13.0 (not sure about 13.1). Also on the first round it all scrapes fine, so i kinda doubt it's my settings.

Would a log help on this?

Thx in advance for any hints and tipps!

P.s.: I did try the search function but i couldn't find anything.
Reply
#2
Can you get us a debug log (wiki) where you update the library?
Reply
#3
Something seems messed up. It already creates a Log without me asking it...

Code:
09:05:33 T:2804  NOTICE: special://profile/ is mapped to: special://masterprofile/
09:05:33 T:2804  NOTICE: -----------------------------------------------------------------------
09:05:33 T:2804  NOTICE: Starting XBMC (13.2 Git:20140817-0f3db05). Platform: x86 Win32 32-bit
09:05:33 T:2804  NOTICE: Using Release XBMC x32 build, compiled Aug 17 2014 by MSVC 160040219 for x86 Win32 32-bit version 0x06000000
09:05:33 T:2804  NOTICE: Running on Windows 7 SP1 64-bit, build 7601
09:05:33 T:2804  NOTICE: Host CPU: Intel(R) Core(TM) i5-4690 CPU @ 3.50GHz, 4 cores available
09:05:33 T:2804  NOTICE: Desktop Resolution: 1024x768 32Bit at 60Hz
09:05:33 T:2804  NOTICE: Running with restricted rights
09:05:33 T:2804  NOTICE: Aero is enabled
09:05:33 T:2804  NOTICE: special://xbmc/ is mapped to: C:\Program Files (x86)\XBMC
09:05:33 T:2804  NOTICE: special://xbmcbin/ is mapped to: C:\Program Files (x86)\XBMC
09:05:33 T:2804  NOTICE: special://masterprofile/ is mapped to: C:\Users\Dennis\AppData\Roaming\XBMC\userdata
09:05:33 T:2804  NOTICE: special://home/ is mapped to: C:\Users\Dennis\AppData\Roaming\XBMC\
09:05:33 T:2804  NOTICE: special://temp/ is mapped to: C:\Users\Dennis\AppData\Roaming\XBMC\cache
09:05:33 T:2804  NOTICE: The executable running is: C:\Program Files (x86)\XBMC\XBMC.exe
09:05:33 T:2804  NOTICE: Local hostname: Server
09:05:33 T:2804  NOTICE: Log File is located: C:\Users\Dennis\AppData\Roaming\XBMC\xbmc.log
09:05:33 T:2804  NOTICE: -----------------------------------------------------------------------
09:05:33 T:2804  NOTICE: load settings...
09:05:33 T:2804  NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
09:05:33 T:2804  NOTICE: Loaded settings file from special://profile/advancedsettings.xml
09:05:33 T:2804  NOTICE: Contents of special://profile/advancedsettings.xml are...
                                            <advancedsettings>
                                              <videodatabase>
                                                <type>mysql</type>
                                                <host>127.0.0.1</host>
                                                <port>3306</port>
                                                <user>user</user>
                                                <pass>pass</pass>
                                              </videodatabase>
                                              <musicdatabase>
                                                <type>mysql</type>
                                                <host>127.0.0.1</host>
                                                <port>3306</port>
                                                <user>user</user>
                                                <pass>pass</pass>
                                              </musicdatabase>
                                              <pathsubstitution>
                                                <substitute>
                                                  <from>special://masterprofile/Thumbnails/</from>
                                                  <to>smb://127.0.0.1/xbmcthumbs</to>
                                                </substitute>
                                              </pathsubstitution>
                                              <videolibrary>
                                                <importwatchedstate>true</importwatchedstate>
                                                <importresumepoint>true</importresumepoint>
                                              </videolibrary>
                                              <fullscreen>true</fullscreen>
                                              <musiclibrary>
                                                <itemseparator>/</itemseparator>
                                              </musiclibrary>
                                              <video>
                                                <timeseekforward>10</timeseekforward>
                                                <timeseekbackward>-10</timeseekbackward>
                                              </video>
                                              <audio>
                                                <timeseekforward>10</timeseekforward>
                                                <!-- Time to seek forward in seconds when doing a short seek.  Defaults to 30. -->
                                                <timeseekbackward>-10</timeseekbackward>
                                              </audio>
                                              <navigatevirtualkeyboard>true</navigatevirtualkeyboard>
                                            </advancedsettings>
09:05:33 T:2804 WARNING: VIDEO database configuration is experimental.
09:05:33 T:2804  NOTICE: Default DVD Player: dvdplayer
09:05:33 T:2804  NOTICE: Default Video Player: dvdplayer
09:05:33 T:2804  NOTICE: Default Audio Player: paplayer
09:05:33 T:2804  NOTICE: Disabled debug logging due to GUI setting. Level 0.
09:05:33 T:2804  NOTICE: Log level changed to 0
09:05:33 T:2804  NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
09:05:33 T:2804  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
09:05:33 T:2804  NOTICE: Loaded playercorefactory configuration
09:05:33 T:2804  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
09:05:33 T:2804  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
09:05:33 T:6336  NOTICE: Thread ActiveAE start, auto delete: false
09:05:33 T:2424  NOTICE: Thread AESink start, auto delete: false
09:05:33 T:6336  NOTICE: Found 2 Lists of Devices
09:05:33 T:6336  NOTICE: Enumerated DIRECTSOUND devices:
09:05:33 T:6336  NOTICE:     Device 1
09:05:33 T:6336  NOTICE:         m_deviceName      : {17E724DE-78D2-4994-BACC-0DB489FC15FD}
09:05:33 T:6336  NOTICE:         m_displayName     : SPDIF - Realtek Digital Output(Optical) (Realtek High Definition Audio)
09:05:33 T:6336  NOTICE:         m_displayNameExtra: DIRECTSOUND: Realtek Digital Output(Optical) (Realtek High Definition Audio)
09:05:33 T:6336  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
09:05:33 T:6336  NOTICE:         m_channels        : FL,FR
09:05:33 T:6336  NOTICE:         m_sampleRates     : 48000
09:05:33 T:6336  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3,AE_FMT_DTS
09:05:33 T:6336  NOTICE:     Device 2
09:05:33 T:6336  NOTICE:         m_deviceName      : default
09:05:33 T:6336  NOTICE:         m_displayName     : default
09:05:33 T:6336  NOTICE:         m_displayNameExtra:
09:05:33 T:6336  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
09:05:33 T:6336  NOTICE:         m_channels        : FL,FR
09:05:33 T:6336  NOTICE:         m_sampleRates     : 48000
09:05:33 T:6336  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3,AE_FMT_DTS
09:05:33 T:6336  NOTICE:     Device 3
09:05:33 T:6336  NOTICE:         m_deviceName      : {47AB4008-D276-4E35-9452-E0C542A97166}
09:05:33 T:6336  NOTICE:         m_displayName     : SPDIF - Realtek Digital Output (Realtek High Definition Audio)
09:05:33 T:6336  NOTICE:         m_displayNameExtra: DIRECTSOUND: Realtek Digital Output (Realtek High Definition Audio)
09:05:33 T:6336  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
09:05:33 T:6336  NOTICE:         m_channels        : FL,FR
09:05:33 T:6336  NOTICE:         m_sampleRates     : 48000
09:05:33 T:6336  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3,AE_FMT_DTS
09:05:33 T:6336  NOTICE: Enumerated WASAPI devices:
09:05:33 T:6336  NOTICE:     Device 1
09:05:33 T:6336  NOTICE:         m_deviceName      : {17E724DE-78D2-4994-BACC-0DB489FC15FD}
09:05:33 T:6336  NOTICE:         m_displayName     : SPDIF - Realtek Digital Output(Optical) (Realtek High Definition Audio)
09:05:33 T:6336  NOTICE:         m_displayNameExtra: WASAPI: Realtek Digital Output(Optical) (Realtek High Definition Audio)
09:05:33 T:6336  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
09:05:33 T:6336  NOTICE:         m_channels        : FL,FR
09:05:33 T:6336  NOTICE:         m_sampleRates     : 192000,96000,48000,44100
09:05:33 T:6336  NOTICE:         m_dataFormats     : AE_FMT_DTS,AE_FMT_AC3,AE_FMT_AAC,AE_FMT_S24NE4,AE_FMT_S24LE4,AE_FMT_S24BE4,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
09:05:33 T:6336  NOTICE:     Device 2
09:05:33 T:6336  NOTICE:         m_deviceName      : default
09:05:33 T:6336  NOTICE:         m_displayName     : default
09:05:33 T:6336  NOTICE:         m_displayNameExtra:
09:05:33 T:6336  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
09:05:33 T:6336  NOTICE:         m_channels        : FL,FR
09:05:33 T:6336  NOTICE:         m_sampleRates     : 192000,96000,48000,44100
09:05:33 T:6336  NOTICE:         m_dataFormats     : AE_FMT_DTS,AE_FMT_AC3,AE_FMT_AAC,AE_FMT_S24NE4,AE_FMT_S24LE4,AE_FMT_S24BE4,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
09:05:33 T:6336  NOTICE:     Device 3
09:05:33 T:6336  NOTICE:         m_deviceName      : {47AB4008-D276-4E35-9452-E0C542A97166}
09:05:33 T:6336  NOTICE:         m_displayName     : SPDIF - Realtek Digital Output (Realtek High Definition Audio)
09:05:33 T:6336  NOTICE:         m_displayNameExtra: WASAPI: Realtek Digital Output (Realtek High Definition Audio)
09:05:33 T:6336  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
09:05:33 T:6336  NOTICE:         m_channels        : FL,FR
09:05:33 T:6336  NOTICE:         m_sampleRates     : 192000,96000,48000,44100
09:05:33 T:6336  NOTICE:         m_dataFormats     : AE_FMT_DTS,AE_FMT_AC3,AE_FMT_AAC,AE_FMT_S24NE4,AE_FMT_S24LE4,AE_FMT_S24BE4,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
09:05:33 T:2804  NOTICE: Running database version Addons16
09:05:33 T:2804  NOTICE: ADDONS: Using repository repository.addonscriptorde-beta
09:05:33 T:2804  NOTICE: ADDONS: Using repository repository.xbmc.org
09:05:33 T:2804  NOTICE: ADDONS: Using repository repository.pvr-win32.xbmc.org
09:05:33 T:2804  NOTICE: ADDONS: Using repository repository.fastcolors
09:05:33 T:6492  NOTICE: Thread RemoteControl start, auto delete: false
09:05:33 T:3972  NOTICE: Thread PeripBusCEC start, auto delete: false
09:05:33 T:4324  NOTICE: Thread PeripBusUSB start, auto delete: false
09:05:33 T:2804  NOTICE: Found screen: Dummy Monitor on Intel(R) HD Graphics 4600, adapter 0.
09:05:33 T:2804  NOTICE: Primary mode: 1024x768@ 60.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 320x200@ 70.00 - Full Screen
09:05:33 T:2804  NOTICE: Previous line repeats 1 times.
09:05:33 T:2804  NOTICE: Additional mode: 320x240@ 59.94 - Full Screen
09:05:33 T:2804  NOTICE: Previous line repeats 1 times.
09:05:33 T:2804  NOTICE: Additional mode: 320x240@ 60.00 - Full Screen
09:05:33 T:2804  NOTICE: Previous line repeats 1 times.
09:05:33 T:2804  NOTICE: Additional mode: 320x240@ 70.00 - Full Screen
09:05:33 T:2804  NOTICE: Previous line repeats 1 times.
09:05:33 T:2804  NOTICE: Additional mode: 320x240@ 73.00 - Full Screen
09:05:33 T:2804  NOTICE: Previous line repeats 1 times.
09:05:33 T:2804  NOTICE: Additional mode: 320x240@ 75.00 - Full Screen
09:05:33 T:2804  NOTICE: Previous line repeats 1 times.
09:05:33 T:2804  NOTICE: Additional mode: 320x240@ 85.00 - Full Screen
09:05:33 T:2804  NOTICE: Previous line repeats 1 times.
09:05:33 T:2804  NOTICE: Additional mode: 320x240@ 100.00 - Full Screen
09:05:33 T:2804  NOTICE: Previous line repeats 1 times.
09:05:33 T:2804  NOTICE: Additional mode: 320x240@ 120.00 - Full Screen
09:05:33 T:2804  NOTICE: Previous line repeats 1 times.
09:05:33 T:2804  NOTICE: Additional mode: 400x300@ 60.00 - Full Screen
09:05:33 T:2804  NOTICE: Previous line repeats 1 times.
09:05:33 T:2804  NOTICE: Additional mode: 400x300@ 72.00 - Full Screen
09:05:33 T:2804  NOTICE: Previous line repeats 1 times.
09:05:33 T:2804  NOTICE: Additional mode: 400x300@ 75.00 - Full Screen
09:05:33 T:2804  NOTICE: Previous line repeats 1 times.
09:05:33 T:2804  NOTICE: Additional mode: 400x300@ 85.00 - Full Screen
09:05:33 T:2804  NOTICE: Previous line repeats 1 times.
09:05:33 T:2804  NOTICE: Additional mode: 400x300@ 100.00 - Full Screen
09:05:33 T:2804  NOTICE: Previous line repeats 1 times.
09:05:33 T:2804  NOTICE: Additional mode: 400x300@ 120.00 - Full Screen
09:05:33 T:2804  NOTICE: Previous line repeats 1 times.
09:05:33 T:2804  NOTICE: Additional mode: 512x384@ 60.00 - Full Screen
09:05:33 T:2804  NOTICE: Previous line repeats 1 times.
09:05:33 T:2804  NOTICE: Additional mode: 512x384@ 70.00 - Full Screen
09:05:33 T:2804  NOTICE: Previous line repeats 1 times.
09:05:33 T:2804  NOTICE: Additional mode: 512x384@ 75.00 - Full Screen
09:05:33 T:2804  NOTICE: Previous line repeats 1 times.
09:05:33 T:2804  NOTICE: Additional mode: 512x384@ 85.00 - Full Screen
09:05:33 T:2804  NOTICE: Previous line repeats 1 times.
09:05:33 T:2804  NOTICE: Additional mode: 512x384@ 100.00 - Full Screen
09:05:33 T:2804  NOTICE: Previous line repeats 1 times.
09:05:33 T:2804  NOTICE: Additional mode: 512x384@ 120.00 - Full Screen
09:05:33 T:2804  NOTICE: Previous line repeats 1 times.
09:05:33 T:2804  NOTICE: Additional mode: 640x400@ 70.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 640x480@ 59.94 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 640x480@ 60.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 640x480@ 70.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 640x480@ 73.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 640x480@ 75.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 640x480@ 85.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 640x480@ 100.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 640x480@ 120.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 800x600@ 60.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 800x600@ 72.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 800x600@ 75.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 800x600@ 85.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 800x600@ 100.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 800x600@ 120.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1024x768@ 60.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1024x768@ 70.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1024x768@ 75.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1024x768@ 85.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1024x768@ 100.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1024x768@ 120.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1152x864@ 60.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1152x864@ 75.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1152x864@ 85.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1152x864@ 100.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1280x600@ 60.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1280x720@ 60.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1280x720@ 75.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1280x720@ 85.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1280x720@ 100.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1280x768@ 60.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1280x768@ 75.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1280x768@ 85.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1280x768@ 120.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1280x800@ 60.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1280x800@ 75.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1280x800@ 85.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1280x960@ 60.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1280x960@ 75.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1280x960@ 85.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1280x1024@ 60.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1280x1024@ 75.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1280x1024@ 85.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1360x768@ 60.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1366x768@ 60.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1400x1050@ 60.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1400x1050@ 75.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1400x1050@ 85.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1440x900@ 60.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1440x900@ 75.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1440x900@ 85.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1600x900@ 60.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1600x900@ 75.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1600x900@ 85.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1600x1200@ 60.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1680x1050@ 59.94 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1680x1050@ 60.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 1920x1080@ 60.00 - Full Screen
09:05:33 T:2804  NOTICE: Additional mode: 2048x1152@ 60.00 - Full Screen
09:05:33 T:2804  NOTICE: Checking resolution 15
09:05:34 T:2804  NOTICE: No Joystick name specified, loading default map
09:05:34 T:2804  NOTICE: Previous line repeats 35 times.
09:05:34 T:2804  NOTICE: Running database version Addons16
09:05:34 T:2804  NOTICE: Running database version ViewModes6
09:05:34 T:2804  NOTICE: Running database version Textures13
09:05:34 T:2804  NOTICE: Running database version MyMusic46
09:05:34 T:2804  NOTICE: Running database version MyVideos78
09:05:34 T:2804  NOTICE: Running database version TV22
09:05:34 T:2804  NOTICE: Running database version Epg7
09:05:34 T:2804 WARNING: JSONRPC: Could not parse type "GUI.Property.Value"
09:05:34 T:2804 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
09:05:34 T:6260  NOTICE: Thread LanguageInvoker start, auto delete: false
09:05:34 T:2804  NOTICE: Previous line repeats 6 times.
09:05:34 T:2804  NOTICE: CApplication::UpdateLibraries - Starting video library startup scan
09:05:34 T:6700  NOTICE: Thread VideoInfoScanner start, auto delete: false
09:05:34 T:2804  NOTICE: initialize done
09:05:34 T:5400  NOTICE: Thread LanguageInvoker start, auto delete: false
09:05:34 T:6260  NOTICE: -->Python Interpreter Initialized<--
09:05:34 T:2804  NOTICE: Running the application...
09:05:34 T:1772  NOTICE: Thread JobWorker start, auto delete: true
09:05:34 T:5616  NOTICE: Thread LanguageInvoker start, auto delete: false
09:05:34 T:2804  NOTICE: Webserver: Starting...
09:05:34 T:2804  NOTICE: WebServer: Started the webserver
09:05:34 T:2804  NOTICE: starting upnp server
09:05:34 T:5280  NOTICE: -->Python Interpreter Initialized<--
09:05:34 T:6412  NOTICE: -->Python Interpreter Initialized<--
09:05:34 T:5736  NOTICE: -->Python Interpreter Initialized<--
09:05:34 T:1768  NOTICE: -->Python Interpreter Initialized<--
09:05:34 T:6324  NOTICE: -->Python Interpreter Initialized<--
09:05:34 T:5828  NOTICE: -->Python Interpreter Initialized<--
09:05:34 T:5400  NOTICE: -->Python Interpreter Initialized<--
09:05:34 T:2804  NOTICE: ES: Starting event server
09:05:34 T:5364  NOTICE: Thread EventServer start, auto delete: false
09:05:34 T:5364  NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
09:05:34 T:5364  NOTICE: UDP: Listening on port 9777
09:05:34 T:7020  NOTICE: Thread TCPServer start, auto delete: false
09:05:34 T:6700  NOTICE: VideoInfoScanner: Starting scan ..
09:05:34 T:5320  NOTICE: Thread JobWorker start, auto delete: true
09:05:35 T:5828  NOTICE: script.tv.show.next.aired: ### TV Show - Next Aired starting background proc (6.0.11)
09:05:35 T:5320   ERROR: CDVDDemuxFFmpeg::Open - error probing input format, smb://192.168.178.4/S/Movies/Need for Speed (2014).mkv
09:05:35 T:1768  NOTICE: RCB Service: Start
09:05:35 T:1768  NOTICE: RCB Service: launch RCB on startup =
09:05:35 T:1768  NOTICE: RCB Service: scrape games on startup = false
09:05:35 T:1768  NOTICE: RCB Service: Done
09:05:35 T:5616  NOTICE: -->Python Interpreter Initialized<--
09:05:35 T:2252  NOTICE: Thread AlarmClock start, auto delete: false
09:05:35 T:5400  NOTICE:  StorageServer Module loaded RUN
09:05:35 T:5400  NOTICE: StorageClient-2.5.4 Starting server
09:05:35 T:5320   ERROR: CDVDDemuxFFmpeg::Open - error probing input format, smb://192.168.178.4/S/Movies/Rio Reihe/Rio 2 - Dschungelfieber (2014).mkv
09:05:37 T:5828  NOTICE: script.tv.show.next.aired: ### starting data update
09:05:37 T:5828  NOTICE: script.tv.show.next.aired: ### getting series & episode info for #253350 - Anger Management
09:05:38 T:5828  NOTICE: script.tv.show.next.aired: ### getting series & episode info for #257655 - Arrow
09:05:38 T:5828  NOTICE: script.tv.show.next.aired: ### getting series info for #264030 - Avengers (2013)
09:05:39 T:6700  NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:04
09:05:39 T:1772   ERROR: CDVDDemuxFFmpeg::Open - error probing input format, smb://192.168.178.4/S/Movies/Need for Speed (2014).mkv
09:05:39 T:5828  NOTICE: script.tv.show.next.aired: ### getting series info for #81189 - Breaking Bad
09:05:39 T:1772   ERROR: CDVDDemuxFFmpeg::Open - error probing input format, smb://192.168.178.4/S/Movies/Rio Reihe/Rio 2 - Dschungelfieber (2014).mkv
09:05:39 T:5828  NOTICE: script.tv.show.next.aired: ### getting series info for #73800 - Desperate Housewives
09:05:39 T:5828  NOTICE: script.tv.show.next.aired: ### getting series & episode info for #78804 - Doctor Who (2005)
09:05:40 T:5828  NOTICE: script.tv.show.next.aired: ### getting series info for #73871 - Futurama
09:05:41 T:5828  NOTICE: script.tv.show.next.aired: ### getting series info for #121361 - Game of Thrones
09:05:41 T:5828  NOTICE: script.tv.show.next.aired: ### getting series info for #263365 - Marvel's Agents of S.H.I.E.L.D.
09:05:41 T:5828  NOTICE: script.tv.show.next.aired: ### getting series info for #80379 - The Big Bang Theory
09:05:42 T:5828  NOTICE: script.tv.show.next.aired: ### getting series info for #82283 - True Blood
09:05:42 T:5828  NOTICE: script.tv.show.next.aired: ### getting series & episode info for #264492 - Under the Dome
09:05:43 T:5828  NOTICE: script.tv.show.next.aired: ### getting series info for #84676 - Warehouse 13
09:05:43 T:5828  NOTICE: script.tv.show.next.aired: ### data update finished
09:05:45 T:2804  NOTICE: Storing total System Uptime
09:05:45 T:2804  NOTICE: Saving settings
09:05:45 T:2804  NOTICE: stop all
09:05:45 T:2804  NOTICE: stop player
09:05:45 T:2804  NOTICE: ES: Stopping event server
09:05:45 T:2804  NOTICE: stopping upnp
09:05:45 T:2804  NOTICE: Webserver: Stopping...
09:05:45 T:2804  NOTICE: WebServer: Stopped the webserver
09:05:45 T:2804  NOTICE: Webserver: Stopped...
09:05:45 T:5364  NOTICE: ES: UDP Event server stopped
09:05:45 T:2804  NOTICE: stop sap announcement listener
09:05:45 T:2804  NOTICE: clean cached files!
09:05:45 T:2804  NOTICE: unload skin
09:05:46 T:6260 WARNING: CPythonInvoker(0, C:\Users\Dennis\AppData\Roaming\XBMC\addons\script.cu.lrclyrics\default.py): the python script "C:\Users\Dennis\AppData\Roaming\XBMC\addons\script.cu.lrclyrics\default.py" has left several classes in memory that we couldn't clean up. The classes include: class PythonBindings::XBMCAddon_xbmc_Player_Director,class PythonBindings::XBMCAddon_xbmc_Monitor_Director
09:05:46 T:5280 WARNING: CPythonInvoker(2, C:\Users\Dennis\AppData\Roaming\XBMC\addons\service.skin.widgets\default.py): the python script "C:\Users\Dennis\AppData\Roaming\XBMC\addons\service.skin.widgets\default.py" has left several classes in memory that we couldn't clean up. The classes include: class XBMCAddon::xbmcgui::Window,class PythonBindings::XBMCAddon_xbmc_Player_Director,class PythonBindings::XBMCAddon_xbmc_Monitor_Director
09:05:46 T:5400  NOTICE: StorageServer-2.5.4 Closed down
09:05:46 T:6412 WARNING: CPythonInvoker(3, C:\Users\Dennis\AppData\Roaming\XBMC\addons\service.library.data.provider\service.py): the python script "C:\Users\Dennis\AppData\Roaming\XBMC\addons\service.library.data.provider\service.py" has left several classes in memory that we couldn't clean up. The classes include: class XBMCAddon::xbmcgui::Window,class PythonBindings::XBMCAddon_xbmc_Monitor_Director,class PythonBindings::XBMCAddon_xbmc_Player_Director
09:05:47 T:5828  NOTICE: script.tv.show.next.aired: ### abort requested -- stopping background processing
09:05:47 T:2804  NOTICE: stopped
09:05:47 T:2804  NOTICE: destroy
09:05:47 T:2804  NOTICE: closing down remote control service
09:05:47 T:2804  NOTICE: unload sections
09:05:47 T:2804  NOTICE: special://profile/ is mapped to: special://masterprofile/
09:05:47 T:2804  NOTICE: destroy
09:05:47 T:2804 WARNING: Attempted to remove window 10013 from the window manager when it didn't exist
09:05:47 T:2804 WARNING: Attempted to remove window 10014 from the window manager when it didn't exist
09:05:47 T:2804 WARNING: Attempted to remove window 10015 from the window manager when it didn't exist
09:05:47 T:2804 WARNING: Attempted to remove window 10016 from the window manager when it didn't exist
09:05:47 T:2804 WARNING: Attempted to remove window 10017 from the window manager when it didn't exist
09:05:47 T:2804 WARNING: Attempted to remove window 10018 from the window manager when it didn't exist
09:05:47 T:2804 WARNING: Attempted to remove window 10019 from the window manager when it didn't exist
09:05:47 T:2804 WARNING: Attempted to remove window 10021 from the window manager when it didn't exist
09:05:47 T:2804 WARNING: Attempted to remove window 10107 from the window manager when it didn't exist
09:05:47 T:2804 WARNING: Attempted to remove window 10115 from the window manager when it didn't exist
09:05:47 T:2804 WARNING: Attempted to remove window 10104 from the window manager when it didn't exist
09:05:47 T:2804  NOTICE: closing down remote control service
09:05:47 T:2804  NOTICE: unload sections
09:05:47 T:2804  NOTICE: application stopped...
Reply
#4
Yeah, it logs normally anyway BUT that is not a debug log (wiki) - also please use xbmclogs or pastebin for logs and post links here.

As to your issue, does it work properly if you turn ON 'Each movie is in a separate folder' ?
Learning Linux the hard way !!
Reply
#5
(2014-08-19, 09:22)black_eagle Wrote: As to your issue, does it work properly if you turn ON 'Each movie is in a separate folder' ?
No. Since i have more than one file in each folder when it's a collection.

Here ist the Debug log:

http://xbmclogs.com/show.php?id=

What i did:
1. Scrape on Start
2. Scrape from Movies
3. Scrape from Sources
4. Scrape the missing file manually (which then worked)


P.s.: I am seeing a lot of errors because corrupted files, i am aware of those.


Found the problem while going through the debug log myself. I noticed that XBMC didn't detect any changes in the folder where the new file landed, even if there was a change. So I double checked my storage pooling software and guess what? The last update turned of sync folder modification! No wonder it didn't work. Changed it, ran a few tests and it works again.

Thx for trying, even if it was my own fault (since it's my extra piece of pain in the ass)
Reply

Logout Mark Read Team Forum Stats Members Help
Gotham 13.2 Recursive scanning not working correctly0