#from sickbeard import subtitles #import sickbeard #set global $title="Config - Subtitles" #set global $header="Subtitles" #set global $sbPath="../.." #set global $topmenu="config" #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

Subtitles Search

Settings that dictate how SickRage handles subtitles search results.



Subtitle Plugins

Check off and drag the plugins into the order you want them to be used.

At least one plugin is required.

* Web-scraping plugin

    #for $curService in $sickbeard.subtitles.sortedServiceList(): #set $curName = $curService.id
  • $curService.name $curService.name.capitalize() #if not $curService.api_based then "*" else ""#
  • #end for
"/>



#include $os.path.join($sickbeard.PROG_DIR, "gui/slick/interfaces/default/inc_bottom.tmpl")