OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 1
(2014-12-29, 11:51)Milhouse Wrote: Did the v90 import result in duplicate actors and links? Can you provide details of the duplicate actors/links (see vatious PRs for suitable SQL queries etc.). Cheers.

Hope to be able to look at this myself, but probably not until tomorrow. Tonights build (if it builds) will include PR6020 courtesy of popcornmix and newclock4. You'll need to find the tar file on the FTP server, there's also a build from last night on there.

Indeed, in the context of my limited test, the following query of the v90 DB:

Code:
mysql> select idActor, strActor from actors group by strActor having count(*) >1;

Resulted in:

Code:
+---------+-------------------+
| idActor | strActor          |
+---------+-------------------+
|       3 | David Mitchell    |
|      46 | Douglas O\'Keeffe |
|      21 | Ilana Glazer      |
+---------+-------------------+


Messages In This Thread
RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - by virtuallysafe - 2014-12-29, 12:03
Missing splash video - by Dinos52 - 2015-02-09, 21:02
MVC Support - by woronczak - 2015-03-12, 05:28
Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 112