XBMC Community Forum
[MOD] MediaStream_Redux MOD Pack - 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: MediaStream (/forumdisplay.php?fid=69)
+---- Thread: [MOD] MediaStream_Redux MOD Pack (/showthread.php?tid=54207)



- Aenima99x - 2009-07-29 01:32

xxxboxxx Wrote:Ok, got the menu sub menu thing sorted out by calibrating the screen but still not seeing any backgrounds on the home screen Sad apologizes for the double post.

Do you have the latest version from Git? If you open up System Menu, then System Info sub-menu, what does it say your verison/date of the mod is?

Also, go into to the Skin Settings, then Background Customizer - make sure you can see the images in there. If not, set the default button on them and see if it fixes it.


- fidoboy - 2009-07-29 01:50

Aenima99x Wrote:Yes Team RazorFish and Jezz did a wonderful job, I'm just glad I can add some extra tweaks to it.
Like I've said before, let me know if you have any requests or ideas cuz I've hit a wall. Well at least besides the flagging stuff I'm starting to work on.

Well i've found some minor issues that may be you can solve:

1) Some texts in submenues overflows the area (using spanish translation). SO i think that the best solution for now is to just cut off the texts. (Avoiding in that way that the text overflows their zone)

2) When viewing the changelog in SVN Repo Installer plugin, the botton buttons are a bit out of place (they need to be moved up)

3) In the weather report screen, there is some text in left panel (current weather conditions) that overflows the panel to the left (using spanish language, and also others..). I suggest to left align the text, or may be center them into the panel...

4) I'm not very convinced about the look of the left panel in music visualization screen (when playing music with visualizations). May be that it need to be retouched a little bit...

5) I could be really nice to have more art pics for music genres (there is some without pictures, like new age, world, etc)


Just my two cents. Kind regards...


- xxxboxxx - 2009-07-29 02:28

Aenima99x Wrote:Do you have the latest version from Git? If you open up System Menu, then System Info sub-menu, what does it say your verison/date of the mod is?

Also, go into to the Skin Settings, then Background Customizer - make sure you can see the images in there. If not, set the default button on them and see if it fixes it.

I have version 1.0 dated July 25th. I will try "gitting" it again haha.
xbmc version 9.04.1 r20672
In the background customizer I see no images whether set to default, single image or folder in the box below the selector. However, If I set a single image to the settings screen for example, the image will not show on the home screen but will show as fanart when i enter the settings sub menu. Hope that makes sense.


- SlaveUnit - 2009-07-29 02:29

I was also going to metnion one thing that is really nitpicking. When you have the horizontal menu on the home screen and select anything that brings you to another screen you briefly (fraction of a second) see the sub menus as it drops. I wonder if you can make the subs drop first or somthing so they are not seen. Just trying to bridge the gap to perfection. Smile


- zosky - 2009-07-29 03:08

Aenima99x Wrote:Yes Team RazorFish and Jezz did a wonderful job, I'm just glad I can add some extra tweaks to it. Like I've said before, let me know if you have any requests or ideas cuz I've hit a wall. Well at least besides the flagging stuff I'm starting to work on.

MS is Masterpiece i echo yall's praise!!
i also heard Team RazorFish will update it after finishing MiniMedia Confused
hmmmm, exciting stuff

anyway, 1 long lost feature of the original, is persistent weather
i've managed to make it a toggle in preffs

Aenima would you consider adding this ?

[Image: screenshot000bmp.th.jpg]


@ custom_Skinsetting_1111.xml ... duplicate <207> (bump the rest out 1) & ADD
Code:
<label> - Show weather on all home screens</label>
<onclick>Skin.ToggleSetting(homepageWeatherinfo[color=red]ALL[/color])</onclick>
<selected>!Skin.HasSetting(homepageWeatherinfo[color=red]ALL[/color])</selected>
<enable>!Skin.HasSetting(homepageWeatherinfo)</enable>

( it does not need to depend on <206>,
but it should auto-disable if you turn off weather )

then @ Home.xml ... double-up on <!-- weather Info Original --> & make 1 <new&improved> ...
in the original -- make sure it doesn't show IF the DUP is showing ... find & replace, this
Code:
<visible>[Container(9000).HasFocus(6) + !Skin.HasSetting(homepageWeatherinfo) + Skin.HasSetting(HorizontalMenu)] |
[Container(19000).HasFocus(6) + !Skin.HasSetting(homepageWeatherinfo) + !Skin.HasSetting(HorizontalMenu)]</visible>
with this
Code:
<visible>[Container(9000).HasFocus(6) + !Skin.HasSetting(homepageWeatherinfo) + Skin.HasSetting(homepageWeatherinfoALL)] |
[Container(19000).HasFocus(6) + !Skin.HasSetting(homepageWeatherinfo) + Skin.HasSetting(homepageWeatherinfoALL)]</visible>

