season not fetched
Posted: 16 Oct 2012, 02:27
hi,
The season is not fetch correctly from the path. see the xtract from my cmd window:
Fetching I:\TV series\Breaking Bad\Season 03\backdrop.jpg => {id=916658, BannerM
irror=http://thetvdb.com/banners/, BannerPath=seasons/81189-1-13.jpg, BannerType
=season, BannerType2=season, Season=1, Language=en, Rating=8.5000, RatingCount=6
I'm able to make it work only by hardcoding the season number 3 at the following line:
def season = sxe && sxe.season > 0 ? sxe.season : 3
Otherwise sxe seems to be null.
any idea why?
thanks
Jeff
The season is not fetch correctly from the path. see the xtract from my cmd window:
Fetching I:\TV series\Breaking Bad\Season 03\backdrop.jpg => {id=916658, BannerM
irror=http://thetvdb.com/banners/, BannerPath=seasons/81189-1-13.jpg, BannerType
=season, BannerType2=season, Season=1, Language=en, Rating=8.5000, RatingCount=6
I'm able to make it work only by hardcoding the season number 3 at the following line:
def season = sxe && sxe.season > 0 ? sxe.season : 3
Otherwise sxe seems to be null.
any idea why?
thanks
Jeff