XBMC Community Forum
[MOD] Multiplex View with Video Window Mod - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Skin Help and Support (/forumdisplay.php?fid=67)
+---- Forum: Aeon (/forumdisplay.php?fid=68)
+---- Thread: [MOD] Multiplex View with Video Window Mod (/showthread.php?tid=49915)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43


- neurosis13 - 2009-05-29 21:32

50 % of my movies dont have any fanart yet,
does anybody know what i have to change if i want
the extrathumbs displayed as slideshow instead of the big poster in the middle?
thanks alot.


- Montellese - 2009-05-30 13:41

Ok I figured out why studio icons didn't work for me.

In the Includes_MediaFlags.xml from anoobie the path to the studio icons is "flags/studios/..." but in normal Aeon Auriga it is just "flags/...". Maybe you can change this. Or is this on purpose? If so you should explain this in your first post where you can download the files so everyone knows he has to move the studio icon files.

Otherwise just replace all "flags/studios/" with "flags/" in that file and it works.


- whitedwarf88 - 2009-05-30 16:31

i have a new problem since updating to the newest mod files, my aeon menus have all 'darkened' significantly, like the contrast has been turned way up all of a sudden and all the fanart and covers all become extremely hard to see . . if i revert to default aeon auriga, it goes back to normal.


- Montellese - 2009-05-30 17:29

Maybe this has to do with the overlay anoobie added to darken the background in Multiplex View. I have already tried to work around the fact, that the upper menu (where you can switch views, turn on/off fanart etc) can hardly be read but I have almost no clue concerning skinning/modding so I didn't make any progress yet.

But all the other views look fine for me.


- curtis-r - 2009-05-30 17:53

Quote:Have you considered using the studio rating flag instead of the text (i.e. "pg-13....), like you did for mod 3?

Ignore above. Someone helped me with it already.


- B-Fir3 - 2009-05-30 18:35

I've got an issue with the 576i icon, see:

[Image: 576i.png]

It's probably an easy fix, could someone help point me in the right direction?


- Ayla - 2009-05-30 19:38

anoobie,

I saw that DJH updated his MultiPlex view on github to use the new "background loader".

It should speed up loading of images / background images etc.

Could you update your MOD's to take advantage of that too?

Thanks Smile


- anoobie - 2009-05-30 22:45

neurosis13 Wrote:50 % of my movies dont have any fanart yet,
does anybody know what i have to change if i want
the extrathumbs displayed as slideshow instead of the big poster in the middle?
thanks alot.

look for this
Code:
<control type="textbox" id="38">
                <visible>IsEmpty(Container(52).listitem.property(fanart_image))</visible>
                <posx>0</posx>
                <posy>20</posy>
                <width>640</width>
                <height>360</height>
                <label>$INFO[ListItem.Plot]</label>
                <autoscroll delay="35000" time="2000" repeat="20000">Skin.HasSetting(allowscroll)</autoscroll>
                <font>Plot</font>
                <textcolor>FFFFFFFF</textcolor>        
                <animation effect="fade" start="100" end="25" time="1000" condition="Player.HasVideo">Conditional</animation>
            </control>

and change it to this
Code:
    <control type="multiimage" id="38">
                <visible>IsEmpty(Container(52).listitem.property(fanart_image))</visible>
                    <posx>0</posx>
                <posy>20</posy>
                <width>640</width>
                <height>360</height>
                    <fadetime>500</fadetime>
                    <timeperimage>3000</timeperimage>
                    <randomize>true</randomize>                    
                    <imagepath diffuse="list/list_episodeicon_mask.png" background="true">$INFO[Container(52).ListItem.Path,,extrathumbs]</imagepath>
                    <bordertexture border="-24">list/list_movieicon_frame.png</bordertexture>    
                </control>



Updated Mod3 with fixes, also included studios flags - anoobie - 2009-05-30 23:16

Montellese Wrote:Ok I figured out why studio icons didn't work for me.

In the Includes_MediaFlags.xml from anoobie the path to the studio icons is "flags/studios/..." but in normal Aeon Auriga it is just "flags/...". Maybe you can change this. Or is this on purpose? If so you should explain this in your first post where you can download the files so everyone knows he has to move the studio icon files.

Otherwise just replace all "flags/studios/" with "flags/" in that file and it works.

I've included studios folder inside the flags folder for your convenience in the latest upload. It is a more comprehensive list of studios than the ones supplied by default.

whitedwarf88 Wrote:i have a new problem since updating to the newest mod files, my aeon menus have all 'darkened' significantly, like the contrast has been turned way up all of a sudden and all the fanart and covers all become extremely hard to see . . if i revert to default aeon auriga, it goes back to normal.

fixed

B-Fir3 Wrote:I've got an issue with the 576i icon, see:

It's probably an easy fix, could someone help point me in the right direction?

fixed

Ayla Wrote:anoobie,

I saw that DJH updated his MultiPlex view on github to use the new "background loader".

It should speed up loading of images / background images etc.

Could you update your MOD's to take advantage of that too?

Thanks Smile

It's been doing that since I first did this mod. You just have to get the latest xbmc to take advantage of it.

Edit: Actually I just took a look again and I only did that to extrathumbs slideshows. I just added background loading to the wraplist so scrolling should now be super smooth. Thanks.


- neurosis13 - 2009-05-31 01:27

thanks anoobie,
now i dont have to worry about missing fanart anymore :

[Image: 84095213.jpg]

[Image: 61596699.jpg]