ATV2, MySQL, CRecentlyAddedJob::UpdateMusic() fails, why?
#1
I have written this to advancedsettings.xml:

<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>192.168.1.101</host>
<port>3306</port>
<user>user</user>
<pass>pass</pass>
<name>xbmc_video</name>
</videodatabase>

<pathsubstitution>
<substitute>
<from>special://thumbnails</from>
<to>smb://user:[email protected]/e$/xbmc/thumbnails/</to>
</substitute>
</pathsubstitution>

</advancedsettings>

Every time I try to start XBMC, it goes back to the ATV menu. Whe I remove the advancedsettings it works again.

in the log file the last thing written is this:

18:32:33 T:89731072 M:147034112 DEBUG: Cleanup - Closed bundle
18:32:33 T:137498624 M:147025920 DEBUG: Thread CJobWorker start, auto delete: 1
18:32:33 T:137498624 M:147017728 DEBUG: CRecentlyAddedJob::UpdateMusic() - Running RecentlyAdded home screen update

Why does the "UpdateMusic" function make it crash when I enable MySQL support for VIDEO?
How can I disable this, since I don't even use music?


Also I get these in the log:
18:32:30 T:89731072 M:149520384 ERROR: Create - Error creating /var/mobile/Library/Preferences/XBMC/userdata/Thumbnails/e
18:32:30 T:89731072 M:149520384 ERROR: Create - Error creating special://masterprofile/Thumbnails/e
18:32:30 T:89731072 M:149520384 ERROR: Create - Error( File exists )

Does it try to create the folders for the remote thumbnails at each startup?
Reply
#2
Put the entire log up on pastebin and tell us what version/build of XBMC you are using.
Reply
#3
Platform: Mac OS X (10.4.0 AppleTV2,1). Built on Jun 18 2011 (Git:20110618-eedceeb)

This is without path substitution as I thought I'd take one problem at a time:

http://pastebin.com/3CLhifc5

Also, I can access and write to the DB fine with a Windows version of XBMC, also from June 18th so there shouldn't be any problems with version incompatibilities.

Are their any special settings I need to set up for ATV2 to be able to access MySQL?

I followed this post: http://forum.xbmc.org/showpost.php?p=737...tcount=149
Reply

Logout Mark Read Team Forum Stats Members Help
ATV2, MySQL, CRecentlyAddedJob::UpdateMusic() fails, why?0