Bug Premiere date disappears in video info dialog
#1
I've notice that when I call up the video info dialog I can see the year or premiere date but as soon as the movie and studio logos load, the date disappears. All the rest of the meta information in the dialog shows up fine. I've been tinkering on and off for months trying to figure it out. Anybody else having this issue? Theres a jpg below to illustrate what I'm talking about.

Image
Reply
#2
Same here.
Reply
#3
easy. just go to AppData\Local\Packages\XBMCFoundation\LocalCache\Roaming\Kodi\addons\skin.titan\1080i

open DialogVideoInfo.xml with Notepad, find "premiere" and replace the <label>....</label> with:

<label>$INFO[ListItem.Premiered]</label>

or

<label>$INFO[ListItem.Year]</label>
Reply
#4
Worked:

Image
Reply
#5
Just seeing this now... I feel like I was overthinking it. Thank you, irafihggnaba, for solving the mystery.
Reply
#6
2nd Solution is to delete this line in IncludesVariables.xml
(dialog info use that var and seems that skinhelper code is not up to date)

works for Krypton and Leia

xml:

<value condition="!String.IsEmpty(Window(Home).Property(Skinhelper.Listitem.Premiered)) + [String.IsEqual(ListItem.TvShowTitle, ListItem.Title) | String.IsEmpty(ListItem.TvShowTitle)]">$INFO[Window(Home).Property(Skinhelper.Listitem.Premiered.formatted)]</value>

Skins |  Titan M O D   •   S W A N (WIP)
Reply

Logout Mark Read Team Forum Stats Members Help
Premiere date disappears in video info dialog0