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)



RE: Adding Plex's 'On Deck' feature to XBMC - `Black - 2012-04-05

Just don't use any nighlies at the moment... it will work fine with the Eden final.


Adding Plex's 'On Deck' feature to XBMC - pecinko - 2012-04-16

Guys

If it is not too much to ask, I could use property(wl_is_running) or such, that would be set on script start and cleared on script finish.


RE: Adding Plex's 'On Deck' feature to XBMC - ronie - 2012-04-16

(2012-04-16, 00:15)pecinko Wrote: Guys

If it is not too much to ask, I could use property(wl_is_running) or such, that would be set on script start and cleared on script finish.
you can use:
Window(Home).Property(WatchList_Running)


Adding Plex's 'On Deck' feature to XBMC - pecinko - 2012-04-16

Perfect Wink


RE: Adding Plex's 'On Deck' feature to XBMC - EclipseGT - 2012-04-17

ronie .. any update on when this will work with nightly builds again? I really miss this addon Sad


RE: Adding Plex's 'On Deck' feature to XBMC - ronie - 2012-04-17

(2012-04-17, 21:34)EclipseGT Wrote: ronie .. any update on when this will work with nightly builds again? I really miss this addon Sad

i'm not aware of any issues?


RE: Adding Plex's 'On Deck' feature to XBMC - Martijn - 2012-04-17

(2012-04-17, 21:34)EclipseGT Wrote: ronie .. any update on when this will work with nightly builds again? I really miss this addon Sad

There still have not been official nightly builds. If the script isn't working any more it's probably something in current master


RE: Adding Plex's 'On Deck' feature to XBMC - Hitcher - 2012-04-17

(2012-04-17, 21:34)EclipseGT Wrote: ronie .. any update on when this will work with nightly builds again? I really miss this addon Sad

There are no nightlies.


RE: Adding Plex's 'On Deck' feature to XBMC - EclipseGT - 2012-04-17

my mistake ... my custom build nightlies from master


RE: Adding Plex's 'On Deck' feature to XBMC - ronie - 2012-04-17

(2012-04-17, 23:16)EclipseGT Wrote: my mistake ... my custom build nightlies from master

script works fine with my build from yesterday.

if you're having issues, post a Debug Log :-)


RE: Adding Plex's 'On Deck' feature to XBMC - EclipseGT - 2012-04-18

just run a new build and same results for me

xbmc 12.0 alpha1 git:20417-b95739e (compiled: Apr 17 2012)

log -- http://www.xbmclogs.com/show.php?id=1671


RE: Adding Plex's 'On Deck' feature to XBMC - ronie - 2012-04-18

(2012-04-18, 00:14)EclipseGT Wrote: just run a new build and same results for me

xbmc 12.0 alpha1 git:20417-b95739e (compiled: Apr 17 2012)

log -- http://www.xbmclogs.com/show.php?id=1671

if you could create another Debug Log with this version of the script:
script.watchlist-0.1.14.zip

i've added some extra logging that should give me some clues why it fails.


RE: Adding Plex's 'On Deck' feature to XBMC - EclipseGT - 2012-04-18

http://www.xbmclogs.com/show.php?id=1672


RE: Adding Plex's 'On Deck' feature to XBMC - ronie - 2012-04-18

(2012-04-18, 00:58)EclipseGT Wrote: http://www.xbmclogs.com/show.php?id=1672

meh.. unplayed videos used to have an empty lastplayed field in the db.
looks like xbmc now puts in the epoch value, which is january 1st, 1601 on windows platforms.

will see if i can reproduce/fix.


RE: Adding Plex's 'On Deck' feature to XBMC - Hitcher - 2012-04-18

Not 1601 again!