[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
Hitcher Offline
Skilled Skinner
Posts: 9,915
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #571
`Black Wrote:If you use a list control, do not use any visible conditions for the watchlist items as it causes exactly the problem bthusby has (empty thumbnails on startup). Same for recently added, random items etc.

I use them for both and don't have any problems.

[Image: sig_zps3af3b48e.jpg]
find quote
pecinko Online
Donor
Posts: 2,995
Joined: Dec 2008
Reputation: 26
Location: Prague / Belgrade
Post: #572
Besides, visibility checks should be validated each frame so item should become visible as soon as property is available. Judgging by this it should be very unlikely that this is causing problems with dissappearing thumbs bthusby was talking about.

Thoughts?

My skins:

Quartz
Amber
find quote
`Black Offline
Skilled Skinner
Posts: 1,999
Joined: Apr 2009
Reputation: 49
Location: Germany
Post: #573
I also don't know why it's happening but it does, several people had this problem with my skin while I never or very very rarely had it.

If you use something like <visible>!IsEmpty(Window(Home).Property(WatchList_Episode.%d.Label))</visible>, all items are initially hidden because watch list hasn't finished loading and sometimes, I think mostly on slow systems, the thumbnail is hidden.

Edit: Scratch that, I think it the problem was that I used an extra visibility check + fade animation for the thumbnails which was causing the problem. I check for the path because it's never empty, label could be (but it's very unlikely).

[Image: xp1080.png]
(This post was last modified: 2012-03-04 18:52 by `Black.)
find quote
bthusby Offline
Senior Member
Posts: 133
Joined: Feb 2011
Reputation: 1
Location: Norway
Post: #574
Are you cooperating with the JSON-RPC team to make parsing/calls more efficient? And also to add new keywords / meta-data so calls can be more tailored to find out e.g. when an episode was added, last watched etc?

Is it possible that there will be options to manipulate the watchlist i.e to select which TV shows you follow, and these will take precedence in the watchlist?

Will the watchlist be added into the XBMC core in the future or be changed into a version of smartlists like previously discussed? Any thoughts where this is going?

The Quartz skin and Pecinko has made a very nice implementation of it with its mediashelf!

This script is a very nice piece of SW, I love it Wink

BT :)
find quote
Martijn Offline
Team-XBMC
Posts: 7,676
Joined: Jul 2011
Reputation: 114
Location: Dawn of time
Post: #575
This is a development thread for skinners.
No End-User Support Requests!

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
bthusby Offline
Senior Member
Posts: 133
Joined: Feb 2011
Reputation: 1
Location: Norway
Post: #576
Martijn Wrote:This is a development thread for skinners.
No End-User Support Requests!

No harm intended. Im just very curious about the plans for the script Smile

BT :)
find quote
pecinko Online
Donor
Posts: 2,995
Joined: Dec 2008
Reputation: 26
Location: Prague / Belgrade
Post: #577
Guys

latest version available in pre-eden differs from the one in Eden repo, causing "dependencies not met" for ATV users. Is this intentional for some reason? IMO, they should be in sync until Eden final is out.

My skins:

Quartz
Amber
find quote
Martijn Offline
Team-XBMC
Posts: 7,676
Joined: Jul 2011
Reputation: 114
Location: Dawn of time
Post: #578
There won't be any new additons to the pre-eden repo. All add-on/skin will go to the Eden repo

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
pecinko Online
Donor
Posts: 2,995
Joined: Dec 2008
Reputation: 26
Location: Prague / Belgrade
Post: #579
(2012-03-12 10:31)Martijn Wrote:  There won't be any new additons to the pre-eden repo. All add-on/skin will go to the Eden repo

OK I'll tell ATV2 users to wait until Eden is out.

My skins:

Quartz
Amber
(This post was last modified: 2012-03-12 10:38 by pecinko.)
find quote
mortstar Offline
Senior Member
Posts: 248
Joined: Aug 2010
Reputation: 3
Post: #580
Watchlist v0.1.11 is, by default, showing WatchList_Episode.n.Label as "sXee. Episode Title". I think this is happening for 'Random Items' script as well. Is this something messed up in my database, or a problem with these scripts?

http://pastebin.com/D2TNYku4

[Image: VtWZh.jpg]

[Image: watched-clearlogo.jpg]
find quote
Post Reply