![]() |
|
[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 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. 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? 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.
- 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 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 ? ![]() @ custom_Skinsetting_1111.xml ... duplicate <207> (bump the rest out 1) & ADD Code: <label> - Show weather on all home screens</label>( 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)] |Code: <visible>[Container(9000).HasFocus(6) + !Skin.HasSetting(homepageWeatherinfo) + Skin.HasSetting(homepageWeatherinfoALL)] | 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)] | with this ... Code: <visible>[!Skin.HasSetting(homepageWeatherinfoALL) + !Skin.HasSetting(homepageWeatherinfo)]</visible>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. 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!! 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? Here you have. I've painted with blue ink the problems: ![]() ![]() ![]() ![]() ![]() regards, - Aenima99x - 2009-07-29 04:56 Thanks I'll work on those tomorrow for you. |