XBMC Community Forum
MiniMeedia v0.95 Released (19/08/2009) - 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: MiniMeedia (/forumdisplay.php?fid=114)
+---- Thread: MiniMeedia v0.95 Released (19/08/2009) (/showthread.php?tid=56584)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12


- grupy - 2009-10-13 20:56

Waffa Wrote:Skunk maybe you like this view.
[Image: screenshot036.jpg]

Im not skunk but that is once slick view Nod


- xbs08 - 2009-10-13 21:13

grupy Wrote:Im not skunk but that is once slick view Nod

Indeed

On the latest videos... only thing i dont like is that you cant cycle thru, should be like in list views, when you hit the latest item and press down you go to the first one and vice-versa.


- vajonam - 2009-10-13 21:36

xbs08 Wrote:Indeed

On the latest videos... only thing i dont like is that you cant cycle thru, should be like in list views, when you hit the latest item and press down you go to the first one and vice-versa.

yeah I thought about that too .On the 4th item cant you move the focus the first item on move down? on up move to 4th item from first.. should be do-able will have a look..

just had a look not that easy after all :-)


- Waffa - 2009-10-13 21:40

Lol, it's do-able. look to the mod xbs08 made.
http://forum.xbmc.org/showthread.php?tid=54981


- vajonam - 2009-10-13 22:07

Waffa Wrote:Lol, it's do-able. look to the mod xbs08 made.
http://forum.xbmc.org/showthread.php?tid=54981

Its true.. is doable and easy..

here is the diff that gets it done.

Code:
@@ -667,9 +673,11 @@
         </control>

         <control type="list" id="450">
-          <include>LatestMediaList</include>
+        <include>LatestMediaList</include>

-          <itemlayout width="236" height="38">
+          <onup>450</onup>
+               <ondown>450</ondown>
+       <itemlayout width="236" height="38">
             <control type="label">
               <posx>4</posx>
               <width>228</width>
@@ -779,6 +787,8 @@
           <height>160</height>
           <include>LatestMediaList</include>

+         <onup>451</onup>
+         <ondown>451</ondown>
           <itemlayout width="236" height="38">
             <control type="label">
               <posx>4</posx>

am sure xbs08 already has that :-) since I just lifted it from his skin. that enables a it to wrap with a moving focus..


- Waffa - 2009-10-13 22:15

Yep and the code for latest music is also there waiting to get lifted.Laugh


- grupy - 2009-10-13 22:23

Is it safe to assume there is a newer version of MiniMeedia lurking in the horizon with all the recent posts in this thread as of late?

Im just curious as this is a pretty nice skin, that just needs a bit of tweaking and updating.


- vajonam - 2009-10-13 22:40

manojav Wrote:Got another diff for you, this one enables the use of the "Feels like" temperature on the home screen instead of the normal temp. Useful in the winter for those living regions affected by wind chills !

Code:
in strings.xml
<string id="31222">Use Feels Like instead of Temperature</string>

Index: 720p/Home.xml
===================================================================
--- 720p/Home.xml       (revision 2324)
+++ 720p/Home.xml       (working copy)
@@ -81,12 +81,21 @@

         <control type="label">
           <font>SmallDefaultFont</font>
+          <include>HomeWeatherFeelsLikeText</include>
+          <visible>!Skin.HasSetting(ShowLargerClock) + Skin.HasSetting(UseFeelsLikeTemp)</visible>
+        </control>
+        <control type="label">
+          <include>HomeWeatherFeelsLikeText</include>
+          <visible>Skin.HasSetting(ShowLargerClock) + Skin.HasSetting(UseFeelsLikeTemp)</visible>
+        </control>
+        <control type="label">
+          <font>SmallDefaultFont</font>
           <include>HomeWeatherTemperatureText</include>
-          <visible>!Skin.HasSetting(ShowLargerClock)</visible>
+          <visible>!Skin.HasSetting(ShowLargerClock) + !Skin.HasSetting(UseFeelsLikeTemp)</visible>
         </control>
         <control type="label">
           <include>HomeWeatherTemperatureText</include>
-          <visible>Skin.HasSetting(ShowLargerClock)</visible>
+          <visible>Skin.HasSetting(ShowLargerClock)+ !Skin.HasSetting(UseFeelsLikeTemp) </visible>
         </control>
       </control>
     </control>



Index: 720p/Includes.xml
===================================================================
--- 720p/Includes.xml   (revision 2324)
+++ 720p/Includes.xml   (working copy)
@@ -832,6 +832,17 @@
     <aligny>center</aligny>
     <label>$INFO[Weather.Temperature]</label>
   </include>
+
+  <include name="HomeWeatherFeelsLikeText">
+    <posx>320</posx>
+    <posy>24</posy>
+    <width>75</width>
+    <height>34</height>
+    <textcolor>Selected</textcolor>
+    <align>left</align>
+    <aligny>center</aligny>
+    <label>$INFO[Window(Weather).Property(Current.FeelsLike)] $INFO[System.TemperatureUnits]</label>  
+  </include>

   <include name="LatestMediaBG">
     <control type="image">

Found the undocumented thanks to Rocky5

Code:
<label>$INFO[Window(Weather).Property(Current.FeelsLike)] $INFO[System.TemperatureUnits]</label>


should be good go now.


- Waffa - 2009-10-13 22:42

grupy Wrote:Is it safe to assume there is a newer version of MiniMeedia lurking in the horizon with all the recent posts in this thread as of late?

Im just curious as this is a pretty nice skin, that just needs a bit of tweaking and updating.

MiniMeedia is in SVN so get there the latest version.
http://xboxmediacenter.svn.sourceforge.net/viewvc/xboxmediacenter/MiniMeedia/

Click "Download GNU tarball" bottom at page to download.

click "Parent Directory" and see all svn skins.Wink


- skunkm0nkee - 2009-10-13 23:08

Waffa Wrote:All those skins that look flashy are because of the overlays... they got a big wow factor but after a while I get bored looking to the same overlays/shadows/cases/etc.

MiniMeedia never bored me.....
Flashiest skin there is, looks always different Rofl (got a lot of backgrounds/fanart.)
Menu is simpel and perfect ! (including left submenuLaugh)
It just let me see what I want to see : Fanart - Poster - Flags - (minimal) Info.
If I want to see an compleet info, I use the info screen (it's made for that)

Imo Best skin there is !!!
Thanks! Flattery will get you everywhere! Wink

Waffa Wrote:Skunk maybe you like this view.
[Image: screenshot036.jpg]

I definitely do like that. I'm not totally happy with the Waterfall view as it is and always meant to do something else with it. Maybe this is the answer/inspiration I've been looking for. Big Grin