Posts: 560
Joined: Mar 2016
Reputation:
9
Can anyone at least tell me which xml file I will have to edit? Is ViewsPosterLite the correct one?
Posts: 560
Joined: Mar 2016
Reputation:
9
In Aeon MQ6 only posterlite displays video themes. But, thankfully, I like this view.
Posts: 1,617
Joined: May 2014
Reputation:
130
which skin / mod exactly do you want to do this in?
SKIN: Aeon Madnox
RIP Schimi2k, we miss you.
When I grow up I want to be a skilled skinner
Thank me by ⬇ adding to my + reputation
Posts: 560
Joined: Mar 2016
Reputation:
9
SKIN: AEON MQ6.
VIEW: POSTERLITE
"I want the video to be sliding out from behind the poster and to play behind the genre and plot details bar"
Posts: 1,617
Joined: May 2014
Reputation:
130
Angelinas beat me to it, thanks buddy.
Each view has to have a videowindow command like Angelinas has shown you, I guess posterlite already has it either in Myvideonav.xml or the xml for the view itself?. You would need to id all the view id's (posterlitle seems to be 69) and then add them all into Myvideonav.xml with the different positions / dimensions and correct id in the Control.IsVisible, then you should get them in the other views.
But Angelinas did say you'd need to remove all view "videowindow", so you either leave as is and put the videowindow in each view or remove them and build them all into Myvideonav.xml
SKIN: Aeon Madnox
RIP Schimi2k, we miss you.
When I grow up I want to be a skilled skinner
Thank me by ⬇ adding to my + reputation
Posts: 560
Joined: Mar 2016
Reputation:
9
2016-06-02, 05:22
(This post was last modified: 2016-06-02, 05:24 by VikkiXavier.)
Thanks for the help guys, but it isn't working. Been trying since yesterday. Now I am using showcase view, the ID of which is 66. So I replaced 69 with 66 after copying the entire code Angelinas kindly shared with me to 'ViewShowCase.xml'. Also tried doing the same in MyVideNav.xml. Still it doesn't work. The video is not showing up. I can just hear the audio.
Posts: 80
Joined: Sep 2015
Reputation:
0
Hi guys, I am using AEON MQ5 at the moment and I am trying to get my trailers that I have added to my movies folder to play in the fanart screen, but all my trailers play only in the background on the whole screen, is there a way that I can get the trailers to play in the fanart box or a small box like above ?
Many thanks
Ziggy
Posts: 560
Joined: Mar 2016
Reputation:
9
If you're using showcase view like I am using, then add this to the MyVideoNav.xml file:
<control type="videowindow">
<left>224</left>
<top>26</top>
<width>832</width>
<height>468</height>
<visible>Control.IsVisible(66)</visible>
</control>