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 = $str($curResult['season']) + 'x' + $str($curResult['episode'])
#try:
#set $overview = $showCats[$curShow.indexerid][$whichStr]
#except Exception
#continue
#end try
#if $overview not in ($Overview.QUAL, $Overview.WANTED):
#continue
#end if
$whichStr
$curResult["name"]
#if int($curResult['airdate']) == 1 then 'never' else $sbdatetime.sbdatetime.sbfdate($sbdatetime.sbdatetime.convert_to_setting($network_timezones.parse_date_time($curResult['airdate'],$curShow.airs,$curShow.network)))#