Kodi Community Forum

Full Version: [FRODO release] Skin Widgets
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi Martijn, really nice improvements ! Smile

Thanx mate !
Seeing as you've added video resolution what about audio codec/channels?

EDIT: RecommendedEpisode.%d.TVshowThumb is now empty.

EDIT: Also Studios for TV Shows would be nice seeing as we have them for Movies.

Thanks.
Will you be adding SkinWidgets_RecentItems 'true/false' and Resolution for episodes?

Thanks.
(2012-10-25, 16:30)Hitcher Wrote: [ -> ]Seeing as you've added video resolution what about audio codec/channels?
Quote:EDIT: Also Studios for TV Shows would be nice seeing as we have them for Movies.

Thanks.
Wil do some more additions in general.

Quote:EDIT: RecommendedEpisode.%d.TVshowThumb is now empty.
RecommendedEpisode.%d.Poster

Quote:EDIT: Also Studios for TV Shows would be nice seeing as we have them for Movies.

Thanks.

(2012-10-29, 12:24)Hitcher Wrote: [ -> ]Will you be adding SkinWidgets_RecentItems 'true/false' and Resolution for episodes?

Thanks.
Did i forget that Wink
Will do
Awesome, thanks Martijn.
(2012-10-25, 08:56)Martijn Wrote: [ -> ]0.0.7
- Added resolution tag for movies based on filename or streamdetails (3d, 1080, 720, 576, 480)
relevant code
Window property name: "Resolution"

I'm getting 720p movies listed as 1080p because I have 'bluray' in the file name.
Wouldn't it be better to check the stream for resolution?

Also, isn't using width is a better way to determine the resolution because 720p videos can have a height of 528 but their width is always 1280. Maybe look at the XBMC code to see how it's done?
hmm using the height might be a mistake after fiddling with the code.

using filename or actual resolution will be a point where everyone disagrees i think.


In regard to the skinning changes in Frodo. Should i hold the same naming for artwork?
http://forum.xbmc.org/showthread.php?tid...pid1225474

I can easily add them double for now
Renaming keeps everything uniform imo.

EDIT: Feel free to use me as a Guinea pig for any testing you might need I've got loads of stuff pre-coded ready. Wink

EDIT: Studios do work for episodes, sorry.
(2012-10-29, 19:53)Hitcher Wrote: [ -> ]EDIT: Studios do work for episodes, sorry.

Studio only works for recommended because the others need additional JSON-RPC request which doubles the total script time

is it for tvshows:
(poster) or (tvshow.poster)?
For tvshows it's poster, I assume tvshow.poster is for seasons(?)/episodes.
(2012-10-29, 22:11)`Black Wrote: [ -> ]For tvshows it's poster, I assume tvshow.poster is for episodes.

So since the widget shows episodes i should use
tvshow.poster and season.poster ?
To keep it in-line with XBMC yes.
Yes that's fine.
(2012-10-30, 00:13)Hitcher Wrote: [ -> ]To keep it in-line with XBMC yes.

(2012-10-30, 00:30)`Black Wrote: [ -> ]Yes that's fine.

already done but not pushed yet. kept old labels too so no hurry in changing or whatever. They can be removed at much later stage when all is settled down some more Smile
0.0.8
- Added a lot of new labels
- Use foo.Art(bar) for artwork [old labels are still there so nothing will break]

See code for labelnaming. Should be pretty easy to read which ones are there.


Downloads


@Hitcher
SkinWidgets_RecentItems 'true/false' was already there.

Will update wiki if everything works[/php]