#import sickbeard #from sickbeard import subtitles #from sickbeard.helpers import anon_url ## #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 SickGear 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
  • #set $provider_url = $curService.url $curService.name $curService.name.capitalize() #if not $curService.api_based#*#end if#
  • #end for
">



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