• 1
  • 13
  • 14
  • 15(current)
  • 16
  • 17
  • 52
Release VideoExtras Addon
capfuturo - thanks, I've done all sets 1-4 and it's still the same - I see the 'extras' button, but once clicked i don't get the detailed extras list. I'll see if i can get any help over at xperience.
@Pete1989: no worries. if it is still the same, please try posting here again a debug log of your latest set up but please provide a log with both, XBMC and VideoExtras' debug logging turned on (you can find this in VideoExtras Configuration Pane under 'Advanced' menu). The debug log you provided earlier was not captured with VideoExtras debugging on for what I can tell, and therefore there is no info to work with really, only guessing. A complete and accurate feedback could reveal what's been missing.
Best,

capfuturo


"The world must learn to work together, or finally it will not work at all" - General Eisenhower
I have a bunch of TV Shows that have extras... so I put them in a folder called "Extras"...
Using Confluence skin
When I view my tv show, all of the extras simply appear in the list comingled with the regular episodes. I've gone through the wiki, but really not sure what I am supposed to be seeing or how to get it setup correctly.

Thoughts on how I can fix this?
(2014-03-03, 07:55)john_es Wrote: I have a bunch of TV Shows that have extras... so I put them in a folder called "Extras"...
Using Confluence skin
When I view my tv show, all of the extras simply appear in the list comingled with the regular episodes. I've gone through the wiki, but really not sure what I am supposed to be seeing or how to get it setup correctly.

Thoughts on how I can fix this?

Before you ran the scraper to read in all your TV Shows you needed to have the exclude list set:

http://wiki.xbmc.org/index.php?title=Add...Exclusions

Rob
I can't get my videoextras to work. I modified the DialogVideoInfo.xml and the advancedsettings.xml files as specified in the wiki. The extras folder is named correctly, and of course, the addon is enabled. I'm using Confluence to simplify my troubleshooting, but after a scan, I can't even tell the addon is doing anything. My extras are still misidentified as movies, and there is no extra button on the Info page.

Does anyone have a step-by-step guide or something? Apparently, being a software developer myself isn't helping me follow the wiki. lol

Thanks for any assistance.
(2014-03-09, 08:07)bek1 Wrote: I can't get my videoextras to work. I modified the DialogVideoInfo.xml and the advancedsettings.xml files as specified in the wiki. The extras folder is named correctly, and of course, the addon is enabled. I'm using Confluence to simplify my troubleshooting, but after a scan, I can't even tell the addon is doing anything. My extras are still misidentified as movies, and there is no extra button on the Info page.

Does anyone have a step-by-step guide or something? Apparently, being a software developer myself isn't helping me follow the wiki. lol

Thanks for any assistance.

If you already have them "scanned in as movies" via the scraper, you will need to clear them from the DB and re-run the scraper AFTER editting the advancedsettings.xml (See post just before your one).

Being a software developer, what would be the first thing you ask a customer for if they have a problem? Big Grin - maybe a log file?

The wiki should cover most things for setup I believe - but anyone is able to update it if then believe it should be added to.

Rob
(2014-03-09, 08:18)rob_webset Wrote: If you already have them "scanned in as movies" via the scraper, you will need to clear them from the DB and re-run the scraper AFTER editting the advancedsettings.xml (See post just before your one).

Yep, I made sure to do that.

(2014-03-09, 08:18)rob_webset Wrote: Being a software developer, what would be the first thing you ask a customer for if they have a problem? Big Grin - maybe a log file?

The wiki should cover most things for setup I believe - but anyone is able to update it if then believe it should be added to.

Rob

Probably so. Smile I will beat on it a little more. Hate to burden you guys with my log file unless I have to. Thanks for responding, Rob.
@bek1: providing a log file would be less of a burden for all (and your current DialogVideoInfo.xml). Thanks.
Best,

capfuturo


"The world must learn to work together, or finally it will not work at all" - General Eisenhower
Hi All,

It's been a while since the last change, as requested under:

https://code.google.com/p/robwebset/issues/detail?id=37

I have now added support for DVD Image directories, please feel free to try out the patch and let me know how you get on

https://robwebset.googlecode.com/svn-his...default.py

Rob
(2014-03-09, 13:40)capfuturo Wrote: @bek1: providing a log file would be less of a burden for all (and your current DialogVideoInfo.xml). Thanks.

@bek1: ...and remember that for some Windows versions, XBMC has two \userdata\ folders. The correct one to put the advancedsettings.xml file in is not the one in Program Files, but in %appdata%\XBMC\userdata\ (within user folder) Otherwise the settings won't be taken place and you will see all your extras scanned by XBMC as main videos.
Tang, Cap, thank you for trying to help me.

My XBMC does only have read access to my files. Not sure if that's a problem or not. Here is my xbmc.log file (videoextras logging enabled). Hope I did this right:

http://xbmclogs.com/show.php?id=147655

I also moved my advancedsettings.xml file to here, as Tang suggested:

C:\Users\xbmc\AppData\Roaming\XBMC\userdata

I'm testing with the movie Unbreakable, because I have extras for it. All these extras show up as the movie "E.T." normally, but after moving my advancedsettings.xml file, the false "E.T." entries no longer show up. I don't see any way to access my extras, though. I checked the Info screen and there is only an extra button for the trailer.

Yaaah! Progress... going through my log file, I see it at least recognized my advancedsettings.xml file... kudos to you for that, Tang.
Looks like there is a problem accessing your NAS?

Several errors like:

