Danke Don!
So habe ich mir das auch vorgestellt. Scheint wohl am DialogVideoInfo.xml zu liegen. Ich benutze einen modded Confluence.
Es fehlen mir halt die vorhandenen <year>, <country>, <runtime> Einträge von z.B. folgender tvshow.nfo (generiert mit Ember und ergänzt). <title>, <originaltitle>, <episode>, <genre>, <studio> und Pfad werden hingegen korrekt angezeigt:
<?xml version="1.0" encoding="utf-8"?>
<tvshow xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<title>Band of Brothers - Wir waren wie Brüder</title>
<originaltitle>Band of Brothers</originaltitle>
<id>74205</id>
<imdb>tt0185906</imdb>
<tmdb>4613</tmdb>
<language>de-DE</language>
<genre>Krieg</genre>
<year>2001</year>
<country>USA</country>
<studio>HBO</studio>
<plot>(...)</plot>
<runtime>60</runtime>
(...)
Hier mal mein Auszug von entsprechender Stelle der DialogVideoInfo.xml:
<control type="group">
<visible>Container.Content(TVShows) + !Control.HasFocus(12)</visible>
<top>90</top>
<left>210</left>
<include>VisibleFadeEffect</include>
<control type="image">
<left>0</left>
<top>0</top>
<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">
<left>4</left>
<top>4</top>
<width>200</width>
<height>230</height>
<aspectratio>stretch</aspectratio>
<texture>GlassOverlay.png</texture>
<colordiffuse>AAFFFFFF</colordiffuse>
</control>
<control id="49" type="list">
<left>290</left>
<top>20</top>
<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">
<left>5</left>
<top>0</top>
<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">
<left>175</left>
<top>0</top>
<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">
<left>0</left>
<top>0</top>
<width>740</width>
<height>30</height>
<visible>Control.HasFocus(49)</visible>
<texture>MenuItemFO.png</texture>
<include>VisibleFadeEffect</include>
</control>
<control type="label">
<left>5</left>
<top>0</top>
<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">
<left>175</left>
<top>0</top>
<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[20360]:</label>
<label2>$INFO ($INFO[ListItem.Property(WatchedEpisodes),, $LOCALIZE[16102]] - $INFO[ListItem.Property(UnWatchedEpisodes), , $LOCALIZE[16101]])</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Episode)</visible>
</item>
<item>
<label>Genre:</label>
<label2>$INFO[ListItem.Genre]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Genre)</visible>
</item>
<item>
<label>Land:</label>
<label2>$INFO[ListItem.Country]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Country)</visible>
</item>
<item>
<label>Jahr:</label>
<label2>$INFO[ListItem.Year]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Year)</visible>
</item>
<item>
<label>Laufzeit:</label>
<label2>$INFO[ListItem.Duration]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Duration)</visible>
</item>
<item>
<label>Studio:</label>
<label2>$INFO[ListItem.Studio]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Studio)</visible>
</item>
<item>
<label>$LOCALIZE[15311]</label>
<label2>$INFO[ListItem.FilenameAndPath]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.FilenameAndPath)</visible>
</item>
</content>
</control>
Edit: Also ich habe nun noch einiges getestet. Sowohl mit "meinen" tvshow.nfo und Confluence Mod als auch mit Dons "2 broke girls" nfo als Dummy und dem Standard Confluence Skin.
Resultat ist, dass <year>, <country>, <runtime>, <status>, <premiered> NICHT angezeigt wird in der DialogVideoInfo, <title>, <originaltitle>, <episode>, <genre>, <studio> hingegen schon.
Bin absolut ratlos, any ideas?