• 1
  • 47
  • 48
  • 49(current)
  • 50
  • 51
  • 133
Mod Aeon MQ 8 Multi-Mod
I thought I had this characterart problem fixed. I looked at it again today and this time I think it is good to go. Try this before the next update...open ViewRightList.xml and find ↓
xml:

<!-- Movie/TV Characterart -->
<control type="image" id="98768">
<visible>!ListItem.IsCollection</visible>
<left>1100</left>
<top>280</top>
<width>550</width>
<height>550</height>
<fadetime>1000</fadetime>
<aspectratio aligny="bottom">keep</aspectratio>
<texture background="true" fallback="empty.png">$INFO[Container(5927).ListItem.Label]</texture>
<visible>!Control.HasFocus(9915) + Skin.String(actress_characterart,characterart)</visible>
</control>
Replace with this ↓
xml:

<!-- Movie/TV Characterart -->
<control type="image" id="98768">
<left>1100</left>
<top>280</top>
<width>550</width>
<height>550</height>
<fadetime>1000</fadetime>
<aspectratio aligny="bottom">keep</aspectratio>
<texture background="true" fallback="empty.png">$INFO[Container(5927).ListItem.Label]</texture>
<visible>!Control.HasFocus(9915) + Skin.String(actress_characterart,characterart) + !ListItem.IsCollection + ![Container(51).OnNext | Container(51).OnPrevious]</visible>
</control>

@"chrissix"
For now I'm going to leave in the code for the characterart folder. I've tried and tried like you have, but it just will not cooperate.
Reply
@Tarek89
@"chrissix"
I just added the "ORIGINAL FONT IN VIEWS" to the Right List view. Sorry, I forgot all about this request. I'm glad it was brought up again because it alerted me to the "SLIM LIST" option in MQ 8 that was never implemented in MQ 7 all the way back to Krypton. However, it is now. I also adjusted the position of the video title for "ORIGINAL FONT IN VIEWS" and added watched/percent played flags in the Right List View for "ORIGINAL FONT IN VIEWS" and "SLIM LIST".

@Ruk12345
You're welcome! Haha...sure, I can look at making a Star Wars menu bar for MQ 8.
Reply
@latts9923 
Hi 
tomorrow I get a new shield 2019, so I have to start form scratch. Which updates I have to install, to be up to date ? All of them ?
Reply
@Amjak
All you need is the main Multi-Mod from the first post.
Reply
(2019-12-29, 01:06)latts9923 Wrote: I thought I had this characterart problem fixed. I looked at it again today and this time I think it is good to go. Try this before the next update...open ViewRightList.xml and find ↓
xml:

<!-- Movie/TV Characterart -->
<control type="image" id="98768">
<visible>!ListItem.IsCollection</visible>
<left>1100</left>
<top>280</top>
<width>550</width>
<height>550</height>
<fadetime>1000</fadetime>
<aspectratio aligny="bottom">keep</aspectratio>
<texture background="true" fallback="empty.png">$INFO[Container(5927).ListItem.Label]</texture>
<visible>!Control.HasFocus(9915) + Skin.String(actress_characterart,characterart)</visible>
</control>
Replace with this ↓
xml:

<!-- Movie/TV Characterart -->
<control type="image" id="98768">
<left>1100</left>
<top>280</top>
<width>550</width>
<height>550</height>
<fadetime>1000</fadetime>
<aspectratio aligny="bottom">keep</aspectratio>
<texture background="true" fallback="empty.png">$INFO[Container(5927).ListItem.Label]</texture>
<visible>!Control.HasFocus(9915) + Skin.String(actress_characterart,characterart) + !ListItem.IsCollection + ![Container(51).OnNext | Container(51).OnPrevious]</visible>
</control>
 

it worked ! Good job !
And a happy new year to all of you
Reply
@latts9923
I noticed that the "standard fanart" is no longer displayed for music.

edit: How is it with the disc for movie sets in the "RightViewList"? I have the problem when I add a new film to a set that the new disc is not shown to me.