and in the <new&inproved> -- make it show all the time & animate left/right for recently added... find & replace this
Code:
<visible>[Container(9000).HasFocus(6) + !Skin.HasSetting(homepageWeatherinfo) + Skin.HasSetting(HorizontalMenu)] |
[Container(19000).HasFocus(6) + !Skin.HasSetting(homepageWeatherinfo) + !Skin.HasSetting(HorizontalMenu)]</visible>
<animation effect="slide" end="0,-220" time="300" tween="quadratic" easing="out">Hidden</animation>
<animation effect="slide" start="0,-220" time="300" tween="quadratic" easing="out">Visible</animation>
<animation effect="slide" end="0,-220" time="300" tween="quadratic" easing="out" condition="Container(9000).HasFocus(6)">WindowClose</animation>
<animation effect="slide" start="0,-220" time="300" tween="quadratic" easing="out" condition="Container(9000).HasFocus(6)">WindowOpen</animation>
<animation effect="slide" end="0,-220" time="300" tween="quadratic" easing="out" condition="Container(19000).HasFocus(6)">WindowClose</animation>
<animation effect="slide" start="0,-220" time="300" tween="quadratic" easing="out" condition="Container(19000).HasFocus(6)">WindowOpen</animation>-->

with this ...

Code:
<visible>[!Skin.HasSetting(homepageWeatherinfoALL) + !Skin.HasSetting(homepageWeatherinfo)]</visible>
<animation effect="slide" end="0,-220" time="300" tween="quadratic" easing="out">Hidden</animation>
<animation effect="slide" start="0,-220" time="300" tween="quadratic" easing="out">Visible</animation>
<animation effect="slide" end="-145,0" time="400"  tween="quadratic" easing="out" condition=" !Skin.HasSetting(homepageHideRecentlyAdded) + [ Container(9000).HasFocus(11) | Container(9000).HasFocus(10) | Container(9000).HasFocus(3)]">conditional</animation>
<animation effect="slide" start="145,0" time="400"  tween="quadratic" easing="out" condition="!Skin.HasSetting(homepageHideRecentlyAdded) + [ Container(9000).HasFocus(11) | Container(9000).HasFocus(10) | Container(9000).HasFocus(3)]">conditional</animation>
<animation effect="slide" end="-145,0" time="400"  tween="quadratic" easing="out" condition=" !Skin.HasSetting(homepageHideRecentlyAdded) + [ Container(19000).HasFocus(11) | Container(19000).HasFocus(10) | Container(19000).HasFocus(3)]">conditional</animation>
<animation effect="slide" start="145,0" time="400"  tween="quadratic" easing="out" condition="[color=Red]!Skin.HasSetting(homepageHideRecentlyAdded) + [/color][ Container(19000).HasFocus(11) | Container(19000).HasFocus(10) | Container(19000).HasFocus(3)]">conditional</animation>

UPDATE: will only slide if NOT hiding RecentlyAdded
let me know what you think ?


- Aenima99x - 2009-07-29 03:34

fidoboy Wrote:1) Some texts in submenues overflows the area (using spanish translation). SO i think that the best solution for now is to just cut off the texts. (Avoiding in that way that the text overflows their zone)
Can you give me specific examples of which ones?

Quote:2) When viewing the changelog in SVN Repo Installer plugin, the botton buttons are a bit out of place (they need to be moved up)
I don't see anything wrong here, can you post a screenshot?

Quote:3) In the weather report screen, there is some text in left panel (current weather conditions) that overflows the panel to the left (using spanish language, and also others..). I suggest to left align the text, or may be center them into the panel...
Fixed in the latest update

Quote:4) I'm not very convinced about the look of the left panel in music visualization screen (when playing music with visualizations). May be that it need to be retouched a little bit...
I'm probably going to leave it as is

Quote:5) I could be really nice to have more art pics for music genres (there is some without pictures, like new age, world, etc)
I totally agree, but you'd need to contact the original creator of them and see if he'll make them. Search for the thread in the forums about music genres

Quote:Just my two cents. Kind regards...
Thanks, I appreciate the feedback.


- Aenima99x - 2009-07-29 03:37

SlaveUnit Wrote:I was also going to metnion one thing that is really nitpicking. When you have the horizontal menu on the home screen and select anything that brings you to another screen you briefly (fraction of a second) see the sub menus as it drops. I wonder if you can make the subs drop first or somthing so they are not seen. Just trying to bridge the gap to perfection. Smile
Angry Nitpicky........j/k it's actually been bugging me too. I'm just having a hard time getting it to drop the submenus first/faster. I'm still working on it.


- Aenima99x - 2009-07-29 03:53

zosky Wrote:MS is Masterpiece i echo yall's praise!!
i also heard Team RazorFish will update it after finishing MiniMedia Confused
hmmmm, exciting stuff

anyway, 1 long lost feature of the original, is persistent weather
i've managed to make it a toggle in preffs

Aenima would you consider adding this ?

[Image: screenshot000bmp.th.jpg]


