2017-10-03 02:59:45 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<!DOCTYPE html>
|
2017-10-18 18:54:24 +00:00
|
|
|
<script src="{{base_url}}/static/jquery/jquery-latest.min.js"></script>
|
|
|
|
<script src="{{base_url}}/static/semantic/semantic.min.js"></script>
|
|
|
|
<script src="{{base_url}}/static/jquery/tablesort.js"></script>
|
|
|
|
<link rel="stylesheet" href="{{base_url}}/static/semantic/semantic.min.css">
|
2017-10-03 02:59:45 +00:00
|
|
|
|
2017-10-18 18:54:24 +00:00
|
|
|
<link rel="apple-touch-icon" sizes="120x120" href="{{base_url}}/static/apple-touch-icon.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="{{base_url}}/static/favicon-32x32.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="{{base_url}}/static/favicon-16x16.png">
|
|
|
|
<link rel="manifest" href="{{base_url}}/static/manifest.json">
|
|
|
|
<link rel="mask-icon" href="{{base_url}}/static/safari-pinned-tab.svg" color="#5bbad5">
|
|
|
|
<link rel="shortcut icon" href="{{base_url}}/static/favicon.ico">
|
|
|
|
<meta name="msapplication-config" content="{{base_url}}/static/browserconfig.xml">
|
2017-10-03 02:59:45 +00:00
|
|
|
<meta name="theme-color" content="#ffffff">
|
|
|
|
|
|
|
|
<title>Wanted - Bazarr</title>
|
|
|
|
|
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
background-color: #272727;
|
|
|
|
}
|
|
|
|
#divmenu {
|
|
|
|
background-color: #272727;
|
|
|
|
opacity: 0.9;
|
|
|
|
padding-top: 2em;
|
|
|
|
padding-bottom: 1em;
|
|
|
|
padding-left: 1em;
|
|
|
|
padding-right: 128px;
|
|
|
|
}
|
|
|
|
#fondblanc {
|
|
|
|
background-color: #ffffff;
|
|
|
|
border-radius: 0px;
|
|
|
|
box-shadow: 0px 0px 5px 5px #ffffff;
|
|
|
|
margin-top: 32px;
|
|
|
|
margin-bottom: 3em;
|
2017-10-16 23:27:19 +00:00
|
|
|
padding: 2em 3em 2em 3em;
|
|
|
|
}
|
|
|
|
#tablehistory {
|
|
|
|
padding-top: 2em;
|
2017-10-03 02:59:45 +00:00
|
|
|
}
|
|
|
|
.fast.backward, .backward, .forward, .fast.forward {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
%import ast
|
|
|
|
%import pycountry
|
|
|
|
<div id='loader' class="ui page dimmer">
|
|
|
|
<div class="ui indeterminate text loader">Loading...</div>
|
|
|
|
</div>
|
|
|
|
<div id="divmenu" class="ui container">
|
|
|
|
<div style="background-color:#272727;" class="ui inverted borderless labeled icon huge menu five item">
|
2017-10-18 18:54:24 +00:00
|
|
|
<a href="{{base_url}}/"><img style="margin-right:32px;" class="logo" src="{{base_url}}/static/logo128.png"></a>
|
2017-10-03 02:59:45 +00:00
|
|
|
<div style="height:80px;" class="ui container">
|
2017-10-18 18:54:24 +00:00
|
|
|
<a class="item" href="{{base_url}}/">
|
2017-10-03 02:59:45 +00:00
|
|
|
<i class="play icon"></i>
|
|
|
|
Series
|
|
|
|
</a>
|
2017-10-18 18:54:24 +00:00
|
|
|
<a class="item" href="{{base_url}}/history">
|
2017-10-03 02:59:45 +00:00
|
|
|
<i class="wait icon"></i>
|
|
|
|
History
|
|
|
|
</a>
|
2017-10-18 18:54:24 +00:00
|
|
|
<a class="item" href="{{base_url}}/wanted">
|
2017-10-03 02:59:45 +00:00
|
|
|
<i class="warning sign icon"></i>
|
|
|
|
Wanted
|
|
|
|
</a>
|
2017-10-18 18:54:24 +00:00
|
|
|
<a class="item" href="{{base_url}}/settings">
|
2017-10-03 02:59:45 +00:00
|
|
|
<i class="settings icon"></i>
|
|
|
|
Settings
|
|
|
|
</a>
|
2017-10-18 18:54:24 +00:00
|
|
|
<a class="item" href="{{base_url}}/system">
|
2017-10-03 02:59:45 +00:00
|
|
|
<i class="laptop icon"></i>
|
|
|
|
System
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="fondblanc" class="ui container">
|
2017-10-16 23:27:19 +00:00
|
|
|
<div class="ui right floated basic buttons">
|
|
|
|
<button id="wanted_search_missing_subtitles" class="ui button"><i class="download icon"></i>Download wanted subtitles</button>
|
|
|
|
</div>
|
2017-10-03 02:59:45 +00:00
|
|
|
<table id="tablehistory" class="ui very basic selectable table">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th>Series</th>
|
|
|
|
<th>Episode</th>
|
|
|
|
<th>Episode Title</th>
|
|
|
|
<th>Missing subtitles</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
%import time
|
|
|
|
%import pretty
|
|
|
|
%for row in rows:
|
|
|
|
<tr class="selectable">
|
2017-10-18 18:54:24 +00:00
|
|
|
<td><a href="{{base_url}}/episodes/{{row[4]}}">{{row[0]}}</a></td>
|
2017-10-03 02:59:45 +00:00
|
|
|
<td class="collapsing">
|
|
|
|
<%episode = row[1].split('x')%>
|
|
|
|
{{episode[0] + 'x' + episode[1].zfill(2)}}
|
|
|
|
</td>
|
|
|
|
<td>{{row[2]}}</td>
|
|
|
|
<td>
|
|
|
|
%missing_languages = ast.literal_eval(row[3])
|
|
|
|
%if missing_languages is not None:
|
|
|
|
%for language in missing_languages:
|
2017-10-16 23:27:19 +00:00
|
|
|
<a data-episodePath="{{row[5]}}" data-language="{{pycountry.languages.lookup(str(language)).alpha_3}}" data-hi="{{row[6]}}" data-sonarrSeriesId={{row[4]}} data-sonarrEpisodeId={{row[7]}} class="get_subtitle ui tiny label">
|
2017-10-03 02:59:45 +00:00
|
|
|
{{language}}
|
|
|
|
<i style="margin-left:3px; margin-right:0px" class="search icon"></i>
|
|
|
|
</a>
|
|
|
|
%end
|
|
|
|
%end
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
%end
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
<div class="ui grid">
|
|
|
|
<div class="three column row">
|
|
|
|
<div class="column"></div>
|
|
|
|
<div class="center aligned column">
|
|
|
|
<i class="\\
|
|
|
|
%if page == "1":
|
|
|
|
disabled\\
|
|
|
|
%end
|
|
|
|
fast backward icon"></i>
|
|
|
|
<i class="\\
|
|
|
|
%if page == "1":
|
|
|
|
disabled\\
|
|
|
|
%end
|
|
|
|
backward icon"></i>
|
|
|
|
{{page}} / {{max_page}}
|
|
|
|
<i class="\\
|
|
|
|
%if int(page) == int(max_page):
|
|
|
|
disabled\\
|
|
|
|
%end
|
|
|
|
forward icon"></i>
|
|
|
|
<i class="\\
|
|
|
|
%if int(page) == int(max_page):
|
|
|
|
disabled\\
|
|
|
|
%end
|
|
|
|
fast forward icon"></i>
|
|
|
|
</div>
|
|
|
|
<div class="right floated right aligned column">Total records: {{missing_count}}</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|
|
|
|
|
|
|
|
<script>
|
2017-10-26 02:58:35 +00:00
|
|
|
$('a, button').on('click touch', function(){
|
2017-10-03 02:59:45 +00:00
|
|
|
$('#loader').addClass('active');
|
|
|
|
})
|
|
|
|
|
2017-10-26 02:58:35 +00:00
|
|
|
$('.fast.backward').on('click touch', function(){
|
2017-10-03 02:59:45 +00:00
|
|
|
location.href="?page=1";
|
|
|
|
})
|
2017-10-26 02:58:35 +00:00
|
|
|
$('.backward').on('click touch', function(){
|
2017-10-03 02:59:45 +00:00
|
|
|
location.href="?page={{int(page)-1}}";
|
|
|
|
})
|
2017-10-26 02:58:35 +00:00
|
|
|
$('.forward').on('click touch', function(){
|
2017-10-03 02:59:45 +00:00
|
|
|
location.href="?page={{int(page)+1}}";
|
|
|
|
})
|
2017-10-26 02:58:35 +00:00
|
|
|
$('.fast.forward').on('click touch', function(){
|
2017-10-03 02:59:45 +00:00
|
|
|
location.href="?page={{int(max_page)}}";
|
|
|
|
})
|
2017-10-16 23:27:19 +00:00
|
|
|
|
2017-10-26 02:58:35 +00:00
|
|
|
$('#wanted_search_missing_subtitles').on('click touch', function(){
|
2017-10-18 18:54:24 +00:00
|
|
|
window.location = '{{base_url}}/wanted_search_missing_subtitles';
|
2017-10-16 23:27:19 +00:00
|
|
|
})
|
|
|
|
|
2017-10-26 02:58:35 +00:00
|
|
|
$('.get_subtitle').on('click touch', function(){
|
2017-10-16 23:27:19 +00:00
|
|
|
var values = {
|
|
|
|
episodePath: $(this).attr("data-episodePath"),
|
|
|
|
language: $(this).attr("data-language"),
|
|
|
|
hi: $(this).attr("data-hi"),
|
|
|
|
sonarrSeriesId: $(this).attr("data-sonarrSeriesId"),
|
|
|
|
sonarrEpisodeId: $(this).attr("data-sonarrEpisodeId")
|
|
|
|
};
|
|
|
|
$.ajax({
|
2017-10-18 18:54:24 +00:00
|
|
|
url: "{{base_url}}/get_subtitle",
|
2017-10-16 23:27:19 +00:00
|
|
|
type: "POST",
|
|
|
|
dataType: "json",
|
|
|
|
data: values
|
|
|
|
});
|
|
|
|
$('#loader').addClass('active');
|
|
|
|
})
|
|
|
|
|
|
|
|
$(document).ajaxStop(function(){
|
|
|
|
window.location.reload();
|
|
|
|
});
|
2017-10-03 02:59:45 +00:00
|
|
|
</script>
|