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: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - Lucleonhart - 2012-08-04

Hey there. Installed latest Watchlist from GIT and latest nightly from xbmc and got nothing but errors... Sad

Debug Log: http://dl.dropbox.com/u/6451985/xbmc.old.log


RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - Martijn - 2012-08-04

(2012-08-04, 15:43)Lucleonhart Wrote: Hey there. Installed latest Watchlist from GIT and latest nightly from xbmc and got nothing but errors... Sad

Debug Log: http://dl.dropbox.com/u/6451985/xbmc.old.log

Hmm i get the same error.
Probably something broken in latest nightly. Will investigate. Nothing that can be done now


RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - Wanilton - 2012-08-05

Martijn, hi friend, it´s possible include in watchlist script a new condition:

ListItem.PercentPlayed

This is for use with reminder in progress, this script is great.

Thanks,

Wanilton


RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - Lucleonhart - 2012-08-05

(2012-08-04, 18:24)Martijn Wrote:
(2012-08-04, 15:43)Lucleonhart Wrote: Hey there. Installed latest Watchlist from GIT and latest nightly from xbmc and got nothing but errors... Sad

Debug Log: http://dl.dropbox.com/u/6451985/xbmc.old.log

Hmm i get the same error.
Probably something broken in latest nightly. Will investigate. Nothing that can be done now
Hey! Thanks for investigating. Smile I will update my nightly more often now to see if a fix is there. Anything found so far? Smile FYI: I am using Windows build on Win7 x64 with a MYSQL Database.


RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - Martijn - 2012-08-05

(2012-08-05, 12:45)Lucleonhart Wrote:
(2012-08-04, 18:24)Martijn Wrote:
(2012-08-04, 15:43)Lucleonhart Wrote: Hey there. Installed latest Watchlist from GIT and latest nightly from xbmc and got nothing but errors... Sad

Debug Log: http://dl.dropbox.com/u/6451985/xbmc.old.log

Hmm i get the same error.
Probably something broken in latest nightly. Will investigate. Nothing that can be done now
Hey! Thanks for investigating. Smile I will update my nightly more often now to see if a fix is there. Anything found so far? Smile FYI: I am using Windows build on Win7 x64 with a MYSQL Database.

Should be fixed in tomorrows nightly build


RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - ezechiel1917 - 2012-08-06

Is it possible for xbmc to not save lastplayed if video doesn't play for some minumum time like <ignoresecondsatstart> does for automatic bookmark?
So I won't have a tv show of an episode I play by mistake included in watchlist?


RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - `Black - 2012-08-06

Just mark that episode as watched, then unwatched and it's cleared after watchlist is reloaded.


RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - ezechiel1917 - 2012-08-06

(2012-08-06, 16:51)`Black Wrote: Just mark that episode as watched, then unwatched and it's cleared after watchlist is reloaded.

works great, thanks! Smile


RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - Wanilton - 2012-08-06

(2012-08-05, 00:08)Wanilton Wrote: Martijn, hi friend, it´s possible include in watchlist script a new condition:

ListItem.PercentPlayed

This is for use with reminder in progress, this script is great.

Now I have others errors, in previous frodo releases script work fine.

Thanks,

Wanilton

No answer for this request? this is not possible?

There are one error for me with today latest frodo, compiled for use in Windows OS.

20:46:17 T:2324 NOTICE: -->Python Interpreter Initialized<--
20:46:19 T:7488 WARNING: Unknown sort method 0
20:46:19 T:7488 ERROR: Error Type: <type 'exceptions.TypeError'>
20:46:19 T:7488 ERROR: Error Contents: argument 1 must be unicode or str
20:46:19 T:7488 ERROR: Traceback (most recent call last):
File "C:\Users\Wanilton\AppData\Roaming\XBMC\addons\script.watchlist\default.py", line 592, in <module>
Main()
File "C:\Users\Wanilton\AppData\Roaming\XBMC\addons\script.watchlist\default.py", line 33, in __init__
self._fetch_info()
File "C:\Users\Wanilton\AppData\Roaming\XBMC\addons\script.watchlist\default.py", line 68, in _fetch_info
self._set_episode_properties()
File "C:\Users\Wanilton\AppData\Roaming\XBMC\addons\script.watchlist\default.py", line 340, in _set_episode_properties
self.WINDOW.setProperty( "WatchList_Episode.%d.Studio" % ( count ), episode[10] )
TypeError: argument 1 must be unicode or str

Cause this is Studio = Starz! remove ! = Starz, solve for me.

Wanilton







RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - Martijn - 2012-08-08

(2012-08-06, 22:41)Wanilton Wrote:
(2012-08-05, 00:08)Wanilton Wrote: Martijn, hi friend, it´s possible include in watchlist script a new condition:

ListItem.PercentPlayed

This is for use with reminder in progress, this script is great.

Now I have others errors, in previous frodo releases script work fine.

Thanks,

Wanilton

No answer for this request? this is not possible?

There are one error for me with today latest frodo, compiled for use in Windows OS.

Wanilton
Will look at your request.

Those errors are known and are caused by changes in XBMC.
Once pre-frodo repo is up i will push a new version.



RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - Wanilton - 2012-08-09

Martijn, thanks for info, i will wait for news.

Wanilton


RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - Lucleonhart - 2012-08-10

(2012-08-05, 21:46)Martijn Wrote: Should be fixed in tomorrows nightly build
Ok, updated today, now i got more errors than before, the same as Wanilton.
Will wait formthe new repo then. Smile



RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - Martijn - 2012-08-10

(2012-08-10, 17:39)Lucleonhart Wrote:
(2012-08-05, 21:46)Martijn Wrote: Should be fixed in tomorrows nightly build
Ok, updated today, now i got more errors than before, the same as Wanilton.
Will wait formthe new repo then. Smile

I will probably post a test version first however i first need to get really drunk tonight Big Grin


RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - Lucleonhart - 2012-08-10

(2012-08-10, 17:47)Martijn Wrote:
(2012-08-10, 17:39)Lucleonhart Wrote:
(2012-08-05, 21:46)Martijn Wrote: Should be fixed in tomorrows nightly build
Ok, updated today, now i got more errors than before, the same as Wanilton.
Will wait formthe new repo then. Smile

I will probably post a test version first however i first need to get really drunk tonight Big Grin
Sounds like a plan! Will do the same, so have fun! Wink




RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - Martijn - 2012-08-12

pre-Frodo August 11 and later ONLY:
if it won't install you don't need it.

Version 12.0.0
download test version

Report script errors on pastebin.com or xbmclogs.com and post link here