Posts: 53
Joined: Jul 2016
Reputation:
3
Guilouz any chance you could look at having the option to either show full movie plot or movie outline?
Posts: 16
Joined: Feb 2012
Reputation:
0
Hi,
I have just installed this MOD and have to say thanks! its a great addon......however I have just one thing that I can't seem to get right!
On the TV front page, I have a total of 4 widgets set up in settings, but only see 2 on the main page, if i try to scroll down (As I can do in the Movies one to access 4 widgets) nothing happens?
Can anyone advise what I'm doing wrong please?
Thanks
Dave
Posts: 68
Joined: Sep 2015
Reputation:
2
2016-07-31, 12:59
(This post was last modified: 2016-07-31, 20:48 by ikaruz.)
Hi Guilouz,
have you read my question in post 1351.
a few suggestions:
1. Music Videos: the posters have the wrong size. They must look like in movies. Look default skin.
2. MusicVisualisation.xml: if you change line 85 and 94 (aspectratio) in "keep" and (with) to "498". it's at a 21:9 (widescreen) display monitor correctly
2a: it is possible to at a " if "Total disc Number" ≤ 1" in line 165 for display the disc number ? so if the Album Total Disc ist greater then 1 show "disc1" if ≤ 1 then dont show Text "disc1"
because it make no sense to show the disc number behind Trackname if a Album have only 1 disc
2b: Duration overlaps first and second Next Track (Text) if Track name are long. so i have change line 257-268 to
<control type="label">
<left>30</left>
<bottom>91</bottom>
<width>1858</width>
<height>122</height>
<align>center</align>
<aligny>bottom</aligny>
<label>$INFO[Player.Time]$INFO[Player.Duration, / ]</label>
<font>font12</font>
<shadowcolor>black</shadowcolor>
<textcolor>white</textcolor>
</control>
the only think i dont now how to do, is to bring the <label></label> in foreground
3. Pictures/Customize Submenu/ Set thumbnail <-- think pictures.png is better as default. if you had add more item addtitle.png look like a cemetery :| at the top of Pictures main
EDIT:
Can you test !!! if you change in view_51_poster.xml the line 46-49 and 63-66 is the aspectratio OK ? because at a widescreen, if you scale or stretch, it looks catastrophic
FROM
<top>8</top>
<width>276</width>
<height>394</height>
<aspectratio>scale</aspectratio>
TO
<top>6</top>
<width>276</width>
<height>388</height>
and in myvideonav.xml line 273 from "scale" to "keep" ?
if you have no issue can you change it for us youser with widescreen monitors ?
i example have a resolution 1680x1050 and i think there are a lot of youser with widescreen monitors
so please help us
thanks for your help.
Posts: 514
Joined: Jan 2014
Reputation:
21
Just a heads up in case this hasn't been reported... Widget slide animations don't work when navigating from a custom menu item. If your navigating from a default menu item, say from "Movies" to "TV shows" widget slide animations will trigger, but navigation to/from a custom menu item the widget slide animations don't trigger. Also, widgets disappear periodically during normal navigation from custom menu items. You have to reload the skin in order for the widgets on a custom menu item to appear again. Thanks.