Update Library on Startup Failing (Frodo)
#2
Hello,

Hoping someone can jump in an offer some advice and thoughts. I'm still having problems with my updating library at start-up functionality with the latest FR2 build.

To summarize, my file server is an SMB file server and has not changed between XBMC 11 and XBMC 12. Historically the update library at start-up functionality worked without problem (in V11) however since upgrading the function doesn't appear to work.

What's strange is that as soon as XBMC has started, if I initialize a manual update of the library it works fine without error, its just at start-up this functionality seems to fail.

A debug log (level 3) shows the following:

--- [ snip ] ---

13:24:53 T:1048 NOTICE: CApplication::UpdateLibraries - Starting video library startup scan
13:24:53 T:1048 NOTICE: CApplication::UpdateLibraries - Starting music library startup scan
13:24:53 T:1524 NOTICE: Thread CVideoInfoScanner start, auto delete: false
13:24:53 T:1048 DEBUG: ADDON: Starting service addons.
13:24:53 T:1048 NOTICE: initialize done
13:24:53 T:1048 NOTICE: Running the application...
13:24:53 T:1048 DEBUG: CApplication::ExecuteXBMCAction : Translating ReplaceWindow(Home)
13:24:53 T:1048 DEBUG: CApplication::ExecuteXBMCAction : To ReplaceWindow(Home)
13:24:53 T:3764 NOTICE: Thread CMusicInfoScanner start, auto delete: false
13:24:53 T:1048 DEBUG: Activating window ID: 10000
13:24:53 T:3764 DEBUG: CAnnouncementManager - Announcement: OnScanStarted from xbmc
13:24:53 T:3764 DEBUG: GOT ANNOUNCEMENT, type: 32, from xbmc, message OnScanStarted
13:24:53 T:1048 DEBUG: ------ Window Deinit (Startup.xml) ------
13:24:53 T:1048 DEBUG: ------ Window Init (Home.xml) ------
13:24:53 T:1048 INFO: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
13:24:53 T:3232 NOTICE: Thread Jobworker start, auto delete: true
13:24:53 T:3232 DEBUG: CRecentlyAddedJob::UpdateMusic() - Running RecentlyAdded home screen update
13:24:53 T:1048 DEBUG: XBPython:Tonguerocess - no profile autoexec.py (C:\Program Files\XBMC\portable_data\userdata\autoexec.py) found, skipping
13:24:53 T:1048 DEBUG: CNetwork::NetworkMessage - Starting network services
13:24:53 T:1048 NOTICE: ES: Starting event server
13:24:53 T:1048 INFO: JSONRPC Server: Successfully initialized
13:24:53 T:3956 NOTICE: Thread CEventServer start, auto delete: false
13:24:53 T:1048 DEBUG: CLastfmScrobbler: Clearing session.
13:24:53 T:3956 NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
13:24:53 T:1048 DEBUG: CLibrefmScrobbler: Clearing session.
13:24:53 T:2748 NOTICE: Thread CTCPServer start, auto delete: false
13:24:53 T:1048 DEBUG: ------ Window Init (DialogExtendedProgressBar.xml) ------
13:24:53 T:3956 NOTICE: UDP: Listening on port 9777
13:24:53 T:3764 DEBUG: MUSIC_INFO::CMusicInfoScanner:Tonguerocess - Starting scan
13:24:53 T:1524 NOTICE: VideoInfoScanner: Starting scan ..
13:24:53 T:1524 DEBUG: CAnnouncementManager - Announcement: OnScanStarted from xbmc
13:24:53 T:1524 DEBUG: GOT ANNOUNCEMENT, type: 16, from xbmc, message OnScanStarted
13:24:53 T:3816 NOTICE: Thread CMusicInfoScanner start, auto delete: false
13:24:53 T:3816 DEBUG: Thread CMusicInfoScanner 3816 terminating
13:24:53 T:3764 DEBUG: MUSIC_INFO::CMusicInfoScanner:Tonguerocess - Finished scan
13:24:53 T:3764 NOTICE: My Music: Scanning for music info using worker thread, operation took 00:00
13:24:53 T:3764 DEBUG: CAnnouncementManager - Announcement: OnScanFinished from xbmc
13:24:53 T:3764 DEBUG: GOT ANNOUNCEMENT, type: 32, from xbmc, message OnScanFinished
13:24:53 T:1524 WARNING: VIDEO::CVideoInfoScanner:Tonguerocess directory 'smb://192.168.150.1/media/Videos/Movies/' does not exist - skipping scan and clean.
13:24:53 T:3764 DEBUG: Thread CMusicInfoScanner 3764 terminating
13:24:53 T:1524 WARNING: VIDEO::CVideoInfoScanner:Tonguerocess directory 'smb://xbmc:[email protected]/media/Videos/Movies/General Movies/' does not exist - skipping scan and clean.
13:24:53 T:1524 WARNING: VIDEO::CVideoInfoScanner:Tonguerocess directory 'smb://xbmc:[email protected]/media/Videos/Movies/Kids Movies/' does not exist - skipping scan and clean.
13:24:53 T:1524 WARNING: VIDEO::CVideoInfoScanner:Tonguerocess directory 'smb://xbmc:[email protected]/media/Videos/Movies/Misc Movies/' does not exist - skipping scan and clean.
13:24:53 T:1524 WARNING: VIDEO::CVideoInfoScanner:Tonguerocess directory 'smb://xbmc:[email protected]/media/Videos/Television/Television Shows/' does not exist - skipping scan and clean.
13:24:53 T:3232 DEBUG: GetRecentlyAddedAlbumSongs() query: SELECT songview.* FROM (SELECT idAlbum FROM albumview ORDER BY idAlbum DESC LIMIT 10) AS recentalbums JOIN songview ON songview.idAlbum=recentalbums.idAlbum
13:24:53 T:1524 WARNING: VIDEO::CVideoInfoScanner:Tonguerocess directory 'smb://xbmc:[email protected]/media/Videos/Television/Television Shows/24/' does not exist - skipping scan and clean.
13:24:53 T:3232 DEBUG: CMusicDatabase::GetRecentlyAddedAlbums query: select * from albumview where strAlbum != '' order by idAlbum desc limit 10
13:24:53 T:3232 DEBUG: CRecentlyAddedJob::UpdateVideos() - Running RecentlyAdded home screen update
13:24:53 T:3700 DEBUG: CRemoteControl::Connect - failed to connect
13:24:53 T:3700 INFO: CRemoteControl:Tonguerocess - failed to connect to irss, will keep retrying every 5 seconds
13:24:53 T:1524 NOTICE: CVideoDatabase::CleanDatabase: Starting videodatabase cleanup ..
13:24:53 T:1524 DEBUG: CAnnouncementManager - Announcement: OnCleanStarted from xbmc


--- [ snip ] ---

Thanks in advance for any help that can be offered...

Regards,
Jon
Reply


Messages In This Thread
RE: Update Library on Startup Failing (Frodo) - RC2 still having problems - by b69ca - 2012-12-24, 20:40
Logout Mark Read Team Forum Stats Members Help
Update Library on Startup Failing (Frodo)0