Kodi Community Forum
[RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - 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: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') (/showthread.php?tid=113702)



- butchabay - 2011-11-02

ronie Wrote:will have a look at it tonight.

... And here comes the genius ronie Smile


- Hitcher - 2011-11-02

ronie Wrote:will have a look at it tonight.

Well I didn't expect anyone to look at it quite this quickly but that is good to hear. If you need any help just let me know (not that my Python's any good).


- Martijn - 2011-11-02

Maybe we should donate a case of beer to Ronie Wink


- neomits - 2011-11-02

Don't have much to add to this other than this feature would be AWESOME in xbmc.


- ronie - 2011-11-02

Hitcher Wrote:Well I didn't expect anyone to look at it quite this quickly but that is good to hear. If you need any help just let me know (not that my Python's any good).

1) come up with a nice name for this script / feature :-)
2) what to do with tv shows with 0 watched episodes?
should we exclude them or just add the first episode to the list?


- Hitcher - 2011-11-02

1. Happening?

2. I think they should be excluded as this is specifically for things that are in progress.


- ronie - 2011-11-03

first effort, barely tested:
script.watchlist-0.0.1.zip

debug logs please ;-)


- pecinko - 2011-11-03

Just curious, what happened to Movie titles that are in progress? What I mean is if you use it as Recently added alternative/supplement, you should show Movies watch list as well.

You can make smart playlist for movies, but that can be used only as menu item, AFAIK.


- Hitcher - 2011-11-03

Blimey that was quick - will test after work.

Thanks.


- Lucleonhart - 2011-11-03

So, i tried that 0.0.1
http://cl.ly/042u181r0n0P3h3y202O

Maybe something went wrong or you have to tell me where i can see what the addon does... *blind?* ^_^


- odt_x - 2011-11-03

Lucleonhart Wrote:So, i tried that 0.0.1
http://cl.ly/042u181r0n0P3h3y202O

Maybe something went wrong or you have to tell me where i can see what the addon does... *blind?* ^_^

Its not really an addon for endusers, but a script for skinners.

Did you try looking at the README file?

2. Running the addon:
---------------------
RunScript(script.watchlist)


3. Available infolabels:
------------------------
Window(Home).Property(WatchList.%d.*)

WatchList.%d.Label - episode title
WatchList.%d.Episode - episode number
WatchList.%d.Season - season number
WatchList.%d.Plot - episode plot
WatchList.%d.TVShowTitle - tv show title
WatchList.%d.Path - episode path
WatchList.%d.Thumb - episode thumbnail
WatchList.%d.Fanart - tv show fanart


- Lucleonhart - 2011-11-03

Ah ok, so only skinners can try by adjusting their skin... All right.


- odt_x - 2011-11-03

Its working for me, ignore the error there (spawned 2 instances accidentally).

http://pastebin.com/HxSrW3Zx


- Hitcher - 2011-11-03

ronie Wrote:first effort, barely tested:
script.watchlist-0.0.1.zip

debug logs please ;-)

Working perfectly for me.

Image


- tyers - 2011-11-03

Hitcher Wrote:Working perfectly for me.

Image

Just want to add my support to this feature; it looks great. Kudos to ronie for putting together a script for this so quickly.

@Hitcher: Is it possible to display movie/season posters rather than the episode thumbs? Is this even skinable, or would a new info label need to be added to the script?