Code:
17:12:59 T:2072   ERROR: CDVDDemuxFFmpeg::Open - Error, could not open file smb://DISKSTATION/NAS/Video/Movies/Dead Man Walking (1995)/Dead Man Walking (1995).mp4

Absolutely nothing being logged by videoextras at the moment. (Don't forget you need system wide logging AND videoextras logging enabled)

Rob
Yeah, I had two bad files, both fixed now. Let me try the log again. (Complete noob here.) Thanks, Rob. Back soon with a new log file.
@bek1: my pleasure! Besides providing a log with the add-on debugging turned as rob_webset specifies, it would be useful to have your DialogVideoInfo.xml, as cap mentioned it to you earlier, to see why the extras button isn't showing up; post a link!
For some reason, the addon isn't e-mailing me a new log file so I've got to figure that out before I can post it, but in the meantime I wanted to go ahead and give you my DialogVideoInfo.xml file. Hope this is readable. The part I added for videoextras is at the VERY bottom.

Code:
<window>
    <onload condition="System.HasAddon(script.videoextras)">
        XBMC.RunScript(script.videoextras,check,"$INFO[ListItem.FilenameAndPath]")</onload>

    <defaultcontrol always="true">8</defaultcontrol>
    <allowoverlay>no</allowoverlay>
    <controls>
        <control type="group">
            <visible>!Window.IsVisible(FileBrowser)</visible>
            <animation effect="slide" start="1100,0" end="0,0" time="400" tween="quadratic" easing="out">WindowOpen</animation>
            <animation effect="slide" start="0,0" end="1100,0" time="400" tween="quadratic" easing="out">WindowClose</animation>
            <control type="image">
                <posx>180</posx>
                <posy>0</posy>
                <width>1100</width>
                <height>720</height>
                <texture border="15,0,0,0" flipx="true">MediaBladeSub.png</texture>
            </control>
            <control type="button">
                <description>Close Window button</description>
                <posx>230</posx>
                <posy>0</posy>
                <width>64</width>
                <height>32</height>
                <label>-</label>
                <font>-</font>
                <onclick>PreviousMenu</onclick>
                <texturefocus>DialogCloseButton-focus.png</texturefocus>
                <texturenofocus>DialogCloseButton.png</texturenofocus>
                <onleft>9000</onleft>
                <onright>9000</onright>
                <onup>9000</onup>
                <ondown>9000</ondown>
                <visible>system.getbool(input.enablemouse)</visible>
            </control>
            <control type="group">
                <animation effect="fade" delay="400" start="0" end="100" time="200">WindowOpen</animation>
                <animation effect="fade" start="100" end="0" time="200">WindowClose</animation>
                <control type="label">
                    <description>header label</description>
                    <posx>210</posx>
                    <posy>40</posy>
                    <width>1030</width>
                    <height>30</height>
                    <font>font24_title</font>
                    <label>$INFO[Listitem.Title]</label>
                    <align>center</align>
                    <aligny>center</aligny>
                    <textcolor>white</textcolor>
                    <shadowcolor>black</shadowcolor>
                </control>
                <control type="grouplist">
                    <description>Media Codec Flagging Images</description>
                    <posx>200</posx>
                    <posy>480</posy>
                    <width>600</width>
                    <align>left</align>
                    <itemgap>2</itemgap>
                    <orientation>horizontal</orientation>
                    <include>VisibleFadeEffect</include>
                    <visible>!Control.IsVisible(50) + [Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible>
                    <include>VideoCodecFlaggingConditions</include>
                    <include>AudioCodecFlaggingConditions</include>
                    <include>AudioChannelsFlaggingConditions</include>
                    <include>AspectCodecFlaggingConditions</include>
                    <include>VideoTypeHackFlaggingConditions</include>
                </control>
                <control type="group">
                    <visible>Control.HasFocus(12)</visible>
                    <posy>90</posy>
                    <posx>387</posx>
                    <include>VisibleFadeEffect</include>
                    <control type="image">
                        <description>Current Fanart image</description>
                        <posx>0</posx>
                        <posy>0</posy>
                        <width>675</width>
                        <height>380</height>
                        <texture background="true">$INFO[ListItem.Art(fanart)]</texture>
                        <bordertexture border="5">button-nofocus.png</bordertexture>
                        <bordersize>4</bordersize>
                        <aspectratio>keep</aspectratio>
                        <visible>!IsEmpty(Listitem.Art(fanart))</visible>
                    </control>
                    <control type="group">
                        <visible>IsEmpty(Listitem.Art(fanart))</visible>
                        <control type="image">
                            <description>No Fanart Back</description>
                            <posx>0</posx>
                            <posy>0</posy>
                            <width>675</width>
                            <height>380</height>
                            <texture>Fanart_Fallback_Small.jpg</texture>
                            <bordertexture border="5">button-nofocus.png</bordertexture>
                            <bordersize>4</bordersize>
                            <aspectratio>stretch</aspectratio>
                            <colordiffuse>99FFFFFF</colordiffuse>
                        </control>
                        <control type="label">
                            <posx>0</posx>
                            <posy>0</posy>
                            <width>675</width>
                            <height>380</height>
                            <font>font30_title</font>
                            <textcolor>white</textcolor>
                            <shadowcolor>black</shadowcolor>
                            <align>center</align>
                            <aligny>center</aligny>
                            <label>31311</label>
                        </control>
                    </control>
                </control>
                <control type="group">
                    <posy>90</posy>
                    <posx>387</posx>
                    <visible>Control.HasFocus(15)</visible>
                    <include>VisibleFadeEffect</include>
                    <control type="image">
                        <description>Border</description>
                        <posx>0</posx>
                        <posy>0</posy>
                        <width>675</width>
                        <height>380</height>
                        <texture border="5">button-nofocus.png</texture>
                    </control>
                    <control type="image">
                        <description>background</description>
                        <posx>5</posx>
                        <posy>5</posy>
                        <width>665</width>
                        <height>370</height>
                        <texture>black-back.png</texture>
                    </control>
                    <control type="label">
                        <posx>0</posx>
                        <posy>0</posy>
                        <width>675</width>
                        <height>380</height>
                        <font>font30_title</font>
                        <textcolor>grey2</textcolor>
                        <shadowcolor>black</shadowcolor>
                        <align>center</align>
                        <aligny>center</aligny>
                        <label>31330</label>
                        <visible>!Player.HasVideo</visible>
                    </control>
                    <control type="videowindow">
                        <description>No Fanart Back</description>
                        <posx>5</posx>
                        <posy>5</posy>
                        <width>665</width>
                        <height>370</height>
                        <visible>Player.HasVideo</visible>
                    </control>
                </control>
                <control type="group">
                    <visible>[!container.content(tvshows) + !container.content(episodes) + !container.content(musicvideos)] + ![Control.HasFocus(12) | Control.HasFocus(15)]</visible>
                    <posy>90</posy>
                    <posx>210</posx>
                    <include>VisibleFadeEffect</include>
                    <control type="image">
                        <posx>0</posx>
                        <posy>0</posy>
                        <width>270</width>
                        <height>380</height>
                        <aspectratio>stretch</aspectratio>
                        <bordertexture border="5">button-nofocus.png</bordertexture>
                        <bordersize>4</bordersize>
                        <texture background="true">$VAR[PosterThumb]</texture>
                    </control>
                    <control type="image">
                        <posx>4</posx>
                        <posy>4</posy>
                        <width>200</width>
                        <height>230</height>
                        <aspectratio>stretch</aspectratio>
                        <texture>GlassOverlay.png</texture>
                        <colordiffuse>AAFFFFFF</colordiffuse>
                    </control>
                    <control type="list" id="49">
                        <posx>290</posx>
                        <posy>20</posy>
                        <width>740</width>
                        <height>330</height>
                        <onleft>49</onleft>
                        <onright>49</onright>
                        <onup>9000</onup>
                        <ondown>61</ondown>
                        <pagecontrol>-</pagecontrol>
                        <scrolltime>200</scrolltime>
                        <itemlayout height="30">
                            <control type="label">
                                <posx>165</posx>
                                <posy>0</posy>
                                <width>160</width>
                                <height>30</height>
                                <font>font13</font>
                                <align>right</align>
                                <aligny>center</aligny>
                                <textcolor>blue</textcolor>
                                <selectedcolor>selected</selectedcolor>
                                <info>ListItem.Label</info>
                            </control>
                            <control type="label">
                                <posx>175</posx>
                                <posy>0</posy>
                                <width>565</width>
                                <height>30</height>
                                <font>font13</font>
                                <align>left</align>
                                <aligny>center</aligny>
                                <textcolor>white</textcolor>
                                <selectedcolor>white</selectedcolor>
                                <info>ListItem.Label2</info>
                            </control>
                        </itemlayout>
                        <focusedlayout height="30">
                            <control type="image">
                                <posx>0</posx>
                                <posy>0</posy>
                                <width>740</width>
                                <height>30</height>
                                <visible>Control.HasFocus(49)</visible>
                                <texture>MenuItemFO.png</texture>
                                <include>VisibleFadeEffect</include>
                            </control>
                            <control type="label">
                                <posx>165</posx>
                                <posy>0</posy>
                                <width>160</width>
                                <height>30</height>
                                <font>font13</font>
                                <align>right</align>
                                <aligny>center</aligny>
                                <textcolor>blue</textcolor>
                                <selectedcolor>selected</selectedcolor>
                                <info>ListItem.Label</info>
                            </control>
                            <control type="label">
                                <posx>175</posx>
                                <posy>0</posy>
                                <width>565</width>
                                <height>30</height>
                                <font>font13</font>
                                <align>left</align>
                                <aligny>center</aligny>
                                <textcolor>white</textcolor>
                                <selectedcolor>white</selectedcolor>
                                <info>ListItem.Label2</info>
                            </control>
                        </focusedlayout>
                        <content>
                            <item>
                                <label>$LOCALIZE[20376]:</label>
                                <label2>$INFO[ListItem.OriginalTitle]</label2>
                                <onclick>noop</onclick>
                                <visible>!IsEmpty(ListItem.OriginalTitle) + !stringcompare(ListItem.OriginalTitle,Listitem.Title)</visible>
                            </item>
                            <item>
                                <label>$LOCALIZE[20339]:</label>
                                <label2>$INFO[ListItem.Director]</label2>
                                <onclick>SendClick(2003,13)</onclick>
                                <visible>!IsEmpty(ListItem.Director)</visible>
                            </item>
                            <item>
                                <label>$LOCALIZE[20417]:</label>
                                <label2>$INFO[ListItem.Writer]</label2>
                                <onclick>noop</onclick>
                                <visible>!IsEmpty(ListItem.Writer)</visible>
                            </item>
                            <item>
                                <label>$LOCALIZE[572]:</label>
                                <label2>$INFO[ListItem.Studio]</label2>
                                <onclick>noop</onclick>
                                <visible>!IsEmpty(ListItem.Studio)</visible>
                            </item>
                            <item>
                                <label>$LOCALIZE[515]:</label>
                                <label2>$INFO[ListItem.Genre]</label2>
                                <onclick>noop</onclick>
                                <visible>!IsEmpty(ListItem.Genre)</visible>
                            </item>
                            <item>
                                <label>$LOCALIZE[562]:</label>
                                <label2>$INFO[ListItem.Year]</label2>
                                <onclick>noop</onclick>
                                <visible>!IsEmpty(ListItem.Year)</visible>
                            </item>
                            <item>
                                <label>$LOCALIZE[2050]:</label>
                                <label2>$INFO[ListItem.Duration] $LOCALIZE[12391]</label2>
                                <onclick>noop</onclick>
                                <visible>!IsEmpty(ListItem.Duration)</visible>
                            </item>
                            <item>
                                <label>$LOCALIZE[563]:</label>
                                <label2>$INFO[ListItem.RatingAndVotes]</label2>
                                <onclick>noop</onclick>
                                <visible>!IsEmpty(ListItem.RatingAndVotes)</visible>
                            </item>
                            <item>
                                <label>$LOCALIZE[202]:</label>
                                <label2>$INFO[ListItem.TagLine]</label2>
                                <onclick>noop</onclick>
                                <visible>!IsEmpty(ListItem.TagLine)</visible>
                            </item>
                            <item>
                                <label>$LOCALIZE[203]:</label>
                                <label2>$INFO[ListItem.PlotOutline]</label2>
                                <onclick>noop</onclick>
                                <visible>!IsEmpty(ListItem.PlotOutline)</visible>
                            </item>
                            <item>
                                <label>$LOCALIZE[20074]:</label>
                                <label2>$INFO[ListItem.mpaa]</label2>
                                <onclick>noop</onclick>
                                <visible>!IsEmpty(ListItem.mpaa)</visible>
                            </item>
                            <item>
                                <label>$LOCALIZE[15311]</label>
                                <label2>$INFO[ListItem.FilenameAndPath]</label2>
                                <onclick>noop</onclick>
                                <visible>!IsEmpty(ListItem.FilenameAndPath)</visible>
                            </item>
                        </content>
                    </control>
                    <control type="image">
                        <posx>290</posx>
                        <posy>370</posy>
                        <width>740</width>
                        <height>4</height>
                        <aspectratio>stretch</aspectratio>
                        <texture>separator.png</texture>
                    </control>
                </control>
                <control type="group">
                    <visible>Container.Content(TVShows) + !Control.HasFocus(12)</visible>
                    <posy>90</posy>
                    <posx>210</posx>
                    <include>VisibleFadeEffect</include>
                    <control type="image">
                        <posx>0</posx>
                        <posy>0</posy>
                        <width>270</width>
                        <height>380</height>
                        <aspectratio>stretch</aspectratio>
                        <bordertexture border="5">button-nofocus.png</bordertexture>
                        <bordersize>4</bordersize>
                        <texture background="true">$VAR[PosterThumb]</texture>
                    </control>
                    <control type="image">
                        <posx>4</posx>
                        <posy>4</posy>
                        <width>200</width>
                        <height>230</height>
                        <aspectratio>stretch</aspectratio>
                        <texture>GlassOverlay.png</texture>
                        <colordiffuse>AAFFFFFF</colordiffuse>
                    </control>
                    <control type="list" id="49">
                        <posx>290</posx>
                        <posy>20</posy>
                        <width>740</width>
                        <height>330</height>
                        <onleft>49</onleft>
                        <onright>49</onright>
                        <onup>9000</onup>
                        <ondown>61</ondown>
                        <pagecontrol>-</pagecontrol>
                        <scrolltime>200</scrolltime>
                        <itemlayout height="30">
                            <control type="label">
                                <posx>165</posx>
                                <posy>0</posy>
                                <width>160</width>
                                <height>30</height>
                                <font>font13</font>
                                <align>right</align>
                                <aligny>center</aligny>
                                <textcolor>blue</textcolor>
                                <selectedcolor>selected</selectedcolor>
                                <info>ListItem.Label</info>
                            </control>
                            <control type="label">
                                <posx>175</posx>
                                <posy>0</posy>
                                <width>565</width>
                                <height>30</height>
                                <font>font13</font>
                                <align>left</align>
                                <aligny>center</aligny>
                                <textcolor>white</textcolor>
                                <selectedcolor>white</selectedcolor>
                                <info>ListItem.Label2</info>
                            </control>
                        </itemlayout>
                        <focusedlayout height="30">
                            <control type="image">
                                <posx>0</posx>
                                <posy>0</posy>
                                <width>740</width>
                                <height>30</height>
                                <visible>Control.HasFocus(49)</visible>
                                <texture>MenuItemFO.png</texture>
                                <include>VisibleFadeEffect</include>
                            </control>
                            <control type="label">
                                <posx>165</posx>
                                <posy>0</posy>
                                <width>160</width>
                                <height>30</height>
                                <font>font13</font>
                                <align>right</align>
                                <aligny>center</aligny>
                                <textcolor>blue</textcolor>
                                <selectedcolor>selected</selectedcolor>
                                <info>ListItem.Label</info>
                            </control>
                            <control type="label">
                                <posx>175</posx>
                                <posy>0</posy>
                                <width>565</width>
                                <height>30</height>
                                <font>font13</font>
                                <align>left</align>
                                <aligny>center</aligny>
                                <textcolor>white</textcolor>
                                <selectedcolor>white</selectedcolor>
                                <info>ListItem.Label2</info>
                            </control>
                        </focusedlayout>
                        <content>
                            <item>
                                <label>$LOCALIZE[20360]:</label>
                                <label2>$INFO[listitem.episode] [COLOR=grey] ($INFO[ListItem.Property(WatchedEpisodes),, $LOCALIZE[16102]] - $INFO[ListItem.Property(UnWatchedEpisodes), , $LOCALIZE[16101]])[/COLOR]</label2>
                                <onclick>noop</onclick>
                                <visible>!IsEmpty(ListItem.Episode)</visible>
                            </item>
                            <item>
                                <label>$LOCALIZE[31322]:</label>
                                <label2>$INFO[ListItem.Premiered]</label2>
                                <onclick>noop</onclick>
                                <visible>!IsEmpty(ListItem.Premiered)</visible>
                            </item>
                            <item>
                                <label>$LOCALIZE[515]:</label>
                                <label2>$INFO[ListItem.Genre]</label2>
                                <onclick>noop</onclick>
                                <visible>!IsEmpty(ListItem.Genre)</visible>
                            </item>
                            <item>
                                <label>$LOCALIZE[562]:</label>
                                <label2>$INFO[ListItem.Year]</label2>
                                <onclick>noop</onclick>
                                <visible>!IsEmpty(ListItem.Year)</visible>
                            </item>
                            <item>
                                <label>$LOCALIZE[563]:</label>
                                <label2>$INFO[ListItem.Rating]</label2>
                                <onclick>noop</onclick>
                                <visible>!IsEmpty(ListItem.Rating)</visible>
                            </item>
                            <item>
                                <label>$LOCALIZE[15311]</label>
                                <label2>$INFO[ListItem.FilenameAndPath]</label2>
                                <onclick>noop</onclick>
                                <visible>!IsEmpty(ListItem.FilenameAndPath)</visible>
                            </item>
                        </content>
                    </control>
                    <control type="image">
                        <posx>290</posx>
                        <posy>370</posy>
                        <width>740</width>
                        <height>4</height>
                        <aspectratio>stretch</aspectratio>
                        <texture>separator.png</texture>
                    </control>
                </control>
                <control type="group">
                    <visible>container.content(episodes) + !Control.HasFocus(12)</visible>
                    <posy>90</posy>
                    <posx>210</posx>
                    <include>VisibleFadeEffect</include>
                    <control type="image">
                        <posx>0</posx>
                        <posy>0</posy>
                        <width>380</width>
                        <height>250</height>
                        <aspectratio aligny="bottom">keep</aspectratio>
                        <bordertexture border="5">button-nofocus.png</bordertexture>
                        <bordersize>4</bordersize>
                        <texture background="true">$INFO[ListItem.Icon]</texture>
                    </control>
                    <control type="image">
                        <posx>0</posx>
                        <posy>250</posy>
                        <width>380</width>
                        <height>250</height>
                        <aspectratio aligny="top">keep</aspectratio>
                        <bordertexture border="5"  flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
                        <bordersize>4</bordersize>
                        <texture background="true" flipy="true" diffuse="diffuse_mirror2.png">$INFO[ListItem.Icon]</texture>
                    </control>
                    <control type="list" id="49">
                        <posx>390</posx>
                        <posy>20</posy>
                        <width>640</width>
                        <height>330</height>
                        <onleft>49</onleft>
                        <onright>49</onright>
                        <onup>9000</onup>
                        <ondown>61</ondown>
                        <pagecontrol>-</pagecontrol>
                        <scrolltime>200</scrolltime>
                        <itemlayout height="30">
                            <control type="label">
                                <posx>165</posx>
                                <posy>0</posy>
                                <width>160</width>
                                <height>30</height>
                                <font>font13</font>
                                <align>right</align>
                                <aligny>center</aligny>
                                <textcolor>blue</textcolor>
                                <selectedcolor>selected</selectedcolor>
                                <info>ListItem.Label</info>
                            </control>
                            <control type="label">
                                <posx>175</posx>
                                <posy>0</posy>
                                <width>465</width>
                                <height>30</height>
                                <font>font13</font>
                                <align>left</align>
                                <aligny>center</aligny>
                                <textcolor>white</textcolor>
                                <selectedcolor>white</selectedcolor>
                                <info>ListItem.Label2</info>
                            </control>
                        </itemlayout>
                        <focusedlayout height="30">
                            <control type="image">
                                <posx>0</posx>
                                <posy>0</posy>
                                <width>640</width>
                                <height>30</height>
                                <visible>Control.HasFocus(49)</visible>
                                <texture>MenuItemFO.png</texture>
                                <include>VisibleFadeEffect</include>
                            </control>
                            <control type="label">
                                <posx>165</posx>
                                <posy>0</posy>
                                <width>160</width>
                                <height>30</height>
                                <font>font13</font>
                                <align>right</align>
                                <aligny>center</aligny>
                                <textcolor>blue</textcolor>
                                <selectedcolor>selected</selectedcolor>
                                <info>ListItem.Label</info>
                            </control>
                            <control type="label">
                                <posx>175</posx>
                                <posy>0</posy>
                                <width>465</width>
                                <height>30</height>
                                <font>font13</font>
                                <align>left</align>
                                <aligny>center</aligny>
                                <textcolor>white</textcolor>
                                <selectedcolor>white</selectedcolor>
                                <info>ListItem.Label2</info>
                            </control>
                        </focusedlayout>
                        <content>
                            <item>
                                <label>$LOCALIZE[20364]:</label>
                                <label2>$INFO[ListItem.TVShowTitle]</label2>
                                <onclick>noop</onclick>
                                <visible>!IsEmpty(ListItem.TVShowTitle)</visible>
                            </item>
                            <item>
                                <label>$LOCALIZE[20373]:</label>
                                <label2>$INFO[ListItem.Season]</label2>
                                <onclick>noop</onclick>
                                <visible>!IsEmpty(ListItem.Season)</visible>
                            </item>
                            <item>
                                <label>$LOCALIZE[20359]:</label>
                                <label2>$INFO[ListItem.Episode]</label2>
                                <onclick>noop</onclick>
                                <visible>!IsEmpty(ListItem.Episode)</visible>
                            </item>
                            <item>
                                <label>$LOCALIZE[31322]:</label>
                                <label2>$INFO[ListItem.Premiered]</label2>
                                <onclick>noop</onclick>
                                <visible>!IsEmpty(ListItem.Premiered)</visible>
                            </item>
                            <item>
                                <label>$LOCALIZE[515]:</label>
                                <label2>$INFO[ListItem.Genre]</label2>
                                <onclick>noop</onclick>
                                <visible>!IsEmpty(ListItem.Genre)</visible>
                            </item>
                            <item>
                                <label>$LOCALIZE[20339]:</label>
                                <label2>$INFO[ListItem.Director]</label2>
                                <onclick>SendClick(2003,13)</onclick>
                                <visible>!IsEmpty(ListItem.Director)</visible>
                            </item>
                            <item>
                                <label>$LOCALIZE[20417]:</label>
                                <label2>$INFO[ListItem.Writer]</label2>
                                <onclick>noop</onclick>
                                <visible>!IsEmpty(ListItem.Writer)</visible>
                            </item>
                            <item>
                                <label>$LOCALIZE[562]:</label>
                                <label2>$INFO[ListItem.Year]</label2>
                                <onclick>noop</onclick>
                                <visible>!IsEmpty(ListItem.Year)</visible>
                            </item>
                            <item>
                                <label>$LOCALIZE[2050]:</label>
                                <label2>$INFO[ListItem.Duration] $LOCALIZE[12391]</label2>
                                <onclick>noop</onclick>
                                <visible>!IsEmpty(ListItem.Duration)</visible>
                            </item>
                            <item>
                                <label>$LOCALIZE[563]:</label>
                                <label2>$INFO[ListItem.Rating]</label2>
                                <onclick>noop</onclick>
                                <visible>!IsEmpty(ListItem.Rating)</visible>
                            </item>
                            <item>
                                <label>$LOCALIZE[15311]</label>
                                <label2>$INFO[ListItem.FilenameAndPath]</label2>
                                <onclick>noop</onclick>
                                <visible>!IsEmpty(ListItem.FilenameAndPath)</visible>
                            </item>
                        </content>
                    </control>
                    <control type="image">
                        <posx>290</posx>
                        <posy>370</posy>
                        <width>740</width>
                        <height>4</height>
                        <aspectratio>stretch</aspectratio>
                        <texture>separator.png</texture>
                    </control>
                </control>
                <control type="group">
                    <visible>container.content(musicvideos) + !Control.HasFocus(12)</visible>
                    <posy>90</posy>
                    <posx>210</posx>
                    <include>VisibleFadeEffect</include>
                    <control type="image">
                        <posx>0</posx>
                        <posy>0</posy>
                        <width>380</width>
                        <height>360</height>
                        <aspectratio>keep</aspectratio>
                        <bordertexture border="5">button-nofocus.png</bordertexture>
                        <bordersize>4</bordersize>
                        <texture background="true">$INFO[ListItem.Icon]</texture>
                    </control>
                    <control type="list" id="49">
                        <posx>390</posx>
                        <posy>20</posy>
                        <width>640</width>
                        <height>330</height>
                        <onleft>49</onleft>
                        <onright>49</onright>
                        <onup>9000</onup>
                        <ondown>61</ondown>
                        <pagecontrol>-</pagecontrol>
                        <scrolltime>200</scrolltime>
                        <itemlayout height="30">
                            <control type="label">
                                <posx>165</posx>
                                <posy>0</posy>
                                <width>160</width>
                                <height>30</height>
                                <font>font13</font>
                                <align>right</align>
                                <aligny>center</aligny>
                                <textcolor>blue</textcolor>
                                <selectedcolor>selected</selectedcolor>
                                <info>ListItem.Label</info>
                            </control>
                            <control type="label">
                                <posx>175</posx>
                                <posy>0</posy>
                                <width>465</width>
                                <height>30</height>
                                <font>font13</font>
                                <align>left</align>
                                <aligny>center</aligny>
                                <textcolor>white</textcolor>
                                <selectedcolor>white</selectedcolor>
                                <info>ListItem.Label2</info>
                            </control>
                        </itemlayout>
                        <focusedlayout height="30">
                            <control type="image">
                                <posx>0</posx>
                                <posy>0</posy>
                                <width>640</width>
                                <height>30</height>
                                <visible>Control.HasFocus(49)</visible>
                                <texture>MenuItemFO.png</texture>
                                <include>VisibleFadeEffect</include>
                            </control>
                            <control type="label">
                                <posx>165</posx>
                                <posy>0</posy>
                                <width>160</width>
                                <height>30</height>
                                <font>font13</font>
                                <align>right</align>
                                <aligny>center</aligny>
                                <textcolor>blue</textcolor>
                                <selectedcolor>selected</selectedcolor>
                                <info>ListItem.Label</info>
                            </control>
                            <control type="label">
                                <posx>175</posx>
                                <posy>0</posy>
                                <width>465</width>
                                <height>30</height>
                                <font>font13</font>
                                <align>left</align>
                                <aligny>center</aligny>
                                <textcolor>white</textcolor>
                                <selectedcolor>white</selectedcolor>
                                <info>ListItem.Label2</info>
                            </control>
                        </focusedlayout>
                        <content>
                            <item>
                                <label>$LOCALIZE[557]:</label>
                                <label2>$INFO[ListItem.Artist]</label2>
                                <onclick>noop</onclick>
                                <visible>!IsEmpty(ListItem.Artist)</visible>
                            </item>
                            <item>
                                <label>$LOCALIZE[558]:</label>
                                <label2>$INFO[ListItem.Album]</label2>
                                <onclick>noop</onclick>
                                <visible>!IsEmpty(ListItem.Album)</visible>
                            </item>
                            <item>
                                <label>$LOCALIZE[515]:</label>
                                <label2>$INFO[ListItem.Genre]</label2>
                                <onclick>noop</onclick>
                                <visible>!IsEmpty(ListItem.Genre)</visible>
                            </item>
                            <item>
                                <label>$LOCALIZE[572]:</label>
                                <label2>$INFO[ListItem.Studio]</label2>
                                <onclick>noop</onclick>
                                <visible>!IsEmpty(ListItem.Studio)</visible>
                            </item>
                            <item>
                                <label>$LOCALIZE[20417]:</label>
                                <label2>$INFO[ListItem.Writer]</label2>
                                <onclick>noop</onclick>
                                <visible>!IsEmpty(ListItem.Writer)</visible>
                            </item>
                            <item>
                                <label>$LOCALIZE[20339]:</label>
                                <label2>$INFO[ListItem.Director]</label2>
                                <onclick>noop</onclick>
                                <visible>!IsEmpty(ListItem.Director)</visible>
                            </item>
                            <item>
                                <label>$LOCALIZE[562]:</label>
                                <label2>$INFO[ListItem.Year]</label2>
                                <onclick>noop</onclick>
                                <visible>!IsEmpty(ListItem.Year)</visible>
                            </item>
                            <item>
                                <label>$LOCALIZE[2050]:</label>
                                <label2>$INFO[ListItem.Duration] $LOCALIZE[12391]</label2>
                                <onclick>noop</onclick>
                                <visible>!IsEmpty(ListItem.Duration)</visible>
                            </item>
                            <item>
                                <label>$LOCALIZE[15311]</label>
                                <label2>$INFO[ListItem.FilenameAndPath]</label2>
                                <onclick>noop</onclick>
                                <visible>!IsEmpty(ListItem.FilenameAndPath)</visible>
                            </item>
                        </content>
                    </control>
                    <control type="image">
                        <posx>390</posx>
                        <posy>370</posy>
                        <width>640</width>
                        <height>4</height>
                        <aspectratio>stretch</aspectratio>
                        <texture>separator.png</texture>
                    </control>
                </control>
                <control type="label">
                    <posx>130r</posx>
                    <posy>480</posy>
                    <width>400</width>
                    <height>30</height>
                    <font>font13_title</font>
                    <textcolor>grey2</textcolor>
                    <shadowcolor>black</shadowcolor>
                    <scroll>true</scroll>
                    <align>right</align>
                    <aligny>center</aligny>
                    <label>[COLOR=blue]$LOCALIZE[207][/COLOR]$INFO[Container(400).CurrentPage, ( $LOCALIZE[31024] ]$INFO[Container(400).NumPages,/, )]</label>
                    <visible>Control.IsVisible(400)</visible>
                </control>
                <control type="label">
                    <posx>130r</posx>
                    <posy>480</posy>
                    <width>400</width>
                    <height>30</height>
                    <font>font13_title</font>
                    <textcolor>grey2</textcolor>
                    <shadowcolor>black</shadowcolor>
                    <scroll>true</scroll>
                    <align>right</align>
                    <aligny>center</aligny>
                    <label>[COLOR=blue]$LOCALIZE[206][/COLOR]$INFO[Container(50).CurrentPage, ( $LOCALIZE[31024] ]$INFO[Container(50).NumPages,/, )]</label>
                    <visible>Control.IsVisible(50)</visible>
                </control>
                <control type="spincontrol" id="61">
                    <description>Next page button</description>
                    <posx>120r</posx>
                    <posy>485</posy>
                    <subtype>page</subtype>
                    <font>-</font>
                    <onleft>61</onleft>
                    <onright>61</onright>
                    <ondown>9000</ondown>
                    <onup>49</onup>
                    <textcolor>-</textcolor>
                    <showonepage>true</showonepage>
                </control>
                <control type="textbox" id="400">
                    <description>Description Value for Movies</description>
                    <posx>210</posx>
                    <posy>515</posy>
                    <width>1030</width>
                    <height>120</height>
                    <font>font12</font>
                    <align>justify</align>
                    <textcolor>white</textcolor>
                    <pagecontrol>61</pagecontrol>
                    <label>$INFO[ListItem.Plot]</label>
                    <autoscroll time="3000" delay="4000" repeat="5000">!Control.HasFocus(61) + Skin.HasSetting(AutoScroll)</autoscroll>
                    <visible>!Control.IsVisible(50)</visible>
                </control>
                <control type="image">
                    <description>Actor image</description>
                    <posx>210</posx>
                    <posy>480</posy>
                    <width>160</width>
                    <height>160</height>
                    <texture>$INFO[Container(50).Listitem.Icon]</texture>
                    <aspectratio>keep</aspectratio>
                    <visible>Control.IsVisible(50)</visible>
                </control>
                <control type="panel" id="50">
                    <posx>380</posx>
                    <posy>520</posy>
                    <width>860</width>
                    <height>120</height>
                    <onleft>9000</onleft>
                    <onright>61</onright>
                    <onup>61</onup>
                    <ondown>9000</ondown>
                    <viewtype label="">list</viewtype>
                    <pagecontrol>61</pagecontrol>
                    <scrolltime>200</scrolltime>
                    <orientation>vertical</orientation>
                    <itemlayout height="40" width="430">
                        <control type="image">
                            <posx>0</posx>
                            <posy>0</posy>
                            <width>430</width>
                            <height>40</height>
                            <texture border="5">button-nofocus.png</texture>
                        </control>
                        <control type="label">
                            <posx>10</posx>
                            <posy>0</posy>
                            <width>410</width>
                            <height>40</height>
                            <font>font12</font>
                            <align>left</align>
                            <aligny>center</aligny>
                            <selectedcolor>white</selectedcolor>
                            <info>ListItem.Label</info>
                        </control>
                    </itemlayout>
                    <focusedlayout height="40" width="430">
                        <control type="image">
                            <posx>0</posx>
                            <posy>0</posy>
                            <width>430</width>
                            <height>40</height>
                            <visible>!Control.HasFocus(50)</visible>
                            <texture border="5">button-nofocus.png</texture>
                        </control>
                        <control type="image">
                            <posx>0</posx>
                            <posy>0</posy>
                            <width>430</width>
                            <height>40</height>
                            <visible>Control.HasFocus(50)</visible>
                            <texture border="5">button-focus2.png</texture>
                        </control>
                        <control type="label">
                            <posx>10</posx>
                            <posy>0</posy>
                            <width>410</width>
                            <height>40</height>
                            <font>font12</font>
                            <align>left</align>
                            <aligny>center</aligny>
                            <selectedcolor>white</selectedcolor>
                            <info>ListItem.Label</info>
                        </control>
                    </focusedlayout>
                </control>
                <control type="grouplist" id="9000">
                    <posx>210</posx>
                    <posy>660</posy>
                    <width>1030</width>
                    <height>40</height>
                    <itemgap>2</itemgap>
                    <align>center</align>
                    <orientation>horizontal</orientation>
                    <onleft>9000</onleft>
                    <onright>9000</onright>
                    <onup>50</onup>
                    <ondown>49</ondown>
                    <control type="togglebutton" id="8">
                        <description>Play/browse to Show</description>
                        <include>ButtonInfoDialogsCommonValues</include>
                        <label>208</label>
                        <alttexturefocus border="2">button-focus.png</alttexturefocus>
                        <alttexturenofocus border="2">button-nofocus.png</alttexturenofocus>
                        <altlabel>1024</altlabel>
                        <usealttexture>Container.Content(TVShows)</usealttexture>
                    </control>
                    <control type="button" id="5">
                        <description>Cast/Review</description>
                        <include>ButtonInfoDialogsCommonValues</include>
                        <label>206</label>
                    </control>
                    <control type="button" id="6">
                        <description>Refresh</description>
                        <include>ButtonInfoDialogsCommonValues</include>
                        <label>184</label>
                    </control>
                    <control type="button" id="10">
                        <description>Get Thumb</description>
                        <include>ButtonInfoDialogsCommonValues</include>
                        <label>13511</label>
                    </control>
                    <control type="button" id="11">
                        <description>Play Trailer</description>
                        <include>ButtonInfoDialogsCommonValues</include>
                        <label>20410</label>
                        <visible>!IsEmpty(ListItem.Trailer) + !Skin.HasSetting(WindowedTrailer)</visible>
                    </control>
                    <control type="button" id="15">
                        <description>Play Trailer Windowed</description>
                        <include>ButtonInfoDialogsCommonValues</include>
                        <label>20410</label>
                        <onclick>PlayMedia($INFO[ListItem.Trailer],1)</onclick>
                        <visible>!IsEmpty(ListItem.Trailer) + Skin.HasSetting(WindowedTrailer)</visible>
                    </control>
                    <control type="button" id="100">
                        <description>Fetch TvTunes stuff</description>
                        <include>ButtonInfoDialogsCommonValues</include>
                        <label>31127</label>
                        <onclick>XBMC.RunScript(script.tvtunes,mode=solo&amp;tvpath=$INFO[ListItem.FilenameAndPath]&amp;tvname=$INFO[ListItem.TVShowTitle])</onclick>
                        <visible>Skin.HasSetting(ActivateTvTunes) + System.HasAddon(script.tvtunes) + Container.Content(TVShows)</visible>
                    </control>
                </control>
            </control>
        </control>

<control type="button" id="105">
    <description>Extras</description>
    <include>ButtonInfoDialogsCommonValues</include>
    <label>Extras</label>
    <onclick>XBMC.RunScript(script.videoextras,display,"$INFO[ListItem.FilenameAndPath]")</onclick>
    <visible>System.HasAddon(script.videoextras)
     + [Container.Content(movies) | Container.Content(episodes) | Container.Content(TVShows)]
     + IsEmpty(Window(movieinformation).Property("HideVideoExtrasButton"))</visible>
</control>

        <include>Clock</include>
    </controls>
</window>

Okay, new log uploaded, but I don't see anything in there about videoextras, either. Crap, I can't figure out what I'm doing wrong. Debugging is enabled in the VideoExtras addon.

http://xbmclogs.com/show.php?id=147684
  • 1
  • 13
  • 14
  • 15(current)
  • 16
  • 17
  • 52

Logout Mark Read Team Forum Stats Members Help
VideoExtras Addon2