(2024-03-05, 21:42)Karellen Wrote: There are two possible sources for the slash.
1. It is in the nfo file due to incorrect use of the <studio> tag. Not the case here
2. Kodi adds it because you have opted for multiple studios, which is the reason in this case.
Multiple studios breaks studio icons display.
When a movie has multiple studios, the database concatenates all the studios into a single string to pass onto Kodi. The separator between studios is the /.
So you probably think, well then just give me the first studio, not all of them. But the database does not know what skin you are using, and if that skin uses the studios.icon addon, and whether the user has enabled the setting to use the addon. So how do you sort out when to pass only the first studio, and when to pass on the full string?
Remember that not all skins use the icon addon, so Kodi needs to cope with both cases - studios.icon and no studios.icon addon. So some users want all studios listed as shown in the image, others want icons.
There is no easy solution, so it's one or the other.
![Full sized picture Image](https://i.imgur.com/cCDgzO6.jpeg)
I ask if it is possible to get only 1 study from a list of studies (ListItem.Studio) locally. (not with other addons like TMDB Helper)
I downloaded this add-on (Resource Images Studios Colored), but as you already said in the thread, more studios block the display of the icon, I ask since you then added (at least from what I was able to understand) that it is possible to also obtain only the first, as can be done by editing the skin XML files?
I don't know if you're referring to changes in the internal kodi code.
I seem to have understood that it is not possible, but I would just like to be sure, because this post has awakened my attention.
I thought that this addon could manage (or that in Kodi there was the possibility of managing the studios individually), otherwise I can't understand all this work to develop a very useful addon, but extremely limited by the Kodi code, to date almost all the movies present several studios, very few only 1 and in fact for the majority of the movies I have in the library no studio icon is shown.
Thank you very much.