2016-06-05, 10:11
2016-06-05, 10:23
2016-06-05, 10:51
see in my mod how look like code,and create youself.
In video dialog and rightlist view
In video dialog and rightlist view
watch gallery
2016-06-06, 05:27
@Angelinas - Hey mate, I have already some changes regarding this, infact - quite a few changes. Can't wait to share with y'all. But there's this thing I am stuck with. How do I replace the text "Path" (in Video Info Window), as you see in the pic below, with "Awards & Noms"?
![Full sized picture Image](http://i.imgur.com/A23vUyW.jpg)
Please help me with this one, my friend. I am stuck here. There's a certain in line number 288 in the DialogVideoInfo.xml that seems to be hiding the text.
I have managed to replace the next line (289) with already. So I need your help with that localize thing.
![Full sized picture Image](http://i.imgur.com/A23vUyW.jpg)
Please help me with this one, my friend. I am stuck here. There's a certain
Code:
<label>$LOCALIZE[573]</label>
I have managed to replace the next line (289)
Code:
<label2>$INFO[ListItem.FilenameAndPath]</label2>
Code:
<label2 fallback="19055">$INFO[Window(Home).Property(SkinHelper.RottenTomatoesAwards)]</label2>