Updated

Cheers,
Zeljko

On Wed, Oct 13, 2010 at 12:52 AM, Ppic <[email protected]> wrote:

> addon - script.tv.show.next.aired
> version - 2.0.1
> url - https://passion-xbmc.googlecode.com/svn/trunk/addons/script.tv.show.
> next.aired/
> revision - 875
> branch - trunk
> xbmc version - dharma, eden-pre
>
> v2.0.1:
> - correct tvshow not found informations
>
> v2.0.0:
> - rewritted the code
> - now the script can be run silently ( option: silent=True )
> - script can be set as alarm and will relaunch automaticaly (silently)
> after XXX minutes (option: alarm=XXX )
> - example to launche the script silently with alarm :
> XBMC.RunScript(script.tv.show.next.aired,silent=True&alarm=3600)
> - result are now ordered by next episode air date.
> - informations are stored for 6h, next launch after will automatically grab
> new info on TVrage.com
> - next aired data are pushed on skin properties (HOME window) and can be
> called from all views
> list of available property:
> totals:
> "NextAired.Total" -- number of next aired tvshow informations found
> "NextAired.TodayTotal" -- number of tvshow diffused today
> for each episode informations:
> %d is the number of the property (max is "NextAired.Total")
> "NextAired.%d.Today" -- True if the show is diffused today, False if not
> "NextAired.%d.ShowTitle"  -- Title of the tvshow (same as stored in db,
> useful for stringcompare)
> "NextAired.%d.NextDate"  -- Date of next episode ( example: "Jan/09/2011"
> )00:48:48 T:3768 M:710418432  NOTICE: ###04x01^Season 4, Episode
> 1^Jan/09/2011
> "NextAired.%d.NextTitle"  -- Title of the next episode, if not available,
> it show season/episode number like this: "Season 4, Episode 1"
> "NextAired.%d.NextNumber"  -- season/episode number (example: 04x01)
> "NextAired.%d.LatestDate"  -- same as next but for the latest
> "NextAired.%d.LatestTitle"  -- same as next but for the latest
> "NextAired.%d.LatestNumber"  -- same as next but for the latest
> "NextAired.%d.Airtime"  -- day and time the show is diffused
> "NextAired.%d.Showpath"  -- path parent tvshow folder, useful to use stuff
> like logo, cleareart ...
> "NextAired.%d.Status"  -- Show season/tvshow status (example: "Returning
> Serie" , "Final Season", "New Serie")
> "NextAired.%d.ep_img"  -- Tvshow default xbmc thumb
> "NextAired.%d.Network"  -- network that diffuse the show (to use network
> label icon!)
> "NextAired.%d.Started"  -- return the date the show started (example:
> 'Sep/19/2010')
> "NextAired.%d.Classification"  -- don't know what it is ... can be
> "Scripted", don't know much, if someone can tell me ...
> "NextAired.%d.Genres"  -- Tvshow genre (TVrage classification, not library)
> (example: 'Drama | Family')
> "NextAired.%d.Premiered"  -- return the year (4digit) the show started
> "NextAired.%d.Country"  -- original country
> "NextAired.%d.Runtime"  -- duration in minutes
>
>
> Commit:
> D:\svn xbmcpassion\trunk\addons\script.tv.show.next.aired\addon.xml
> D:\svn xbmcpassion\trunk\addons\script.tv.show.next.aired\changelog.txt
> D:\svn xbmcpassion\trunk\addons\script.tv.show.next.aired\default.py
> D:\svn
> xbmcpassion\trunk\addons\script.tv.show.next.aired\resources\lib\convert.py
> D:\svn
> xbmcpassion\trunk\addons\script.tv.show.next.aired\resources\lib\file_item.py
> D:\svn
> xbmcpassion\trunk\addons\script.tv.show.next.aired\resources\lib\next_aired_dialog.py
> D:\svn
> xbmcpassion\trunk\addons\script.tv.show.next.aired\resources\lib\scraper.py
> D:\svn
> xbmcpassion\trunk\addons\script.tv.show.next.aired\resources\skins\DefaultSkin\720p\DialogNextAired.xml
> At revision: 875
>
>
> Big change and skin integration :D
>
> thanks!
>
> ppic
>
>
> ------------------------------------------------------------------------------
> Beautiful is writing same markup. Internet Explorer 9 supports
> standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
> Spend less time writing and  rewriting code and more time creating great
> experiences on the web. Be a part of the beta today.
> http://p.sf.net/sfu/beautyoftheweb
> _______________________________________________
> Xbmc-addons mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>
>
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to