![]() |
|
[RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: Skin Development (/forumdisplay.php?fid=12) +--- Thread: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') (/showthread.php?tid=113702) |
- Hitcher - 2012-03-02 20:19 `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. - pecinko - 2012-03-02 22:12 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? - `Black - 2012-03-04 18:47 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). - bthusby - 2012-03-05 23:54 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
- Martijn - 2012-03-06 00:10 This is a development thread for skinners. No End-User Support Requests! - bthusby - 2012-03-06 01:26 Martijn Wrote:This is a development thread for skinners. No harm intended. Im just very curious about the plans for the script
RE: Adding Plex's 'On Deck' feature to XBMC - pecinko - 2012-03-12 10:16 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. RE: Adding Plex's 'On Deck' feature to XBMC - Martijn - 2012-03-12 10:31 There won't be any new additons to the pre-eden repo. All add-on/skin will go to the Eden repo RE: Adding Plex's 'On Deck' feature to XBMC - pecinko - 2012-03-12 10:37 (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. RE: Adding Plex's 'On Deck' feature to XBMC - mortstar - 2012-03-15 23:12 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
|