2010-09-15, 22:47
Here's the script -
http://pastebin.com/n6F7KQ72
I did have a quick play around earlier but got errors on this part -
http://pastebin.com/n6F7KQ72
I did have a quick play around earlier but got errors on this part -
PHP Code:
command = "XBMC.RunScript(%s,limit=%d&partial=%s&albums=%s&unplayed=%s&totals=%s&trailer=%s&alarm=%d)" % ( os.path.join( os.getcwd(), __file__ ), self.LIMIT, str( not self.RECENT ), str( self.ALBUMS ), str( self.UNPLAYED ), str( self.TOTALS ), str( self.PLAY_TRAILER ), self.ALARM, )