2018-07-10, 10:31
(2018-07-09, 22:36)zombieagain Wrote: Hi, I saw that this MOD added tmdb ratings for movies and tvdb ratings for shows, very nice! I did find an issue. When going to the list of the episodes for a show, the footer would erroneously show the tmdb icon (without any rating), instead of the tvdb rating, like in the shows list.yepp, thanks, had done some updates yesterday to seperate TVDB/TMdb and IMdb, you can choose now via skinsetting. But its still in progress. BUT THANKS TO BRING THAT UP, I WILL RECHECK
I fixed it in the IncludeFooter.xml modifying the visibility conditions:
for shows:
xml:<!-- TV SHOW IMDB & TVdb Rating-->
<control type="group">
<visible>!String.IsEmpty(Control.GetLabel(414783)) + !String.StartsWith(Control.GetLabel(414783),songrating) + Skin.HasSetting(IMDBRatingInFooter) + [String.IsEqual(ListItem.DBTYPE,tvshow) | String.IsEqual(ListItem.DBTYPE,episode)]</visible>
for movies:
xml:<!-- IMDB rating -->
<control type="group">
<visible>!String.IsEmpty(Control.GetLabel(414783)) + !String.StartsWith(Control.GetLabel(414783),songrating) + Skin.HasSetting(IMDBRatingInFooter) + !String.IsEqual(ListItem.DBTYPE,tvshow) + !String.IsEqual(ListItem.DBTYPE,episode)</
https://streamable.com/atz6a