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.
@Martijn: Trailer property is missing in recommend/random movies.
(2012-10-14, 21:05)Big_Noid Wrote: [ -> ]@Martijn: Trailer property is missing in recommend/random movies.

oops
will fix it
Added recent items:
movies
episodes
albums


Updated the wiki page

Note:
For recent items to work correctly you need a nightly of October 20, 2012 or later
Are watched items included?

Thanks.
(2012-10-19, 23:05)Hitcher Wrote: [ -> ]Are watched items included?

Thanks.

optional through settings
Excellent, thanks. Laugh
This goody is getting better and better every day Love

Thanks Martijn
Hi Martijn.

Is it possible to add Resolution property for Movies ?

I need this property to mod the DVD live background Aeon Nox wall paper.

I have added it to your script, you can have a look :

http://xbmclogs.com/show.php?id=11171

DVD Live Background for smart playlist because (as my script return resolution properties Wink ) :

Image
(2012-10-22, 13:18)mikebzh44 Wrote: [ -> ]Hi Martijn.

Is it possible to add Resolution property for Movies ?

I need this property to mod the DVD live background Aeon Nox wall paper.

I have added it to your script, you can have a look :

http://xbmclogs.com/show.php?id=11171

DVD Live Background for smart playlist because (as my script return resolution properties Wink ) :
I don't like the try except because it isn't needed and you have no good way of knowing what it really should be.
I have a better way of getting resolution:
https://github.com/XBMC-Addons/script.ar...up.py#L151

Will see how much time it costs extra to process this but i doubt it would be much so i'll probably add this.
Thanks for the tip and I hope that extra informations won't cost a lot.
I can adjust in such a way it will directly give the correct filename on what case to use so there will be no need for stringcompares in the skin.
So how are the cases named in general?
For Aeon Nox :

3d.png
480p.png
540p.png
576p.png
720p.png
1080p.png
Label needs changing -

Image
Already fixed by ronie
0.0.7
- Added resolution tag for movies based on filename or streamdetails (3d, 1080, 720, 576, 480)
relevant code
Window property name: "Resolution"
- Prefer new database 'Art' field over old 'thumb' and use local files as backup



Downloads