#if $curNewznabProvider.default and $curNewznabProvider.needs_auth
URL
#end if
#if $hasattr($curNewznabProvider, 'enable_recentsearch') and $curNewznabProvider.supportsBacklog:
#end if
#if $hasattr($curNewznabProvider, 'enable_backlog') and $curNewznabProvider.supportsBacklog:
#end if
#if $hasattr($curNewznabProvider, 'search_mode') and $curNewznabProvider.supportsBacklog:
#end if
#if $hasattr($curNewznabProvider, 'search_fallback') and $curNewznabProvider.supportsBacklog:
#end if
#end for
##
##
#for $curNzbProvider in [$curProvider for $curProvider in $sickbeard.providers.sortedProviderList() if $curProvider.providerType == $GenericProvider.NZB and $curProvider not in $sickbeard.newznabProviderList]:
#if $hasattr($curNzbProvider, 'username'):
Username
#end if
#if $hasattr($curNzbProvider, 'api_key'):
#end if
#if $hasattr($curNzbProvider, 'enable_recentsearch') and $curNzbProvider.supportsBacklog:
#end if
#if $hasattr($curNzbProvider, 'enable_backlog') and $curNzbProvider.supportsBacklog:
#end if
#if $hasattr($curNzbProvider, 'search_mode') and $curNzbProvider.supportsBacklog:
#end if
#if $hasattr($curNzbProvider, 'search_fallback') and $curNzbProvider.supportsBacklog:
#end if
#if not $curNzbProvider.supportsBacklog:
The latest releases are the focus of this provider, no backlog searching
#end if
#end for
##
##
#for $curTorrentProvider in [$curProvider for $curProvider in $sickbeard.providers.sortedProviderList() if $curProvider.providerType == $GenericProvider.TORRENT]:
#if $hasattr($curTorrentProvider, 'api_key'):
Api key:
#end if
#if $hasattr($curTorrentProvider, 'digest'):
Digest:
#end if
#if $hasattr($curTorrentProvider, 'hash'):
Hash:
#end if
#if $hasattr($curTorrentProvider, 'username'):
Username:
#end if
#if $hasattr($curTorrentProvider, 'password'):
Password:
#end if
#if $hasattr($curTorrentProvider, 'passkey'):
Passkey:
#end if
#if $hasattr($curTorrentProvider, '_seed_ratio') and 'blackhole' != $sickbeard.TORRENT_METHOD:
#set $torrent_method_text = {'blackhole': 'Black hole', 'utorrent': 'uTorrent', 'transmission': 'Transmission', 'deluge': 'Deluge', 'download_station': 'Synology DS', 'rtorrent': 'rTorrent'}
#end if
#if $hasattr($curTorrentProvider, 'minseed'):
#end if
#if $hasattr($curTorrentProvider, 'minleech'):
#end if
#if $hasattr($curTorrentProvider, 'proxy'):
#if $hasattr($curTorrentProvider.proxy, 'url'):
Proxy URL:
#for $i in $curTorrentProvider.proxy.urls.keys():
>$i
#end for
#end if
#end if
#if $hasattr($curTorrentProvider, 'confirmed'):
#end if
#if $hasattr($curTorrentProvider, 'freeleech'):
#end if
#if $hasattr($curTorrentProvider, 'enable_recentsearch') and $curTorrentProvider.supportsBacklog:
#end if
#if $hasattr($curTorrentProvider, 'enable_backlog') and $curTorrentProvider.supportsBacklog:
#end if
#if $hasattr($curTorrentProvider, 'search_mode') and $curTorrentProvider.supportsBacklog:
#end if
#if $hasattr($curTorrentProvider, 'search_fallback') and $curTorrentProvider.supportsBacklog:
#end if
#end for
#if $provider_config_list