Kodi Community Forum

Full Version: Find all items with same genre inside movie details ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello.....

Under dialogvideoinfo, we can click on actors or director to find all movies with the same actor or director.....

But i'm looking for the same result but for genre......

If clicking on genre, we get list of all movies with the same genre ......

Someone got solution ?

using this code inside dialogvideoinfo can't work because i must provide a DBID, but ListItem.Genre is Text 'Drama/Horror" for example....


Code:
<control type="list">
    <posx>50</posx>
    <posy>50</posy>
    <width>415</width>
    <height>200</height>
    <content>videodb://movies/genres/!!!HERE ONLY DBID!!!!</content>
    <itemlayout width="415" height="15">
        <control type="label">
            <label>$INFO[ListItem.Label]</label>
        </control>
    </itemlayout>
    <focusedlayout width="415" height="15">
        <control type="label">
            <label>$INFO[ListItem.Label]</label>
        </control>
    </focusedlayout>
                    
</control>

thanks....

and happy new year to all ;)