Mod Arctic Zephyr: Generations (Jarvis / Leia) [3.4.70 / Coming Soon]
(2016-05-18, 23:03)soflip Wrote: hello,

is there any option to show the "path" for the movie / tvshow file?

thanks

p.s. great work! this is what i was looking for. I was using arctic zephyr but I was missing some features like your implementation of the extendedinfo for movies.

sorry, another question is how to change the color of the plot in the "big icons" view? now is hardly readable, but i don't see the option in the colours section of the skin

thanks!

ps. "color problem" solved. I discovered that "big icons" view is implemented with View_53_Poster.xml and I saw that the color for the plot was "ViewsDetailsHighlightTextColour" and then I was able to change it from the colours section. What I did also was to "add" the year of the movie / tvshow next to the title in the view replacing

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

with

<label>$INFO[ListItem.Label] ($VAR[LabelYear])</label>

in the same View_53_Poster.xml file.

ps2. And now, I also solved the "path problem". In the DialogVideoInfo.xml, inside the "starring" section, I removed it (i think it's duplicated), replacing


<control type="label">
<align>left</align>
<aligny>center</aligny>
<top>-14</top>
<posx>4</posx>
<width>44</width>
<font>symbol</font>
<label></label>
</control>
<control type="label">
<top>0</top>
<width max="1024">auto</width>
<height>34</height>
<font>Small</font>
<aligny>bottom</aligny>
<textcolor>Black700</textcolor>
<label>$VAR[CastList]</label>
</control>

with

<control type="label">
<top>0</top>
<width max="1300">auto</width>
<height>34</height>
<font>Small</font>
<aligny>bottom</aligny>
<align>left</align>
<textcolor>Black700</textcolor>
<scroll>true</scroll>
<label>$INFO[ListItem.FileNameAndPath]</label>
</control>


Now, the skin is perfect! 8-)
Reply


Messages In This Thread
RE: Arctic Zephyr: From Ashes (Jarvis / Krypton) [3.2.10/4.0.00 - Just Updated!] - by soflip - 2016-05-19, 15:47
RE: Arctic Zephyr - by faugusztin - 2016-05-20, 16:40
RE: Arctic Zephyr: From Ashes - by ramin_85 - 2016-06-10, 18:57
126 mb skin? - by licnexus - 2016-07-22, 22:09
Missing Menu? - by park13 - 2016-12-31, 22:11
Random music background - by papayo29 - 2017-01-05, 15:10
Logout Mark Read Team Forum Stats Members Help
Arctic Zephyr: Generations (Jarvis / Leia) [3.4.70 / Coming Soon]7