Kodi Community Forum
[FRODO release] Skin Widgets - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+---- Forum: Skin helper addons (https://forum.kodi.tv/forumdisplay.php?fid=300)
+---- Thread: [FRODO release] Skin Widgets (/showthread.php?tid=142389)



[FRODO release] Skin Widgets - Martijn - 2012-10-10

FOR SKINNERS ONLY

By popular demand and after the rewrite of Watchlist and RandomItems I made it a service addon that contains both.
Thx to the original authors of these scripts for the initial code and ideas.
Remove Watchlist and RandomItems script.
Once Frodo repo opens this will be added

Features

Recommended:
  • Movie (unfinished)
  • Episode (first unplayed per tvshow)
  • MusicVideo (most played)
  • Album (most played)

RandomItem:
  • Movie
  • Episode
  • MusicVideo
  • Album
  • Artist
  • Song
  • Addon

Recent items:
  • Movie
  • Episode
  • MusicVideo
  • Album

Recommended/RecentItems updates on:
  • Playback stopped
  • Playback Ended
  • Excludes http:// and -trailer.ext
  • After database update (sorry manually mark watch/unwatched not)

Settings (can be found under add-ons -> services)
  • Enable recommended
  • Enable randomitems
  • Enable recentitems
  • Randomitems - only unplayed items
  • Randomitems - use season folders (usefull for logos)
  • Randomitems - Method (use time/on database update)
  • Randomitems - randomize time (minutes)
  • Recentitems - only unplayed items


Current version:
Downloads

How to integrate:
Wiki page

IMPORTANT:
Skin labels have changed compared to watchlist and randomitems
minimum XBMC version: October 4 or later

TO-DO:
Add some more features.....


RE: [FRODO release] Skin Widgets - Martijn - 2012-10-10

-reserved


RE: [FRODO release] Skin Widgets - Martijn - 2012-10-10

-reserved-


RE: [FRODO release] Skin Widgets - BigNoid - 2012-10-10

Great. This is a huge improvement imo.


RE: [FRODO release] Skin Widgets - Hitcher - 2012-10-10

Many thanks. Big Grin


RE: [FRODO release] Skin Widgets - mad-max - 2012-10-10

Yeah, that's a nice step in the right direction...
Thanks Martijn!

BTW: Will this also support smartplaylists like the randomandlastitems script from Mike?

mad-max


RE: [FRODO release] Skin Widgets - Paul Salem - 2012-10-10

This is great. Thanks a lot.


RE: [FRODO release] Skin Widgets - Hitcher - 2012-10-10

Runs perfectly.


RE: [FRODO release] Skin Widgets - Martijn - 2012-10-10

(2012-10-10, 10:10)mad-max Wrote: Yeah, that's a nice step in the right direction...
Thanks Martijn!

BTW: Will this also support smartplaylists like the randomandlastitems script from Mike?

mad-max

possible yes. I'm waiting how the library nodes is gonna work.

So no problems so far? that can't be right Tongue


RE: [FRODO release] Skin Widgets - butchabay - 2012-10-10

Seriously ? no faith in yourself ? Big Grin

Thanx for your work mate.


RE: [FRODO release] Skin Widgets - phil65 - 2012-10-10

will it be possible to manually trigger randomizing of items? thx.


RE: [FRODO release] Skin Widgets - Martijn - 2012-10-10

(2012-10-10, 11:57)phil65 Wrote: will it be possible to manually trigger randomizing of items? thx.

not at the moment. also waiting on library nodes to see what code that needs before i start changing it.
First wanted the bulk tested and see for the triggers. It will at least be easy to add other features if you look how the code is build Smile
So let's say you want last items that will only take 4 lines of code extra per section instead of 25 or so.

i havebeen using it myself for couple of days now and it works so nice Big Grin


RE: [FRODO release] Skin Widgets - `Black - 2012-10-10

Everything works very well, also no problems for me so far. One question though... you added randomize time in the settings. It's currently not possible to disable updating after x minutes or am I missing something?


RE: [FRODO release] Skin Widgets - Martijn - 2012-10-10

(2012-10-10, 12:05)`Black Wrote: Everything works very well, also no problems for me so far. One question though... you added randomize time in the settings. It's currently not possible to disable updating after x minutes or am I missing something?
so you want it to never update or on library update or on player stopped finished?

so want it to never update or on player stopped/finished or database update?
since you knew the old code, how do you like how it is now?


RE: [FRODO release] Skin Widgets - `Black - 2012-10-10

I want a setting where I can disable randomize time... updating on database update etc. is fine. Smile