@ custom_Skinsetting_1111.xml ... duplicate <207> (bump the rest out 1) & ADD
Code:
<label> - Show weather on all home screens</label>
<onclick>Skin.ToggleSetting(homepageWeatherinfo[color=red]ALL[/color])</onclick>
<selected>!Skin.HasSetting(homepageWeatherinfo[color=red]ALL[/color])</selected>
<enable>!Skin.HasSetting(homepageWeatherinfo)</enable>

( it does not need to depend on <206>,
but it should auto-disable if you turn off weather )

then @ Home.xml ... double-up on <!-- weather Info Original --> & make 1 <new&improved> ...
in the original -- make sure it doesn't show IF the DUP is showing ... find & replace, this
Code:
<visible>[Container(9000).HasFocus(6) + !Skin.HasSetting(homepageWeatherinfo) + Skin.HasSetting(HorizontalMenu)] |
[Container(19000).HasFocus(6) + !Skin.HasSetting(homepageWeatherinfo) + !Skin.HasSetting(HorizontalMenu)]</visible>
with this
Code:
<visible>[Container(9000).HasFocus(6) + !Skin.HasSetting(homepageWeatherinfo) + Skin.HasSetting(homepageWeatherinfoALL)] |
[Container(19000).HasFocus(6) + !Skin.HasSetting(homepageWeatherinfo) + Skin.HasSetting(homepageWeatherinfoALL)]</visible>

and in the <new&inproved> -- make it show all the time & animate left/right for recently added... find & replace this
Code:
<visible>[Container(9000).HasFocus(6) + !Skin.HasSetting(homepageWeatherinfo) + Skin.HasSetting(HorizontalMenu)] |
[Container(19000).HasFocus(6) + !Skin.HasSetting(homepageWeatherinfo) + !Skin.HasSetting(HorizontalMenu)]</visible>
<animation effect="slide" end="0,-220" time="300" tween="quadratic" easing="out">Hidden</animation>
<animation effect="slide" start="0,-220" time="300" tween="quadratic" easing="out">Visible</animation>
<animation effect="slide" end="0,-220" time="300" tween="quadratic" easing="out" condition="Container(9000).HasFocus(6)">WindowClose</animation>
<animation effect="slide" start="0,-220" time="300" tween="quadratic" easing="out" condition="Container(9000).HasFocus(6)">WindowOpen</animation>
<animation effect="slide" end="0,-220" time="300" tween="quadratic" easing="out" condition="Container(19000).HasFocus(6)">WindowClose</animation>
<animation effect="slide" start="0,-220" time="300" tween="quadratic" easing="out" condition="Container(19000).HasFocus(6)">WindowOpen</animation>-->

with this ...

Code:
<visible>[!Skin.HasSetting(homepageWeatherinfoALL) + !Skin.HasSetting(homepageWeatherinfo)]</visible>
<animation effect="slide" end="0,-220" time="300" tween="quadratic" easing="out">Hidden</animation>
<animation effect="slide" start="0,-220" time="300" tween="quadratic" easing="out">Visible</animation>
<animation effect="slide" end="-145,0" time="400"  tween="quadratic" easing="out" condition=" !Skin.HasSetting(homepageHideRecentlyAdded) + [ Container(9000).HasFocus(11) | Container(9000).HasFocus(10) | Container(9000).HasFocus(3)]">conditional</animation>
<animation effect="slide" start="145,0" time="400"  tween="quadratic" easing="out" condition="!Skin.HasSetting(homepageHideRecentlyAdded) + [ Container(9000).HasFocus(11) | Container(9000).HasFocus(10) | Container(9000).HasFocus(3)]">conditional</animation>
<animation effect="slide" end="-145,0" time="400"  tween="quadratic" easing="out" condition=" !Skin.HasSetting(homepageHideRecentlyAdded) + [ Container(19000).HasFocus(11) | Container(19000).HasFocus(10) | Container(19000).HasFocus(3)]">conditional</animation>
<animation effect="slide" start="145,0" time="400"  tween="quadratic" easing="out" condition="[color=Red]!Skin.HasSetting(homepageHideRecentlyAdded) + [/color][ Container(19000).HasFocus(11) | Container(19000).HasFocus(10) | Container(19000).HasFocus(3)]">conditional</animation>

UPDATE: will only slide if NOT hiding RecentlyAdded
let me know what you think ?

Thanks. I'll probably add it in tomorrow.


- fidoboy - 2009-07-29 04:44

Aenima99x Wrote:Can you give me specific examples of which ones?


I don't see anything wrong here, can you post a screenshot?


Fixed in the latest update


I'm probably going to leave it as is


I totally agree, but you'd need to contact the original creator of them and see if he'll make them. Search for the thread in the forums about music genres


Thanks, I appreciate the feedback.

Here you have. I've painted with blue ink the problems:

[Image: imagen001hhb.jpg]

[Image: imagen002apt.jpg]

[Image: imagen003zrf.jpg]

[Image: imagen004e.jpg]

[Image: imagen005cek.jpg]

regards,


- Aenima99x - 2009-07-29 04:56

Thanks I'll work on those tomorrow for you.