Sorry for Google Translate
Reply
@latts9923
A bug Maybe?

Hello in general settings, between use fade effect to open and close Windows and Pulse pause Label. There is no text to read. So what should it be for text?

/Bruce_Banner
Reply
(2019-12-28, 19:26)Amjak Wrote: Ok. So I live with that. Doing this with more than 730 movies and let's say 450 of them don't have characterart, will be a pain.
My DB is about 2300 Movies with about 300 movies characterarts in the folders. Sure the 2000 times copy an folder with an empty 1x1 pixel characterart in it was once a time 1 hour work.
The biggest challenge would be that you don't copy into movies where a folder with a "real" character art already exist  Rofl

The issue with the fading out issue you mentioned is only on the folder system.
On AEON Tajo Skin never had the folder system, since implementation it offers only the (newer) artwork type system.
@latts9923 implemented at first my first revision of the folder system in the Aeon MQ 7-8 Mods, and then afterwards the artwork type system (with code snippets from @manfeed AEON Tajo Skin) and now supporting both.
Reply
(2019-12-30, 20:06)chrissix Wrote:
(2019-12-28, 19:26)Amjak Wrote: Ok. So I live with that. Doing this with more than 730 movies and let's say 450 of them don't have characterart, will be a pain.
My DB is about 2300 Movies with about 300 movies characterarts in the folders. Sure the 2000 times copy an folder with an empty 1x1 pixel characterart in it was once a time 1 hour work.
The biggest challenge would be that you don't copy into movies where a folder with a "real" character art already exist  Rofl

The issue with the fading out issue you mentioned is only on the folder system.
On AEON Tajo Skin never had the folder system, since implementation it offers only the (newer) artwork type system.
@latts9923 implemented at first my first revision of the folder system in the Aeon MQ 7-8 Mods, and then afterwards the artwork type system (with code snippets from @manfeed AEON Tajo Skin) and now supporting both. 

Ah ok now I understand it, thanks for your explanation, it's all good now for me, with that code latts posted. I love your characterart and actress art, I wished they could be activated both the same time, but I understand that some people think,  it's to much.
Reply
@Bruce_Banner
That's the new "CHANGE PAUSE SCREEN" button. I just noticed that it wasn't displaying the text correctly. If you find "id=7706" in SkinSettings.xml and change the label # to 32546 that should fix it until I get a new update out.
Reply
@ra77
I am able to reproduce the problem...I'll take a look at the music fanart. I'll take a look at the sets for the Right List view as well. If you have the discart for the movie it should display.
Reply
(2019-12-31, 14:35)latts9923 Wrote: @ra77
I am able to reproduce the problem...I'll take a look at the music fanart. I'll take a look at the sets for the Right List view as well. If you have the discart for the movie it should display.

@latts9923 

Thanks for your Work. Happy new year to everyone here.
Reply
(2019-12-31, 14:35)latts9923 Wrote: @ra77
I am able to reproduce the problem...I'll take a look at the music fanart. I'll take a look at the sets for the Right List view as well. If you have the discart for the movie it should display.
Not sure if it's related, but since UGing to Artwork Slideshow 3.0 I had to switch from Slideshow+Viewing to Artwork+Viewing to allow the visualizer to show in front of the artwork.  Looking at the developer's own Estuary Mod, he has a setting to switch the order of each front/back.
Reply
(2019-12-31, 14:32)latts9923 Wrote: @Bruce_Banner
That's the new "CHANGE PAUSE SCREEN" button. I just noticed that it wasn't displaying the text correctly. If you find "id=7706" in SkinSettings.xml and change the label # to 32546 that should fix it until I get a new update out.
Thanks. It was easy to find. So now it's fixed.
Happy new year 2020.
Reply
@Bruce_Banner
You're welcome! Happy New Year!
Reply
  • 1
  • 47
  • 48
  • 49(current)
  • 50
  • 51
  • 133

Logout Mark Read Team Forum Stats Members Help
Aeon MQ 8 Multi-Mod10