#import sickbeard #from sickbeard import subtitles, sbdatetime, network_timezones #import sickbeard.helpers #from sickbeard.common import * #from sickbeard.helpers import anon_url #from lib import subliminal #import os.path, os #import datetime #set global $title = $show.name #set global $topmenu = 'home' #set $exceptions_string = ', '.join($show.exceptions) #include $os.path.join($sickbeard.PROG_DIR, 'gui/slick/interfaces/default/inc_top.tmpl') #if $sickbeard.USE_IMDB_INFO: #end if
Change Show:

$show.name

#if $seasonResults: ##There is a special/season_0?## #set $season_special = (0, 1)[0 == int($seasonResults[-1]['season'])] #if not $sickbeard.DISPLAY_SHOW_SPECIALS and $season_special: $seasonResults.pop(-1) #end if #if $season_special: Display Specials: #if sickbeard.DISPLAY_SHOW_SPECIALS: Hide #else: Show #end if #end if
#if (len($seasonResults) > 14): #else: Season: #for $seasonNum in $seasonResults: #if 0 == int($seasonNum['season']): Specials #else: ${str($seasonNum['season'])} #end if #if $seasonNum != $seasonResults[-1]: | #end if #end for #end if #end if
#if $show_message:
$show_message
#end if
#if $sickbeard.USE_IMDB_INFO and 'rating' in $show.imdb_info #if '' != $show.imdb_info['votes'] #set $rating_tip = '%s of 10 stars
%s votes' % (str($show.imdb_info['rating']), str($show.imdb_info['votes'])) $show.imdb_info['rating'] #else [ No votes available ] #end if #end if #set $_show = $show #if not $sickbeard.USE_IMDB_INFO or not $show.imdbid ($show.startyear) - $show.runtime minutes - #else #if 'country_codes' in $show.imdb_info: #for $country in $show.imdb_info['country_codes'].split('|') #end for #end if #if 'year' in $show.imdb_info: ($show.imdb_info['year']) - $show.imdb_info['runtimes'] minutes #end if [imdb] #end if $sickbeard.indexerApi($show.indexer).name #if $xem_numbering or $xem_absolute_numbering: [xem] #end if
#if not $sickbeard.USE_IMDB_INFO or not $show.imdbid ## Disabling these trackt tags as they 404 on trakt2.0, remove False to re-enable #if False and $show.genre:
    #for $genre in $show.genre[1:-1].split('|')
  • $genre
  • #end for
#end if #end if #if $sickbeard.USE_IMDB_INFO and 'year' in $show.imdb_info:
#end if
#if $show.network and $show.airs: #else if $show.network: #else if $show.airs: #end if #if $showLoc[1]: #else: #end if #set $anyQualities, $bestQualities = $Quality.splitQuality(int($show.quality)) #if $show.rls_ignore_words: #end if #if $show.rls_require_words: #end if #if $bwl and $bwl.whitelist: #end if #if $bwl and $bwl.blacklist: #end if
Originally airs$show.airs #if not $network_timezones.test_timeformat($show.airs) then ' (invalid Timeformat) ' else ''# on $show.network
Originally airs$show.network
Originally airs$show.airs #if not $network_timezones.test_timeformat($show.airs) then ' (invalid Timeformat) ' else ''#
Status$show.status
Location$showLoc[0]
Location$showLoc[0] (dir is missing)
Quality #if $show.quality in $qualityPresets: $qualityPresetStrings[$show.quality] #else: #if $anyQualities: Initial ... <%= ', '.join([Quality.qualityStrings[x] for x in sorted(anyQualities)])%> #if $bestQualities then '
' else ''# #end if #if $bestQualities: Replace with ... <%= ', '.join([Quality.qualityStrings[x] for x in sorted(bestQualities)])%> #end if #end if
Scene name#if $show.exceptions then $exceptions_string else $show.name#
Ignore with any of#echo $show.rls_ignore_words#
Require one of#echo $show.rls_require_words#
Whitelist group#if len($bwl.whitelist)>1 then 's' else ''# #echo ', '.join($bwl.whitelist)#
Blacklist group#if len($bwl.blacklist)>1 then 's' else ''# #echo ', '.join($bwl.blacklist)#
Size$sickbeard.helpers.human(sickbeard.helpers.get_size($showLoc[0]))
#set $no = 'no16.png" title="No" alt="No' #set $yes = 'yes16.png" title="Yes" alt="Yes' #if $anyQualities + $bestQualities #end if #if $sickbeard.USE_SUBTITLES #end if
Paused
Archive on first match
Flat folder structure
Air by date naming
Use DVD order
Scene numbering
Subtitles
Show is sports
Show is anime
Info language$show.lang
Change selected episodes to

