Setting up Minix X5 mini - SQL database use
#1
I have a problem with the database use. I have included the database lines within the advanced settings file:
<videodatabase>
<type>mysql</type>
<host>10.15.171.121</host>
<port>3306</port>
<user>xmbc</user>
<pass>password</pass>
<name>XMBC_video</name>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>10.15.171.121</host>
<port>3306</port>
<user>xmbc</user>
<pass>password</pass>
<name>XMBC_music</name>
</musicdatabase>

The database was newly created on my NAS (ip 10.15.171.121) that is running a sql database.

After starting up the nas, it created all the database tables, but all movies that supposed to be indexed, are somehow not recognized by the universal scraper (that is running). They receive a "year" 1905 (probably some default) and that is it. No fanart is attached or other info found. When I look in the tables in My sql, there is not a lot in it. Some plugins are apparently written. but the amount of movies is 0.
Reply

Logout Mark Read Team Forum Stats Members Help
Setting up Minix X5 mini - SQL database use0