• 1
  • 2
  • 3(current)
  • 4
  • 5
  • 13
[Mod] MiniMeedia
#31
yep !

Did you test in videos ?
Seems like sorting doesn't work at all there.
Take a look tomorrow.
Reply
#32
Waffa Wrote:yep !

Did you test in videos ?
Seems like sorting doesn't work at all there.
Take a look tomorrow.

Yes most of my media is video (tv and movies) not much audio. So yes tested in videos.

Looks like Container.SortMethod(1) is gone and it needs to be done ala PM3.HD with a button maybe?
Reply
#33
Hi Waffa,

can you please add this diff to your mod? This adds the ability to display the feels like temperature for those cold winter months!

Code:
diff MiniMeedia Waffa!/720p/Custom1001_SkinSettings.xml MiniMeedia_WM/720p/Custom1001_SkinSettings.xml
295a296,307
>
>           <control type="radiobutton" id="4">
>             <description>Use Feels like for Temp</description>
>             <label>$LOCALIZE[31222]</label>
>             <onclick>Skin.ToggleSetting(UseFeelsLikeTemp)</onclick>
>             <selected>Skin.HasSetting(UseFeelsLikeTemp)</selected>
>             <include>SettingsOptionRadioButton</include>
>           </control>
>
>
>
>
diff MiniMeedia Waffa!/720p/Home.xml MiniMeedia_WM/720p/Home.xml
71a72
>
83a85,93
>           <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>
85c95
<           <visible>!Skin.HasSetting(ShowLargerClock)</visible>
---
>           <visible>!Skin.HasSetting(ShowLargerClock) + !Skin.HasSetting(UseFeelsLikeTemp)</visible>
89c99
<           <visible>Skin.HasSetting(ShowLargerClock)</visible>
---
>           <visible>Skin.HasSetting(ShowLargerClock)+ !Skin.HasSetting(UseFeelsLikeTemp) </visible>
90a101
>
diff MiniMeedia Waffa!/720p/Includes.xml MiniMeedia_WM/720p/Includes.xml
848a849,859
>   <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>
>
diff -r MiniMeedia Waffa!/language/English/strings.xml MiniMeedia_WM/language/English/strings.xml
45,48d44
<   <string id="31110">Slide</string>
<   <string id="31111">3D Cover</string>
<   <string id="31112">Wheel</string>
<
73,74c69
<   <string id="31222">Animated</string>
<   <string id="31223">List Item</string>
---
>   <string id="31222">Use Feels Like instead of Temperature</string>
Only in MiniMeedia_WM/media: textures.xbt

this latest.py diff is so that if a Movie or Episode doesn't have fanart the thumb will be used in the "Latest Movies/Episode" window on the Home screen.

Code:
diff -r MiniMeedia Waffa!/scripts/latest/latest.py MiniMeedia_WM/scripts/latest/latest.py
129c129
<             self.WINDOW.setProperty( "LatestMovie.%d.Fanart" % ( count + 1, ), "special://profile/Thumbnails/Video/%s/%s" % ( "Fanart", fanart_cache, ) )
---
>           fanart = "special://profile/Thumbnails/Video/%s/%s" % ( "Fanart", fanart_cache, )
134a135,136
>             if ( not os.path.isfile( xbmc.translatePath( fanart ) ) ):
>                 fanart = thumb
135a138
>             self.WINDOW.setProperty( "LatestMovie.%d.Fanart" % ( count + 1, ), fanart )
163c166
<             self.WINDOW.setProperty( "LatestEpisode.%d.Fanart" % ( count + 1, ), "special://profile/Thumbnails/Video/%s/%s" % ( "Fanart", fanart_cache, ) )
---
>             fanart =  "special://profile/Thumbnails/Video/%s/%s" % ( "Fanart", fanart_cache, )
169a173,176
>             if ( not os.path.isfile ( xbmc.translatePath( fanart ) ) ):
>               fanart = thumb ;
>           self.WINDOW.setProperty( "LatestEpisode.%d.Fanart" % ( count + 1, ), fanart )
>
220c227
<
\ No newline at end of file
---
>

let me know what you think. this way we can keep the mods down. Any thoughts on create a git repo for this so more people can contribute to Minimeedia?
Reply
#34
Love the new screenies, waffa!
Reply
#35
Thanks Big Grin

vajonam Wrote:Hi Waffa,

can you please add this diff to your mod? This adds the ability to display the feels like temperature for those cold winter months!

let me know what you think. this way we can keep the mods down. Any thoughts on create a git repo for this so more people can contribute to Minimeedia?

Yep like it.Big Grin Will add it. thanks

Git repo Oo this is MiniMeedia with my personal preferences.
I like good mods and they're always welcom.Nod
Reply
#36
Waffa Wrote:Thanks Big Grin



Yep like it.Big Grin Will add it. thanks

Git repo Oo this is MiniMeedia with my personal preferences.
I like good mods and they're always welcom.Nod

well ..mimimeedia was skin with mostly skunks personal preferences.. so its all good Wink

dont mind either way.. just want to make sure i dont loose my mods.


Also i found out how to background load the thumb in the PosterInfo views that increase FPS upto 60..

basically add <texture background="true" ... /> to all the wraplists in PosterInfo. I have to do more testing.. will post the diffs. I am thinking we if we background load at least the last 2 thumbs -2 and +2 it will help

next is how to fix the sort by name stuff.. will get to the bottom of it..
Reply
#37
waffa,

when display any title with underscores "_" the font is garbled.

for example in the OSD Info (about the decoding FPS etc on the top)

ffmepeg-h264_vdpau appears like ffmpeg-h264vdpau , it looks like a underline but its all messed up. This is also apparent in the thumb browser when file names have underscores in them

have you noticed this?
Reply
#38
attached a screenshot for the under score problem

it should read XWii_2.8_source instead what is in the screenshot

Image


it does't occur on any of the fonts other than Default.

It seems work fine on windows

Image

This with the Minimeedia skin
Reply
#39
Hmmm I'm trying to reproduce your problem but it works all fine here.
Think also it's a build problem not a skin.

Big Grin You won't loose your mods. one of us will add them. Wink
Reply
#40
Waffa Wrote:Hmmm I'm trying to reproduce your problem but it works all fine here.
Think also it's a build problem not a skin.

are you running Windows or Linux build?

It seems to render fine in Windows
Reply
#41
Tested on windows.
Reply
#42
Waffa Wrote:Tested on windows.

opened a defect for it ..

any how can you zip up your media folder for you mod and send it over? i am missing the stuff you are using compared like _diffuse etc..
Reply
#43
No need to Use XPR Express.

This tool extracts and compiles XPR files.Wink
Reply
#44
Waffa Wrote:No need to Use XPR Express.

This tool extracts and compiles XPR files.Wink

dude your killing me.. i run linux..now to find a windoez box.. :-)
Reply
#45
Ok, will send media folder later this day.
Reply
  • 1
  • 2
  • 3(current)
  • 4
  • 5
  • 13

Logout Mark Read Team Forum Stats Members Help
[Mod] MiniMeedia2