#set $curSeason = -1 #set $odd = 0 #for $epResult in $sqlResults: #set $epStr = str($epResult['season']) + 'x' + str($epResult['episode']) #if not $epStr in $epCats: #continue #end if #if not $sickbeard.DISPLAY_SHOW_SPECIALS and 0 == int($epResult['season']): #continue #end if #set $scene = False #set $scene_anime = False #if not $show.air_by_date and not $show.is_sports and not $show.is_anime and $show.is_scene: #set $scene = True #elif not $show.air_by_date and not $show.is_sports and $show.is_anime and $show.is_scene: #set $scene_anime = True #end if #set ($dfltSeas, $dfltEpis, $dfltAbsolute) = (0, 0, 0) #if (epResult['season'], epResult['episode']) in $xem_numbering: #set ($dfltSeas, $dfltEpis) = $xem_numbering[(epResult['season'], epResult['episode'])] #end if #if epResult['absolute_number'] in $xem_absolute_numbering: #set $dfltAbsolute = $xem_absolute_numbering[epResult['absolute_number']] #end if #if epResult['absolute_number'] in $scene_absolute_numbering: #set $scAbsolute = $scene_absolute_numbering[epResult['absolute_number']] #set $dfltAbsNumbering = False #else #set $scAbsolute = $dfltAbsolute #set $dfltAbsNumbering = True #end if #if (epResult['season'], epResult['episode']) in $scene_numbering: #set ($scSeas, $scEpis) = $scene_numbering[(epResult['season'], epResult['episode'])] #set $dfltEpNumbering = False #else #set ($scSeas, $scEpis) = ($dfltSeas, $dfltEpis) #set $dfltEpNumbering = True #end if #if int($epResult['season']) != $curSeason: #if $show.is_anime: #end if #if $scene: #end if #if $scene_anime: #end if #if $sickbeard.USE_SUBTITLES and $show.subtitles: #end if #set $curSeason = int($epResult['season']) #end if #set $epLoc = $epResult['location'] #if $show.is_anime: #end if #if $scene: #elif $scene_anime: #end if #if $sickbeard.USE_SUBTITLES and $show.subtitles: #end if #set $curStatus, $curQuality = $Quality.splitCompositeStatus(int($epResult['status'])) #if Quality.NONE != $curQuality: #else: #end if #end for

#if 0 == int($epResult['season']) then 'Specials' else 'Season ' + str($epResult['season'])#

EpisodeAbsoluteSceneScene AbsoluteName AirdateSubtitlesStatus Search
#if $UNAIRED != int($epResult['status']) #end if Y' else 'nfo-no.gif Y' else 'tbn-no.gif #if $epLoc and $show._location and $epLoc.lower().startswith($show._location.lower()): #set $epLoc = $epLoc[len($show._location)+1:] #elif $epLoc and (not $epLoc.lower().startswith($show._location.lower()) or not $show._location): #set $epLoc = $epLoc #end if #if '' != $epLoc and None != $epLoc: $epResult["episode"] #else $epResult['episode'] #end if $epResult['absolute_number'] #if '' != $epResult['description'] and None != $epResult['description']: #else: #end if $epResult['name'] #if 1 == int($epResult['airdate']) then 'never' else $sbdatetime.sbdatetime.sbfdate($sbdatetime.sbdatetime.convert_to_setting($network_timezones.parse_date_time($epResult['airdate'], $show.airs, $show.network)))# #if $epResult['subtitles']: #for $sub_lang in subliminal.language.language_list($epResult['subtitles'].split(',')): #if '' != sub_lang.alpha2 ${sub_lang} #end if #end for #end if $statusStrings[$curStatus] $Quality.qualityStrings[$curQuality]$statusStrings[$curStatus]
#include $os.path.join($sickbeard.PROG_DIR, 'gui/slick/interfaces/default/inc_bottom.tmpl')