I seem to be having a database issue when updating to frodo from eden. I am running mysql ver. 5.1.56 I believe and use thumbnail path substitution at the moment. When I install frodo fresh or over the top of the old version it does not seem to recognize my old database. Database is working fine right now with all machines running eden. It makes the database folders but does not populate them, so I think permissions are ok in mysql? Here are copies of my sources.xml, advancedsettings.xml, and xbmc.log files, sorry if cut and paste is not the proper way to add these files.
Sources.xml
<sources>
<programs>
<default pathversion="1"></default>
</programs>
<video>
<default pathversion="1"></default>
<source>
<name>Movies</name>
<path pathversion="1">smb://10.10.10.142/media/Movies/</path>
</source>
<source>
<name>TV_Shows</name>
<path pathversion="1">smb://10.10.10.142/media/TV_Shows/</path>
</source>
</video>
<music>
<default pathversion="1"></default>
<source>
<name>Music</name>
<path pathversion="1">smb://10.10.10.142/media/Music/</path>
</source>
</music>
<pictures>
<default pathversion="1"></default>
</pictures>
<files>
<default pathversion="1"></default>
<source>
<name>media</name>
<path pathversion="1">smb://TOWER/media/</path>
</source>
<source>
<name>E on JER</name>
<path pathversion="1">smb://JER-MAIN/E/</path>
</source>
</files>
</sources>
advancedsettings.xml
<advancedsettings>
<useddsfanart>false</useddsfanart>
<videolibrary>
<cleanonupdate>false</cleanonupdate>
<hideallitems>true</hideallitems>
<recentlyaddeditems>50</recentlyaddeditems> <!-- number of recently added items. Defaults to 25 -->
</videolibrary>
<gui>
<algorithmdirtyregions>1</algorithmdirtyregions>
</gui>
<video>
<timeseekforward>30</timeseekforward> <!-- Time to seek forward in seconds when doing a short seek. Defaults to 30. -->
<timeseekbackward>-20</timeseekbackward> <!-- Time to seek backward in seconds when doing a short seek. Defaults to -30. -->
<timeseekforwardbig>600</timeseekforwardbig> <!-- Time to seek forward in seconds when doing a long seek. Defaults to 600 (10 minutes). -->
<timeseekbackwardbig>-300</timeseekbackwardbig> <!-- Time to seek backward in seconds when doing a long seek. Defaults to -600 (10 minutes). -->
</video>
<videodatabase>
<type>mysql</type>
<host>10.10.10.142</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>10.10.10.142</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
</musicdatabase>
<pathsubstitution>
<substitute>
<from>special://masterprofile/Thumbnails/</from>
<to>smb://10.10.10.142/media/xbmc/thumbnails/</to>
</substitute>
</pathsubstitution>
</advancedsettings>
and here is the link to the xbmc.log file
http://www.xbmclogs.com/show.php?id=8215
I see the database errors in the xbmc.log file, but not sure what they are telling me, any help would be appreciated.
Sources.xml
<sources>
<programs>
<default pathversion="1"></default>
</programs>
<video>
<default pathversion="1"></default>
<source>
<name>Movies</name>
<path pathversion="1">smb://10.10.10.142/media/Movies/</path>
</source>
<source>
<name>TV_Shows</name>
<path pathversion="1">smb://10.10.10.142/media/TV_Shows/</path>
</source>
</video>
<music>
<default pathversion="1"></default>
<source>
<name>Music</name>
<path pathversion="1">smb://10.10.10.142/media/Music/</path>
</source>
</music>
<pictures>
<default pathversion="1"></default>
</pictures>
<files>
<default pathversion="1"></default>
<source>
<name>media</name>
<path pathversion="1">smb://TOWER/media/</path>
</source>
<source>
<name>E on JER</name>
<path pathversion="1">smb://JER-MAIN/E/</path>
</source>
</files>
</sources>
advancedsettings.xml
<advancedsettings>
<useddsfanart>false</useddsfanart>
<videolibrary>
<cleanonupdate>false</cleanonupdate>
<hideallitems>true</hideallitems>
<recentlyaddeditems>50</recentlyaddeditems> <!-- number of recently added items. Defaults to 25 -->
</videolibrary>
<gui>
<algorithmdirtyregions>1</algorithmdirtyregions>
</gui>
<video>
<timeseekforward>30</timeseekforward> <!-- Time to seek forward in seconds when doing a short seek. Defaults to 30. -->
<timeseekbackward>-20</timeseekbackward> <!-- Time to seek backward in seconds when doing a short seek. Defaults to -30. -->
<timeseekforwardbig>600</timeseekforwardbig> <!-- Time to seek forward in seconds when doing a long seek. Defaults to 600 (10 minutes). -->
<timeseekbackwardbig>-300</timeseekbackwardbig> <!-- Time to seek backward in seconds when doing a long seek. Defaults to -600 (10 minutes). -->
</video>
<videodatabase>
<type>mysql</type>
<host>10.10.10.142</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>10.10.10.142</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
</musicdatabase>
<pathsubstitution>
<substitute>
<from>special://masterprofile/Thumbnails/</from>
<to>smb://10.10.10.142/media/xbmc/thumbnails/</to>
</substitute>
</pathsubstitution>
</advancedsettings>
and here is the link to the xbmc.log file
http://www.xbmclogs.com/show.php?id=8215
I see the database errors in the xbmc.log file, but not sure what they are telling me, any help would be appreciated.