XBMC Community Forum
[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)



- ronie - 2012-02-01 19:17

Martijn Wrote:Any word on this if it should fix the problem mentioned by ezechiel1917?

like ezechiel1917, i'm also using ubuntu 11.10.
i've tried v0.1.9 on a pvr build but can't reproduce his issue.


Martijn Wrote:The add-on wiki would also be a good place Wink

me, i don't like updating information in 2-3 places whenever i add something new.

but hey, like they say... it's a wiki ;-)


- ekim232 - 2012-02-01 19:21

ronie Wrote:each of the addons i create includes a README for skinners ;-)

There it is! Thanks for the assistance.


- fmronan - 2012-02-01 19:56

is it possible to add, banner, logo and clearart in your script?


- ezechiel1917 - 2012-02-01 23:29

FrostBox Wrote:wow! bizarre bug!
which version of xbmc and OS you use and python version on xbmc!

try this
PHP Code:
try:
    
import json as simplejson
    assert hasattr
simplejson"loads" )
except:
    
import simplejson 

Martijn Wrote:Any word on this if it should fix the problem mentioned by ezechiel1917?

`Black Wrote:@ezechiel1917
You're using a pvr build, right? Please try with the Eden beta2. Maybe it's a Linux problem. I'll fix the thumbnail problem.

Sorry, was a little bit busy last two days.
Python version is 2.7.2+ , Ubuntu 11.10 x86 mini, pulse-eight xbmc ppa git20120126.6187ec6-0ubuntu1~stable64~oneiric_all

FrostBox, Martijn: That code helped, script loads ok with it.


- FrostBox - 2012-02-02 03:36

ezechiel1917 Wrote:Sorry, was a little bit busy last two days.
Python version is 2.7.2+ , Ubuntu 11.10 x86 mini, pulse-eight xbmc ppa git20120126.6187ec6-0ubuntu1~stable64~oneiric_all

FrostBox, Martijn: That code helped, script loads ok with it.

ok thanks, but very strange!

I added fix on moviesets, plus debug info

PHP Code:
try:
    
import json as simplejson
    
# test json has not loads, call error
    
if not hasattrsimplejson"loads" ):
        
raise Exception"Hmmm! Error with json %r" dirsimplejson ) )
except Exceptione:
    print 
"[MovieSets] %s" str)
    
import simplejson 
Now I will added this in my others scripts


Togglebutton to switch between On deck and Recently added - michaeldecharon - 2012-02-02 18:55

I'm loving the on deck feature!

I'm using it now with the Welo skin.

But what i really like to do is to make a togglebutton, so that i can switch between my recently added movies and the movies on deck on my homescreen.

How can i make a togglebutton to activate the right group?


- ezechiel1917 - 2012-02-02 23:46

Was wondering, now with the ultrafast updates, would it be feasible to update the list if you mark episodes or tv shows manually watched/unwatched and when you scan new items to library (you can import watched status with nfo) What do you think?


- `Black - 2012-02-03 00:30

No not possible (at least not with an acceptable solution). In the long term this script needs to be implemented natively to XBMC which would solve all problems.


Wiki update - Martijn - 2012-02-03 22:32

To all script coders:

I took the liberty (and because ronie kept asking Wink ) to update the wiki page for the watchlist script.

All information from the readme file has been added.

Please check if anything new must be added and also add new options when they come available.
http://wiki.xbmc.org/index.php?title=Add-on:Watchlist


- fmronan - 2012-02-03 23:01

yes banner, clearart and logo for tv shows, please.Laugh because I have that, with random item script and we work to add that in a new script for recentlyadded.[Image: 1328302855-screenshot114.png]