Plot information for movies...
#48
Ronie,

I have been trying to add the plot information to my movies in Eden Beta 1/2 using the information described in previous posts and not having much success doing so. Here is what I have done.

Before changes to View-Fanart.xml file:
Code:
    <include name="Fanart-Videos_Extras">
        <control type="group">
            <visible>Control.IsVisible(50) + [Container.Content(Movies) | Window.IsVisible(VideoPlaylist)]</visible>
            <include>Window_OpenClose_Visible_FanartInfo_Animation</include>
            <animation effect="slide" end="0,35" time="0" condition="Skin.HasSetting(Enable_Movies_Media_Flags)">Conditional</animation>
            <include condition="Skin.HasSetting(HateTransparency)">T-Underlay14</include>
            <control type="image">
                <posx>0</posx>
                <posy>550</posy>
                <width>875</width>
                <height>158</height>
                <texture border="10">underlay.png</texture>
                <visible>!Skin.HasSetting(Enable_Movies_Media_Flags)</visible>
            </control>
            <include condition="Skin.HasSetting(HateTransparency)">T-Underlay15</include>
            <control type="image">
                <posx>0</posx>
                <posy>550</posy>
                <width>875</width>
                <height>123</height>
                <texture border="10">underlay.png</texture>
                <visible>Skin.HasSetting(Enable_Movies_Media_Flags)</visible>
            </control>
            <control type="label">
                <posx>257</posx>
                <posy>568</posy>
                <width>617</width>
                <height>30</height>
                <font>font-30</font>
                <textcolor>blue</textcolor>
                <shadowcolor>black</shadowcolor>
                <align>left</align>
                <aligny>center</aligny>
                <label>$INFO[ListItem.Title]</label>
            </control>
            <control type="label">
                <posx>257</posx>
                <posy>568</posy>
                <width>617</width>
                <height>30</height>
                <font>font-30</font>
                <textcolor>blue</textcolor>
                <shadowcolor>black</shadowcolor>
                <align>left</align>
                <aligny>center</aligny>
                <label>$INFO[ListItem.label]</label>
                <visible>IsEmpty(ListItem.Title) + !stringcompare(ListItem.Label,..)</visible>
            </control>

The changes I made to View-Fanart.xml file:
Code:
    <include name="Fanart-Videos_Extras">
        <control type="group">
            <visible>Control.IsVisible(50) + [Container.Content(Movies) | Window.IsVisible(VideoPlaylist)]</visible>
            <include>Window_OpenClose_Visible_FanartInfo_Animation</include>
            <animation effect="slide" end="0,35" time="0" condition="Skin.HasSetting(Enable_Movies_Media_Flags)">Conditional</animation>
            <include condition="Skin.HasSetting(HateTransparency)">T-Underlay14</include>
            <control type="image">
                <posx>0</posx>
                <posy>430</posy>
                <width>875</width>
                <height>275</height>
                <texture border="10">underlay.png</texture>
                <visible>!Skin.HasSetting(Enable_Movies_Media_Flags)</visible>
            </control>
            <include condition="Skin.HasSetting(HateTransparency)">T-Underlay15</include>
            <control type="image">
                <posx>0</posx>
                <posy>430</posy>
                <width>875</width>
                <height>240</height>
                <texture border="10">underlay.png</texture>
                <visible>Skin.HasSetting(Enable_Movies_Media_Flags)</visible>
            </control>
            <control type="label">
                <posx>257</posx>
                <posy>448</posy>
                <width>617</width>
                <height>30</height>
                <font>font-30</font>
                <textcolor>blue</textcolor>
                <shadowcolor>black</shadowcolor>
                <align>left</align>
                <aligny>center</aligny>
                <label>$INFO[ListItem.Title]</label>
            </control>
            <control type="label">
                <posx>257</posx>
                <posy>448</posy>
                <width>617</width>
                <height>30</height>
                <font>font-30</font>
                <textcolor>blue</textcolor>
                <shadowcolor>black</shadowcolor>
                <align>left</align>
                <aligny>center</aligny>
                <label>$INFO[ListItem.label]</label>
                <visible>IsEmpty(ListItem.Title) + !stringcompare(ListItem.Label,..)</visible>
            </control>
            <control type="textbox">
                <posx>257</posx>
                <posy>568</posy>
                <width>600</width>
                <height>85</height>
                <font>font-19</font>
                <align>justify</align>
                <textcolor>white</textcolor>
                <shadowcolor>black</shadowcolor>
                <pagecontrol>9999999999</pagecontrol>
                <label>$INFO[ListItem.Plot]</label>
                <autoscroll time="2000" delay="8000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
            </control>

I don't seem to be getting any plot information showing up:
Image

What am I missing?

