[MOD] Large Poster in Multiplex View
#1
Hi

I made a small MOD to display a larger poster in the Multiplex view.

I also have the Plot Outline MOD installed.

Screenshot:
Image

Edit Viewtype_Multiplex (for me it's line 423):
Code:
<control type="group">
    <posx>612</posx>
    <posy>18</posy>
    <visible>Skin.HasSetting(multiplexbigthumb)</visible>                
    <control type="image">
        <posx>200</posx>
        <posy>0</posy>
        <width>234</width>
        <height>351</height>
        <texture>common/black.png</texture>
        <colordiffuse>94FFFFFF</colordiffuse>
        <animation effect="fade" start="50" end="50" time="0" condition="!Skin.HasSetting(darkmultiplex)">Conditional</animation>                    
    </control>                
    <control type="multiimage">
        <posx>200</posx>
        <posy>2</posy>
        <width>234</width>
        <height>347</height>
        <aspectratio>scale</aspectratio>
        <fadetime>400</fadetime>
        <timeperimage>4000</timeperimage>                    
        <imagepath>$INFO[Container(52).ListItem.Icon]</imagepath>
    </control>            
</control>

Enjoy Smile
Reply
#2
It might look better in the Plot layout -

Image
Reply
#3
Hitcher Wrote:It might look better in the Plot layout -

Thanks for the suggestion!

I don't know, I kind of like it with just the Plot Outline MOD.

But it's good to have alternatives so people can choose for themselves Smile

I wish I could fit an even bigger poster, I really miss a large poster view (showcase posters are way too small for my liking, but I have no success MOD'ing it).

Regards
Martin
Reply
#4
Hitchers right it does look better in the plot layout, in my oppinion
XBMC Frodo 12 - Windows 7 - Asrock Ion 330HT - Aeon Nox
Reply
#5
Agreed, it does look better in the plot view.

Would this also work when viewing TV shows?
Reply
#6
I didn't post this thread as a vote poll, between the two views Wink

I posted my MOD and appreciate the feedback, I just think that Hitcher should post his in another thread (only thing available right now is a screenshot).

Cheers Smile
Reply
#7
Sorry, I didn't mean to hijack and I only posted a mock up.
Reply
#8
Thanks, I like this much more than the default view! For one, the poster thumbs are way too small in the default, so this allows me to see them bigger, and second, I am not fond of too many fanart files until xbmc supports them off the box.

Thanks
Reply
#9
So you just add the lines you posted after line 423? Or should we be editing something around line 423?

I tried adding the full text you posted to line 423, overwriting nothing, and all that shows up in Multiplex view is two blank boxes where the poster should be.

Thanks.
Reply
#10
nchall Wrote:So you just add the lines you posted after line 423? Or should we be editing something around line 423?

I tried adding the full text you posted to line 423, overwriting nothing, and all that shows up in Multiplex view is two blank boxes where the poster should be.

Thanks.

Sorry for not being clear in the description.

You should overwrite the the same paragraph in the xml file, with my code.

PS. Remember that I use the Plot Outline MOD also, so the line number (423) could be different from yours (!)

Try and find the exact paragraph that I edited in your xml file and overwrite it.
Reply
#11
Ayla Wrote:I didn't post this thread as a vote poll, between the two views Wink

I posted my MOD and appreciate the feedback, I just think that Hitcher should post his in another thread (only thing available right now is a screenshot).

Cheers Smile
no need to get all uptight and snotty we were only saying it looks far more balanced in plot view. if won't listen to peoples oppinions then what's the point of posting your mod?
XBMC Frodo 12 - Windows 7 - Asrock Ion 330HT - Aeon Nox
Reply
#12
Hitcher Wrote:Sorry, I didn't mean to hijack and I only posted a mock up.
As far as i could see you were just trying to help not hijackingSmile
XBMC Frodo 12 - Windows 7 - Asrock Ion 330HT - Aeon Nox
Reply
#13
OK. That worked. I added the same plot mod that you did and overwrote from 423 to 446 with the code you posted, in case anyone else is looking for this.

Thanks.
Reply
#14
paul Wrote:no need to get all uptight and snotty we were only saying it looks far more balanced in plot view. if won't listen to peoples oppinions then what's the point of posting your mod?

I guess you overlooked the smileys paul.

No uptight- and snotty'ness here Smile

I thought Hitcher posted a MOD, not just a mockup, and thought it should have it's own thread. Hitcher didn't take offense.

No hard feelings, cheers from you neighbour in Denmark, and sorry if I sounded rude Smile
Reply
#15
No worries, none taken.
Reply

Logout Mark Read Team Forum Stats Members Help
[MOD] Large Poster in Multiplex View0