mysql issue frodo cannot set content
#1
Hi I am having an issue with Frodo and mysql.
I seem to be unable to set the content type in xbmc when adding for example tv shows. I have attached a debug log. If you require any more info let me know Smile

debug

cheers in advance
Reply
#2
Hi anzerman...

Have you by chance found an answer to this problem you had?

I'm having the same issue...
Reply
#3
Code:
<advancedsettings>
           <videodatabase>
                  <type>mysql</type>
                   <host>192.168.1.5</host>
                   <port>3306</port>
                   <user>xbmc</user>
                   <pass>xbmc</pass>
                    <name>frodo</name>
              </videodatabase>

<name>frodo</name>(unless you had a DB called frodo in eden) remove this and try again. Your naming your DB Frodo and it cant find it, if you your not using profiles in XBMC, this is pointless. If your trying to update your DB from Eden to frodo and you changed the name of the db to eden, then you have to keep the same db name in frodo if you want Frodo to migrate the db. If you left it default in eden (MyVideos65.db) then you have to remove the <name> tag.
Image

If my replies help you, please click on my reputation Image below :) thanks :)
Reply
#4
if you installed mysql 5.6, uninstall it and reinstall with 5.5, there is an incompatibility with 5.6 and the music database (a trac ticket is already reported for this)
Reply

Logout Mark Read Team Forum Stats Members Help
mysql issue frodo cannot set content0