#import sickbeard #import datetime #from sickbeard.common import (Overview, statusStrings, ARCHIVED, FAILED, IGNORED, SKIPPED, SNATCHED, SNATCHED_ANY, UNKNOWN, WANTED, DOWNLOADED) ## #set global $title = 'Episode Overview' #set global $header = 'Episode Overview' #set global $sbPath = '..' #set global $topmenu = 'manage' ## #import os.path #include $os.path.join($sickbeard.PROG_DIR, 'gui/slick/interfaces/default/inc_top.tmpl') #if $varExists('header')

$header

#else

$title

#end if ## #if not $whichStatus or ($whichStatus and not $ep_counts) ## #if $whichStatus:

no episodes have status $statusStrings[$whichStatus].lower()

#end if
Manage episodes with status
## #else #if $whichStatus in ($ARCHIVED, $IGNORED): #set $row_class = 'good' #elif $whichStatus == $SNATCHED: #set $row_class = 'snatched' #else #set $row_class = $Overview.overviewStrings[$whichStatus] #end if #set $statusList = [$ARCHIVED, $IGNORED, $SKIPPED] #if $DOWNLOADED == $whichStatus: #set $statusList = [$ARCHIVED] #elif $ARCHIVED == $whichStatus: #set $statusList = [$SKIPPED, $DOWNLOADED, $ARCHIVED, $IGNORED] #end if #if $whichStatus in $statusList $statusList.remove($whichStatus) #end if #if $whichStatus in $SNATCHED_ANY $statusList.append($FAILED) #end if
$xsrf_form_html

$ep_count episode#echo ('s', '')[1 == $ep_count]# marked $statusStrings[$whichStatus].lower() in ${len($sorted_show_ids)} show#echo ('s', '')[1 == len($sorted_show_ids)]#

Set checked shows/episodes to #if $DOWNLOADED != $whichStatus: Override checked status to #end if
#set $row = 0 #for $cur_indexer_id in $sorted_show_ids: #if 0 == int($never_counts[$cur_indexer_id]) #set $output = '%d' % $ep_counts[$cur_indexer_id] #elif $ep_counts[$cur_indexer_id] != $never_counts[$cur_indexer_id] #set $diff = $ep_counts[$cur_indexer_id] - $never_counts[$cur_indexer_id] #set $output = '%d' % $diff + ('', (' episode%s plus %s never with an airdate' % (('s', '')[1 == $ep_counts[$cur_indexer_id]], $never_counts[$cur_indexer_id])))[0 < $never_counts[$cur_indexer_id]] #else #set $output = '%s never with an airdate' % (('all %s %ss', '%s %s')[1 == $ep_counts[$cur_indexer_id]] % ($ep_counts[$cur_indexer_id], 'episode')) #end if #end for
$show_names[$cur_indexer_id] ($output)
#end if #include $os.path.join($sickbeard.PROG_DIR, 'gui/slick/interfaces/default/inc_bottom.tmpl')