Release plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners
@jurialmunkey 
This is great!... although i can't make it work yet. I've follow your instructions but after the video info dialog closes and the custom window is open it stays there without doing nothing. This is my custom window code...
xml:
<?xml version="1.0" encoding="UTF-8"?>
<window type="window" id="1140">
    <defaultcontrol always="true">9999</defaultcontrol>
    <controls>
        <control type="group">
                <include>FanartFade</include>
            <control type="image">
                <include>FullscreenDimensions</include>
                <colordiffuse>$VAR[BG.GlobalColor]</colordiffuse>
                <texture background="true">special://skin/extras/backgrounds/SKINDEFAULT.jpg</texture>
            </control>
            <control type="image">
                <include>FullscreenDimensions</include>
                <texture background="true">windows/bg/bg_vignette.png</texture>
            </control>
            <control type="image">
                <include>FullscreenDimensions</include>
                <texture background="true">windows/bg/bg_overlay.png</texture>
            </control>
        </control>
        <control type="list" id="9999">
            <include>HiddenListContainer</include>
            <content target="videos">$INFO[Window(Home).Property(TMDbHelper.Path.Current)]</content>
        </control>
    </controls>
</window>

and i am running the script from an <onright/> tag like this...
xml:
<onright condition="!String.IsEmpty(ListItem.CastAndRole)">RunScript(plugin.video.themoviedb.helper,add_path=$INFO[ListItem.FolderPath],call_auto=1140)</onright>

EDIT: Also i notice that the $INFO[Window(Home).Property(TMDbHelper.Path.Current] is filled with the ListItem.FileNameAndPath of the item that the video info dialog was open.

What am i doing wrong?
Reply


Messages In This Thread
RE: TheMovieDB Helper - by jurialmunkey - 2019-07-31, 11:47
RE: plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners - by nessus - 2020-01-03, 13:48
Logout Mark Read Team Forum Stats Members Help
plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners2