Win Movie Info Screen
#1
Wink 
Hi

Firstly, Loving The Aeon MQ5 Skin.. Big Grin

Ive Been Using The Bello Skin, & In that Skin I Really Like The Look Of The Movie Info Screen

Is it at All Possible To Have Aeon MQ5 Use That Screen?

Thanks
Reply
#2
Anyone Know if this is possible?

Basically I want to know if I can Change This Screen - http://i.imgur.com/YGK9Mma.png

For This One From The Bello Skin - http://i.imgur.com/VnmNGOW.jpg


Thanks
Reply
#3
(2015-05-06, 10:27)Trotter81 Wrote: Anyone Know if this is possible?

Basically I want to know if I can Change This Screen - http://i.imgur.com/YGK9Mma.png

For This One From The Bello Skin - http://i.imgur.com/VnmNGOW.jpg

Of course you can change it. It is file "DialogVideoInfo.xml" but I think you will find it is a lot of effort. From taking a
look at the Bello skin, you need to:

decide if you are going to use script.metadata.actors if you do you need to include the needed skin files for the script (script-Actors-DialogVideoInfo.xml) and fix that file too.

resolve include references (I see at least DialogAnimation)

resolve all $VAR references to variables in IncludesVariables.xml

resolve all <font> references to MQ5 fonts

resolve all image references to MQ5 images

resolve all $LOCALIZE or <label> references in the 31xxx range to MQ5 language labels

Note that this info dialog is used for movies, tv shows, episodes, and concerts (movie videos) so you have to make sure it works for all of these.

I won't be doing it, but you can if you want.

scott s.
.
Reply
#4
(2015-05-06, 23:56)scott967 Wrote:
(2015-05-06, 10:27)Trotter81 Wrote: Anyone Know if this is possible?

Basically I want to know if I can Change This Screen - http://i.imgur.com/YGK9Mma.png

For This One From The Bello Skin - http://i.imgur.com/VnmNGOW.jpg

Of course you can change it. It is file "DialogVideoInfo.xml" but I think you will find it is a lot of effort. From taking a
look at the Bello skin, you need to:

decide if you are going to use script.metadata.actors if you do you need to include the needed skin files for the script (script-Actors-DialogVideoInfo.xml) and fix that file too.

resolve include references (I see at least DialogAnimation)

resolve all $VAR references to variables in IncludesVariables.xml

resolve all <font> references to MQ5 fonts

resolve all image references to MQ5 images

resolve all $LOCALIZE or <label> references in the 31xxx range to MQ5 language labels

Note that this info dialog is used for movies, tv shows, episodes, and concerts (movie videos) so you have to make sure it works for all of these.

I won't be doing it, but you can if you want.

scott s.
.

Hi Scott, Thanks For The Reply

Well that Sounds out of My Depth Sad I was Hoping It was just The "DialogVideoInfo.xml" that needed editing.

Pity, As I Really liked the Bello Info Screen, I Think Its alot Cleaner Looking.


I tried Searching to See if anyone had done any Mods to The MQ5 Info Dialog Screen, But Couldn't Find Any.

As The Info Dialog is used for TV Shows As well, Is there Anyway to Switch It off For ''Just TV Shows'' and Keep it on For Movies?

Thanks.
Reply
#5
It's easy to turn it off for tvshows, just go through DialogVideoInfo.xml and add !Container.Content(tvshows) conditions in the <visible> statements for anything you don't want to see.

A problem with trying to do skin mash-ups is some people and clearart, some people want logos, some people want disc art, multi-fanart, etc so it gets hard to figure out how to make it work well for all options.

scott s.
.
Reply
#6
(2015-05-08, 23:35)scott967 Wrote: It's easy to turn it off for tvshows, just go through DialogVideoInfo.xml and add !Container.Content(tvshows) conditions in the <visible> statements for anything you don't want to see.

scott s.
.

I Must Be doing something wrong,

I have Added !Container.Content(tvshows) Conditions in the <visible> statements and although it does make sections disappear from the VideoDialog screen for TV shows, its Not Actually switching that screen off. In other words its still going to the VideoDialog screen and not directly playing the Episode.
Reply

Logout Mark Read Team Forum Stats Members Help
Movie Info Screen1