Quantcast
Channel: Kodi Community Forum - Skinning
Viewing all articles
Browse latest Browse all 1818

TMDB Helper - Image gallery broken, and I have not changed a thing

$
0
0
I was running through my changelog and I came across an issue where the actor image thumbs are broken and the title is now corrupted with using the files hashed name.

I haven't done any changes that would affect this, so I did notice multiple changes in TMDB helper and wondering if this was broken in the process.

The panel in question is 20054 and I'm showing 2:

xml:
                <control type="panel" id="20053">
                    <description>Actor's TV Shows</description>
                    <include content="DialogExtraInfo">
                        <param name="visible">Container(9000).HasFocus(100003)</param>
                        <param name="art">$INFO[ListItem.Art(poster)]</param>
                        <param name="labelvisible">true</param>
                    </include>
                    <content>plugin://plugin.video.themoviedb.helper?info=stars_in_tvshows&type=person&tmdb_id=$INFO[ListItem.Property(tmdb_id)]</content>
                </control>
                <control type="panel" id="20054">
                    <description>Actor Image Gallery</description>
                    <include content="DialogExtraInfo">
                        <param name="visible">Container(9000).HasFocus(100004)</param>
                        <param name="art">$INFO[ListItem.Art(poster)]</param>
                    </include>
                    <content>plugin://plugin.video.themoviedb.helper?info=images&type=person&tmdb_id=$INFO[ListItem.Property(tmdb_id)]</content>
                </control>
            </control>

I took the content from 20023 and replaced 20024 and it worked without issue, I have not change a single thing in this code/area, so I assume something is amiss in TMDB helper. I don't know which version I had before I this 6.8.8 update occurred so I could revert and see if it works with what the old version I had.

Video of issue, is it me or did something change that I need to adjust?

http://www.kittmaster.com/imagedump/kodi...Issue.html

Viewing all articles
Browse latest Browse all 1818

Latest Images

Trending Articles



Latest Images