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


- anoobie - 2009-05-15 21:36

Only One Haze Wrote:thanks a lot



how were u able to get 2 rows of flags?? i wanted to try something like that myself but couldnt get it to work, and also...howd u go about getting the PG-13 to show up, was also gonna give that a looksee

just create another include in mediaflags.xml and change the y position like this
Code:
    <include name="Furniture_PanelMediaFlagsVarsMpaa">
        <posy>404</posy>
        <width>90</width>
        <height>59</height>
        <include>Animation_CommonFade</include>
        <visible>Control.IsVisible(52)</visible>        
    </include>
    
    <include name="Furniture_PanelMediaFlagsVars">
        <posy>359</posy>
        <width>90</width>
        <height>59</height>
        <include>Animation_CommonFade</include>
        <visible>Control.IsVisible(52)</visible>        
    </include>

and use that include for another row of flags

pg-13 stuff are images I created. To get them to show up use this <visible>substring(listitem.mpaa,pg-13)</visible> for image control.


- anoobie - 2009-05-15 21:37

another funky design

[Image: screenshot026.png]


- Only One Haze - 2009-05-16 01:01

anoobie Wrote:just create another include in mediaflags.xml and change the y position like this

and use that include for another row of flags

pg-13 stuff are images I created. To get them to show up use this <visible>substring(listitem.mpaa,pg-13)</visible> for image control.

ahhhhh, thanks man. would u mind sharin those ratings images? and how do you stop it from showin multiple ratings on top of each other?


- anoobie - 2009-05-16 07:09

Only One Haze Wrote:ahhhhh, thanks man. would u mind sharin those ratings images? and how do you stop it from showin multiple ratings on top of each other?

Hey man, just uploaded the images in the first post. It won't show multiple ratings if you use <visible> control for each one.


- whitedwarf88 - 2009-05-16 14:42

I read the thread twice an didn't find an answer to a problem I'm having, basically in that I can't get my trailers to play when I press 'down', going into the info page and manually hitting the 'trailer' button plays the trailer fine, but nothing in the modded Multiplex view; I press down and the screen goes black for a second then resets to 'Press down to see trailer'

Can anyone help? Thanks!


- Only One Haze - 2009-05-16 15:18

anoobie Wrote:Hey man, just uploaded the images in the first post. It won't show multiple ratings if you use <visible> control for each one.

thanks for that man, some of my ratings are listed as Rated R for.... or whatever rating for whatever reason. guess i need to trim that down

edit, got it workin just had to edit a few .nfos thank you sir!
[Image: screenshot012.jpg]


- Walhalla - 2009-05-16 20:33

is it possible to get the lines that were changed in this mod? As i allready patched the newest Viewtype_Multiplex.xml with various mods. The prob is i cant get the version from april so i can not compare it with the modded version.


- Only One Haze - 2009-05-16 20:48

i dont know the line numbers as i have done several different things as well.


- Ayla - 2009-05-16 21:00

anoobie Wrote:another funky design

[Image: screenshot026.png]

anoobie, when are you going to post some of those great looking MOD's from the last couple of pages? Smile

I really want to have a (very) large poster view!

Thanks,


- henrikyo - 2009-05-17 06:47

anyone know how u edit the xml to fit this viewtype
http://img152.imageshack.us/img152/8175/screenshot000.png

instead of just slideshowing pictures it would be awesome if that layout could play a trailer aswell, its thumb/art mode. and the person behind the layout is here

http://forum.xbmc.org/showthread.php?tid=50032

if anyone know what kind of code needs to be implemented to let that window play a trailer aswell, it would been so much appreciated