Kodi Community Forum

Full Version: [MOD] MediaStream_Redux MOD Pack
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 44 45 46 47 48 49
SlaveUnit Wrote:Anything you are looking for from Jezz-X's you can just request in here..

i already did Wink

i'm interested the most in the plot scrolling fix.
Yeah my mod is a little different in that it's really the full skin. I'm working on adding Jezz's new changes right now, give me a little bit.
*** UPDATE ***
New version up on Github, check the first post for all the changes.
The new version has been uploaded to the xbmc-xbox-skins repository.
Thanks!
Aenima99x Wrote:*** UPDATE ***
New version up on Github, check the first post for all the changes.

thank you! Wink
Yeah! And the spanish one again!
Made some fixes and 0.9.5 update.

EDIT: --Old archive--
Thank you both. The Greek & Spanish sting files have been added.
Quick Mod - Ken Burns type of effect for the Home Screen (lastest ver. from github)

Open up Includes.xml & insert this at line 15

PHP Code:
        <include name="KenBurns_Background">
    <
animation effect="zoom" start="110" end="130" center="auto" time="25000" tween="cubic" easing="inout" condition="Window.IsActive(Home) + !Skin.HasSetting(homepageKB)" pulse="true">Conditional</animation>
    <
animation effect="slide" start="-10,-10" end="20,20" time="9000" tween="cubic" easing="inout" condition="Window.IsActive(Home) + !Skin.HasSetting(homepageKB)" pulse="true">Conditional</animation>
    </include> 

Next open up Home.xml & insert this at lines 7 & 20

PHP Code:
            <include>KenBurns_Background</include> 

Next open up custom_SkinSetting_1111.xml & insert this at line 919

PHP Code:
                    <control type="radiobutton" id="208">
                        <
description>Ken burns</description>
                        <
width>750</width>
                        <
height>40</height>
                        <
font>font13</font>
                        <
textcolor>grey2</textcolor>
                        <
focusedcolor>white</focusedcolor>
                        <
label>Enable Ken burns effect</label>
                        <
onclick>Skin.ToggleSetting(homepageKB)</onclick>
                        <
selected>!Skin.HasSetting(homepageKB)</selected>
                        <
texturefocus>MenuItemFO.png</texturefocus>
                        <
texturenofocus>MenuItemNF.png</texturenofocus>
                    </
control

Job Done.

I tried it with movie & music fanart but it was to offputting!
Nice mod but as Jezz_x said....seasick is a commin!

Aenima99x...tossing it in as an option?
I've applied the mod (xbox @ pal 16:9) but the effect is far from smooth...
There is almost no performance impact, so that's great. But the background moves kont of static. When easing in and easing out it feels like the image is moved ten pixels left...ten pixels up .... and so on. It feels static and chappy. It's hard to discribe...I hope you understand. Is there anything I can do about this? I've played with the transision speeds, but that doesn't help. Making them faster results in a bit less choppy, but I'd rather make it even slower then your speed.
Bram77: I'll Try it on the xbox in mo.

SlaveUnit: Spelling corrected! LOL
SlaveUnit Wrote:Nice mod but as Jezz_x said....seasick is a commin!

Aenima99x...tossing it in as an option?

I really don't like it, so I'm not sure if I'll be adding it. Is there really that much interest for it?
Found an issue on the TWC skin. The Time column on the hourly forecast is too narrow and cuts off the text in the column. The Condition column should have enough room to shrink it up and widen the Time column.

Image

And a side note:

I noticed that on the TWC skin it is missing the map zoom toggle using the Display (Tab) key. Is that just not possible with the TWC skin?
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 44 45 46 47 48 49