Is it possible to get the list of studios separately?



I wonder if it is possible to have the list of studios separated, in order to have a solution like this:

ListItem.Property(Studio.1.Name)

but without using external sources, such as plugin.video.themoviedb.helper

Since you can get the complete studio list separated with “/”, why can’t you get the same studios separately?

ListItem.Studio -> Disney+ / Apple TV+ / …

example: ListItem.Studio.position(1) -> Disney+

Maybe it can be done, but I couldn’t find a way to do it, can anyone help me?

Any help is appreciated, even a clarification, thank you.