Good evening everyone -

I have a question (actually 2). I'm trying to get actor or cast images to load and I'm not having much success.

I'm using Media Center Master and it puts a URL to the image in both the movie.xml and <movie title>.nfo file

For example, in movie.xml it has -

Code:
<Person>
	<Name>Haruka Ayase</Name>
	<Type>Actor</Type>
	<Role>Cyborg</Role>
	<Image>https://image.tmdb.org/t/p/w300_and_h450_bestv2/oUfDmm4jJ03Vs58Ys64f1E219Ix.jpg</Image>
</Person>
And in <movie title>.nfo file it has -

Code:
<actor>
	<name>Haruka Ayase</name>
	<role>Cyborg</role>
	<thumb>https://image.tmdb.org/t/p/w300_and_h450_bestv2/oUfDmm4jJ03Vs58Ys64f1E219Ix.jpg</thumb>
</actor>
Mezzmo is just displaying the normal generic heads with actor name below it.

Any idea how to get these actor images to display?

Second, will there ever be a Mezzmo 7?

Thanks.

Jim