EDIT: I have been playing around with this a little further and when I replace $INFO[ListItem.Plot] with a hard coded value like "test", I can see the hard coded value show up. It looks like maybe I need to use something other then $INFO[ListItem.Plot].
Kodi 17, Transparency Skin
PogoPlug v4 running Arm Linux 4.4.63 as MySQL (mariadb) server.
Mac OS 10.12.5
2015 27" iMac 3.3 GHz Quad, 16GB RAM, 1TB SSD
2015 13" Macbook Pro, 8GB RAM, 256GB SSD
AppleTV 4 TV OS 10
Reply


Messages In This Thread
Plot information for movies... - by daleybox - 2010-05-05, 02:32
[No subject] - by ronie - 2010-05-05, 21:48
[No subject] - by daleybox - 2010-05-05, 22:59
[No subject] - by ronie - 2010-05-05, 23:32
[No subject] - by daleybox - 2010-05-06, 02:40
[No subject] - by ronie - 2010-05-06, 08:31
[No subject] - by daleybox - 2010-05-06, 13:44
[No subject] - by daleybox - 2010-05-06, 14:15
[No subject] - by ronie - 2010-05-06, 14:21
[No subject] - by ronie - 2010-05-06, 14:25
[No subject] - by daleybox - 2010-05-06, 15:04
[No subject] - by daleybox - 2010-05-07, 01:35
[No subject] - by ronie - 2010-05-07, 02:05
[No subject] - by daleybox - 2010-05-07, 04:10
[No subject] - by ronie - 2010-05-07, 12:17
[No subject] - by daleybox - 2010-05-10, 02:43
[No subject] - by daleybox - 2010-05-12, 15:15
[No subject] - by ronie - 2010-05-12, 15:53
[No subject] - by daleybox - 2010-05-13, 00:03
[No subject] - by daleybox - 2010-05-13, 00:08
[No subject] - by ronie - 2010-05-13, 00:25
[No subject] - by daleybox - 2010-05-13, 01:35
[No subject] - by ronie - 2010-05-13, 01:50
[No subject] - by daleybox - 2010-05-13, 02:55
[No subject] - by ronie - 2010-05-13, 12:03
[No subject] - by luger - 2010-05-13, 14:38
[No subject] - by ronie - 2010-05-13, 15:05
[No subject] - by luger - 2010-05-13, 16:07
[No subject] - by daleybox - 2010-05-15, 02:23
[No subject] - by ronie - 2010-05-15, 02:25
[No subject] - by daleybox - 2010-05-15, 02:33
[No subject] - by ronie - 2010-05-15, 03:27
[No subject] - by daleybox - 2010-05-15, 17:37
[No subject] - by daleybox - 2010-05-16, 21:25
[No subject] - by luger - 2010-07-24, 20:20
[No subject] - by humferier - 2010-07-25, 13:33
[No subject] - by luger - 2010-07-27, 05:17
[No subject] - by jpf55 - 2011-06-04, 22:11
[No subject] - by ronie - 2011-06-04, 22:29
[No subject] - by jpf55 - 2011-06-04, 23:10
[No subject] - by ronie - 2011-06-04, 23:13
[No subject] - by jpf55 - 2011-06-04, 23:32
[No subject] - by jpf55 - 2011-09-12, 19:25
[No subject] - by ronie - 2011-09-12, 23:30
[No subject] - by jpf55 - 2011-09-13, 23:16
[No subject] - by ronie - 2011-09-13, 23:20
[No subject] - by jpf55 - 2011-09-13, 23:22
[No subject] - by winestock - 2012-01-28, 23:39
[No subject] - by ronie - 2012-01-29, 00:07
[No subject] - by winestock - 2012-01-29, 00:08
[No subject] - by ronie - 2012-01-29, 00:22
[No subject] - by winestock - 2012-01-29, 00:35
[No subject] - by ronie - 2012-01-29, 01:03
[No subject] - by winestock - 2012-01-29, 01:31
[No subject] - by ronie - 2012-01-29, 01:48
[No subject] - by winestock - 2012-01-29, 01:56
[No subject] - by ronie - 2012-01-29, 02:05
[No subject] - by winestock - 2012-01-31, 21:16
[No subject] - by ronie - 2012-01-31, 21:23
[No subject] - by berzerker - 2012-02-10, 23:01
[No subject] - by ronie - 2012-02-10, 23:09
[No subject] - by berzerker - 2012-02-10, 23:13
[No subject] - by jpf55 - 2012-03-10, 00:55
RE: Plot information for movies... - by jpf55 - 2012-07-11, 23:44
RE: Plot information for movies... - by argh! - 2012-07-13, 08:10
RE: Plot information for movies... - by jpf55 - 2012-07-15, 20:51
RE: Plot information for movies... - by argh! - 2012-07-16, 05:23
Logout Mark Read Team Forum Stats Members Help
Plot information for movies...0