[RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC')

  Thread Rating:
  • 2 Votes - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
ezechiel1917 Offline
Aeon Group
Posts: 646
Joined: Jun 2005
Location: Czech Republic
Post: #681
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?

Ubuntu 13.04 | XBMC PRE-13.0 | VDR + VNSI4 @ Technotrend CT-3650 CI | Transparency! skin | trakt.tv | FlexRAID
(This post was last modified: 2012-08-06 16:26 by ezechiel1917.)
find quote
`Black Offline
Skilled Skinner
Posts: 2,070
Joined: Apr 2009
Reputation: 51
Location: Germany
Post: #682
Just mark that episode as watched, then unwatched and it's cleared after watchlist is reloaded.

[Image: xp1080-21.png]
find quote
ezechiel1917 Offline
Aeon Group
Posts: 646
Joined: Jun 2005
Location: Czech Republic
Post: #683
(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

Ubuntu 13.04 | XBMC PRE-13.0 | VDR + VNSI4 @ Technotrend CT-3650 CI | Transparency! skin | trakt.tv | FlexRAID
find quote
Wanilton Offline
Fan
Posts: 668
Joined: Jun 2010
Reputation: 13
Location: Florianópolis - Brazil
Post: #684
(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

http://www.xbmcbrasil.net
XBMC Brazilian Community Forum
(This post was last modified: 2012-08-07 03:38 by Wanilton.)
find quote
Martijn Offline
Team-XBMC
Posts: 7,787
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #685
(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.

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
find quote
Wanilton Offline
Fan
Posts: 668
Joined: Jun 2010
Reputation: 13
Location: Florianópolis - Brazil
Post: #686
Martijn, thanks for info, i will wait for news.

Wanilton

http://www.xbmcbrasil.net
XBMC Brazilian Community Forum
find quote
Lucleonhart Offline
Senior Member
Posts: 167
Joined: Jan 2009
Reputation: 1
Post: #687
(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
find quote
Martijn Offline
Team-XBMC
Posts: 7,787
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #688
(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

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
find quote
Lucleonhart Offline
Senior Member
Posts: 167
Joined: Jan 2009
Reputation: 1
Post: #689
(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
find quote
Martijn Offline
Team-XBMC
Posts: 7,787
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #690
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

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
(This post was last modified: 2012-08-12 23:36 by Martijn.)
find quote
Post Reply