Kodi Community Forum
Need help with Studio Icons- coloured - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+--- Thread: Need help with Studio Icons- coloured (/showthread.php?tid=353005)

Pages: 1 2


RE: Need help with Studio Icons- coloured - Karellen - 2020-06-01

(2020-06-01, 10:43)CK77 Wrote: I can send you the database, but it's about 36MB. What's the easiest to get that to you?
zip it and upload to a file hosting site and provide the link. Something like this... https://uploadfiles.io/


RE: Need help with Studio Icons- coloured - Karellen - 2020-06-01

Thanks @CK77

I checked your database for Aquaman and Bumblebee. There seems to be some minor corruption in the data

The studio data is populated in two places -
1. The movie table which is used to display the studio in movie listings and information page
2. The studio_link table which is used to create the studio nodes.

Normally the data in these two tables are matched exactly. For some reason they don't in your database as you can see in the screenshots below. The movie table has one studio and this is why you are able to see the icon, but the studio_link table has multiple studios. I don't know what would cause this.

Aquaman
movie table - 1 studio
Image

studio_link table - multiple studios
Image


Bumblebee
movie table - 1 studio
Image

studio_link table
- multiple studios
Image

You can use this database browser to check your database... https://sqlitebrowser.org/
If you are not confident, make a copy of the database and explore the copy.


RE: Need help with Studio Icons- coloured - CK77 - 2020-06-01

(2020-06-01, 11:44)Karellen Wrote: Thanks @CK77

I checked your database for Aquaman and Bumblebee. There seems to be some minor corruption in the data

The studio data is populated in two places -
1. The movie table which is used to display the studio in movie listings and information page
2. The studio_link table which is used to create the studio nodes.

Normally the data in these two tables are matched exactly. For some reason they don't in your database as you can see in the screenshots below. The movie table has one studio and this is why you are able to see the icon, but the studio_link table has multiple studios. I don't know what would cause this.

Aquaman
movie table - 1 studio
Imagestudio_link table - multiple studios
Image


Bumblebee
movie table - 1 studio
Image
studio_link table - multiple studios
Image

You can use this database browser to check your database... https://sqlitebrowser.org/
If you are not confident, make a copy of the database and explore the copy. 
Thanks for looking into this.
I guess you were right and it must be something the Emby for Kodi addon does.
I don't edit my .nfo files myself normally, i just let Emby do it's thing and then everything shows up in Kodi.

Al least by looking into this i have again a better understanding of how Kodi works and i now know how to look in the Icon files and in the Kodi DB files
I would call that a success!