Wanted: $showCounts[$curShow.indexerid][$Overview.WANTED]Low Quality: $showCounts[$curShow.indexerid][$Overview.QUAL]
#if not $curShow.paused:
Force Backlog
#else
Paused
#end if
Episode
Name
Airdate
##
#for $curResult in $showSQLResults[$curShow.indexerid]:
#set $whichStr = '%sx%s' % ($str($curResult['season']), $str($curResult['episode']))
#try:
#set $overview = $showCats[$curShow.indexerid][$whichStr]
#except Exception
#continue
#end try
##
#if $overview in ($Overview.QUAL, $Overview.WANTED) or ($sickbeard.SEARCH_UNAIRED and $Overview.UNAIRED == $overview and 0 < $curResult['season'])
#
$whichStr
$curResult['name']
#if 1 == int($curResult['airdate']) then 'never' else $sbdatetime.sbdatetime.sbfdate($sbdatetime.sbdatetime.convert_to_setting($network_timezones.parse_date_time($curResult['airdate'], $curShow.airs,$curShow.network)))#