2014-03-10 05:18:05 +00:00
|
|
|
#import sickbeard
|
2015-05-07 00:36:40 +00:00
|
|
|
##
|
2016-12-18 20:24:18 +00:00
|
|
|
#set global $title = 'Media Search'
|
|
|
|
#set global $header = 'Media Search'
|
2015-05-07 00:36:40 +00:00
|
|
|
#set global $sbPath = '..'
|
|
|
|
#set global $topmenu = 'manage'
|
|
|
|
##
|
2014-03-10 05:18:05 +00:00
|
|
|
#import os.path
|
2015-05-07 00:36:40 +00:00
|
|
|
#include $os.path.join($sickbeard.PROG_DIR, 'gui/slick/interfaces/default/inc_top.tmpl')
|
2014-03-10 05:18:05 +00:00
|
|
|
|
2015-09-12 07:17:26 +00:00
|
|
|
<script type="text/javascript" src="$sbRoot/js/plotTooltip.js?v=$sbPID"></script>
|
|
|
|
<script type="text/javascript" src="$sbRoot/js/manageSearches.js?v=$sbPID"></script>
|
2014-09-30 22:20:37 +00:00
|
|
|
<div id="content800">
|
2015-05-07 00:36:40 +00:00
|
|
|
#if $varExists('header')
|
|
|
|
<h1 class="header">$header</h1>
|
|
|
|
#else
|
|
|
|
<h1 class="title">$title</h1>
|
|
|
|
#end if
|
2014-03-10 05:18:05 +00:00
|
|
|
|
2015-05-07 00:36:40 +00:00
|
|
|
<div id="summary2" class="align-left">
|
|
|
|
<h3>Backlog Search:</h3>
|
2017-09-06 09:08:31 +00:00
|
|
|
<a id="forcebacklog" class="btn#if $standard_backlog_running or $backlog_is_active# disabled#end if#" href="$sbRoot/manage/manageSearches/forceBacklog"><i class="sgicon-play"></i> Force</a>
|
|
|
|
<a id="pausebacklog" class="btn" href="$sbRoot/manage/manageSearches/pauseBacklog?paused=#if $backlog_paused then "0" else "1"#"><i class="#if $backlog_paused then "sgicon-play" else "sgicon-pause"#"></i> #if $backlog_paused then "Unpause" else "Pause"#</a>
|
|
|
|
#if $backlog_paused then 'Paused: ' else ''#
|
|
|
|
#if not $backlog_running and not $backlog_is_active:
|
2015-05-07 00:36:40 +00:00
|
|
|
Not in progress<br />
|
|
|
|
#else
|
2017-09-06 09:08:31 +00:00
|
|
|
Currently running#if $backlog_running_type != "None"# ($backlog_running_type)#end if#<br />
|
2015-05-04 19:14:29 +00:00
|
|
|
#end if
|
2015-05-07 00:36:40 +00:00
|
|
|
<br />
|
2014-03-10 05:18:05 +00:00
|
|
|
|
2015-05-07 00:36:40 +00:00
|
|
|
<h3>Recent Search:</h3>
|
2017-09-06 09:08:31 +00:00
|
|
|
<a id="recentsearch" class="btn#if $recent_search_status# disabled#end if#" href="$sbRoot/manage/manageSearches/forceSearch"><i class="sgicon-play"></i> Force</a>
|
|
|
|
#if not $recent_search_status
|
2015-05-07 00:36:40 +00:00
|
|
|
Not in progress<br />
|
|
|
|
#else
|
|
|
|
In Progress<br />
|
2014-05-19 17:40:25 +00:00
|
|
|
#end if
|
2015-05-07 00:36:40 +00:00
|
|
|
<br />
|
2014-05-19 17:40:25 +00:00
|
|
|
|
2015-05-07 00:36:40 +00:00
|
|
|
<h3>Find Propers Search:</h3>
|
2017-09-06 09:08:31 +00:00
|
|
|
<a id="propersearch" class="btn#if $find_propers_status# disabled#end if#" href="$sbRoot/manage/manageSearches/forceFindPropers"><i class="sgicon-play"></i> Force</a>
|
|
|
|
#if not $find_propers_status
|
2015-05-07 00:36:40 +00:00
|
|
|
Not in progress<br />
|
|
|
|
#else
|
|
|
|
In Progress<br />
|
2014-05-15 04:16:46 +00:00
|
|
|
#end if
|
2015-05-07 00:36:40 +00:00
|
|
|
<br />
|
2015-05-04 19:14:29 +00:00
|
|
|
|
2015-05-07 00:36:40 +00:00
|
|
|
<br /><br />
|
2016-09-04 20:00:44 +00:00
|
|
|
|
2015-05-07 00:36:40 +00:00
|
|
|
<h3>Search Queue:</h3>
|
2017-09-06 09:08:31 +00:00
|
|
|
#if $queue_length['backlog'] or $queue_length['manual'] or $queue_length['failed']
|
2017-08-16 19:15:19 +00:00
|
|
|
<input type="button" class="show-all-more btn" id="all-btn-more" value="Expand All"><input type="button" class="show-all-less btn" id="all-btn-less" value="Collapse All"><br>
|
2015-05-04 19:14:29 +00:00
|
|
|
#end if
|
2017-08-16 19:15:19 +00:00
|
|
|
<br>
|
2017-09-06 09:08:31 +00:00
|
|
|
Recent: <i>$queue_length['recent'] item$sickbeard.helpers.maybe_plural($queue_length['recent'])</i><br><br>
|
|
|
|
Proper: <i>$queue_length['proper'] item$sickbeard.helpers.maybe_plural($queue_length['proper'])</i><br><br>
|
|
|
|
Backlog: <i>$len($queue_length['backlog']) item$sickbeard.helpers.maybe_plural($len($queue_length['backlog']))</i>
|
|
|
|
#if $queue_length['backlog']
|
|
|
|
<input type="button" class="shows-more btn" id="backlog-btn-more" value="Expand" #if not $queue_length['backlog']# style="display:none" #end if#><input type="button" class="shows-less btn" id="backlog-btn-less" value="Collapse" style="display:none"><br>
|
2015-05-04 19:14:29 +00:00
|
|
|
<table class="sickbeardTable manageTable" cellspacing="1" border="0" cellpadding="0" style="display:none">
|
|
|
|
<thead></thead>
|
|
|
|
<tbody>
|
|
|
|
#set $row = 0
|
2017-09-06 09:08:31 +00:00
|
|
|
#for $cur_item in $queue_length['backlog']:
|
2015-05-04 19:14:29 +00:00
|
|
|
#set $search_type = 'On Demand'
|
2016-09-04 20:00:44 +00:00
|
|
|
#if $cur_item['standard_backlog']:
|
|
|
|
#if $cur_item['forced']:
|
2015-05-04 19:14:29 +00:00
|
|
|
#set $search_type = 'Forced'
|
|
|
|
#else
|
|
|
|
#set $search_type = 'Scheduled'
|
|
|
|
#end if
|
2016-09-04 20:00:44 +00:00
|
|
|
#if $cur_item['torrent_only']:
|
|
|
|
#set $search_type += ', Torrent Only'
|
|
|
|
#end if
|
|
|
|
#if $cur_item['limited_backlog']:
|
2015-05-04 19:14:29 +00:00
|
|
|
#set $search_type += ' (Limited)'
|
|
|
|
#else
|
|
|
|
#set $search_type += ' (Full)'
|
|
|
|
#end if
|
|
|
|
#end if
|
|
|
|
<tr class="#echo ('odd', 'even')[$row % 2]##set $row+=1#">
|
|
|
|
<td style="width:80%;text-align:left;color:white">
|
2016-09-04 20:00:44 +00:00
|
|
|
<a class="whitelink" href="$sbRoot/home/displayShow?show=$cur_item['indexerid']">$cur_item['name']</a> - $sickbeard.helpers.make_search_segment_html_string($cur_item['segment'])
|
2015-05-04 19:14:29 +00:00
|
|
|
</td>
|
|
|
|
<td style="width:20%;text-align:center;color:white">$search_type</td>
|
|
|
|
</tr>
|
|
|
|
#end for
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
#else
|
2017-08-16 19:15:19 +00:00
|
|
|
<br>
|
2015-05-04 19:14:29 +00:00
|
|
|
#end if
|
2017-08-16 19:15:19 +00:00
|
|
|
<br>
|
2017-09-06 09:08:31 +00:00
|
|
|
Manual: <i>$len($queue_length['manual']) item$sickbeard.helpers.maybe_plural($len($queue_length['manual']))</i>
|
|
|
|
#if $queue_length['manual']
|
|
|
|
<input type="button" class="shows-more btn" id="manual-btn-more" value="Expand" #if not $queue_length['manual']# style="display:none" #end if#><input type="button" class="shows-less btn" id="manual-btn-less" value="Collapse" style="display:none"><br>
|
2015-05-04 19:14:29 +00:00
|
|
|
<table class="sickbeardTable manageTable" cellspacing="1" border="0" cellpadding="0" style="display:none">
|
|
|
|
<thead></thead>
|
|
|
|
<tbody>
|
|
|
|
#set $row = 0
|
2017-09-06 09:08:31 +00:00
|
|
|
#for $cur_item in $queue_length['manual']:
|
2015-05-04 19:14:29 +00:00
|
|
|
<tr class="#echo ('odd', 'even')[$row % 2]##set $row+=1#">
|
|
|
|
<td style="width:100%;text-align:left;color:white">
|
2016-09-04 20:00:44 +00:00
|
|
|
<a class="whitelink" href="$sbRoot/home/displayShow?show=$cur_item['indexerid']">$cur_item['name']</a> - $sickbeard.helpers.make_search_segment_html_string($cur_item['segment'])
|
2015-05-04 19:14:29 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
#end for
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
#else
|
2017-08-16 19:15:19 +00:00
|
|
|
<br>
|
2015-05-04 19:14:29 +00:00
|
|
|
#end if
|
2017-08-16 19:15:19 +00:00
|
|
|
<br>
|
2017-09-06 09:08:31 +00:00
|
|
|
Failed: <i>$len($queue_length['failed']) item$sickbeard.helpers.maybe_plural($len($queue_length['failed']))</i>
|
|
|
|
#if $queue_length['failed']
|
|
|
|
<input type="button" class="shows-more btn" id="failed-btn-more" value="Expand" #if not $queue_length['failed']# style="display:none" #end if#><input type="button" class="shows-less btn" id="failed-btn-less" value="Collapse" style="display:none"><br>
|
2015-05-04 19:14:29 +00:00
|
|
|
<table class="sickbeardTable manageTable" cellspacing="1" border="0" cellpadding="0" style="display:none">
|
|
|
|
<thead></thead>
|
|
|
|
<tbody>
|
|
|
|
#set $row = 0
|
2017-09-06 09:08:31 +00:00
|
|
|
#for $cur_item in $queue_length['failed']:
|
2015-05-04 19:14:29 +00:00
|
|
|
<tr class="#echo ('odd', 'even')[$row % 2]##set $row+=1#">
|
|
|
|
<td style="width:100%;text-align:left;color:white">
|
2016-09-04 20:00:44 +00:00
|
|
|
<a class="whitelink" href="$sbRoot/home/displayShow?show=$cur_item['indexerid']">$cur_item['name']</a> - $sickbeard.helpers.make_search_segment_html_string($cur_item['segment'])
|
2015-05-04 19:14:29 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
#end for
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
#else
|
2017-08-16 19:15:19 +00:00
|
|
|
<br>
|
2015-05-04 19:14:29 +00:00
|
|
|
#end if
|
2015-05-07 00:36:40 +00:00
|
|
|
</div>
|
2014-09-30 22:20:37 +00:00
|
|
|
</div>
|
2015-05-07 00:36:40 +00:00
|
|
|
|
2016-09-04 20:00:44 +00:00
|
|
|
#include $os.path.join($sickbeard.PROG_DIR, 'gui/slick/interfaces/default/inc_bottom.tmpl')
|