2016-08-20 23:59:36 -07:00
|
|
|
|
<div id="metadataSubtitlesPage" data-role="page" class="page type-interior metadataConfigurationPage" data-require="scripts/metadatasubtitles,emby-input,emby-checkbox,emby-button">
|
2014-05-07 11:38:50 -07:00
|
|
|
|
|
2017-05-06 12:42:17 -07:00
|
|
|
|
<div>
|
2014-05-07 11:38:50 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div class="content-primary">
|
2014-05-07 11:38:50 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<form class="metadataSubtitlesForm">
|
2014-05-07 11:38:50 -07:00
|
|
|
|
|
2016-08-20 23:59:36 -07:00
|
|
|
|
<div style="height:0; overflow: hidden;"><input type="text" name="fakeusernameremembered" tabindex="-1" /><input type="password" name="fakepasswordremembered" tabindex="-1" /></div>
|
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div style="display: none;">
|
|
|
|
|
<input type="text" id="PreventChromeAutocomplete" name="PreventChromeAutocomplete" autocomplete="address-level4" />
|
|
|
|
|
</div>
|
2016-02-19 19:45:12 -07:00
|
|
|
|
|
2016-08-20 23:59:36 -07:00
|
|
|
|
<h3 class="checkboxListLabel">${HeaderDownloadSubtitlesFor}</h3>
|
|
|
|
|
<div class="checkboxList">
|
|
|
|
|
<label>
|
|
|
|
|
<input is="emby-checkbox" type="checkbox" id="chkSubtitlesMovies" />
|
|
|
|
|
<span>${OptionMovies}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<label>
|
|
|
|
|
<input is="emby-checkbox" type="checkbox" id="chkSubtitlesEpisodes" />
|
|
|
|
|
<span>${OptionEpisodes}</span>
|
|
|
|
|
</label>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
<div>
|
2016-08-20 23:59:36 -07:00
|
|
|
|
<h3 class="checkboxListLabel">${LabelDownloadLanguages}</h3>
|
|
|
|
|
<div class="downloadLanguages paperList checkboxList" style="max-height: 150px; overflow-y: auto; padding: .5em 1em;">
|
2014-05-07 13:16:57 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
|
|
|
|
<br /><br />
|
2014-05-07 11:38:50 -07:00
|
|
|
|
|
2017-06-30 12:58:26 -07:00
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
|
|
|
|
<label>
|
|
|
|
|
<input is="emby-checkbox" type="checkbox" id="chkRequirePerfectMatch" />
|
|
|
|
|
<span>${OptionRequirePerfectSubtitleMatch}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${OptionRequirePerfectSubtitleMatchHelp}</div>
|
|
|
|
|
</div>
|
2016-08-20 23:59:36 -07:00
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
|
|
|
|
<label>
|
|
|
|
|
<input is="emby-checkbox" type="checkbox" id="chkSkipIfAudioTrackPresent" />
|
|
|
|
|
<span>${LabelSkipIfAudioTrackPresent}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${LabelSkipIfAudioTrackPresentHelp}</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
|
|
|
|
<label>
|
|
|
|
|
<input is="emby-checkbox" type="checkbox" id="chkSkipIfGraphicalSubsPresent" />
|
|
|
|
|
<span>${LabelSkipIfGraphicalSubsPresent}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${LabelSkipIfGraphicalSubsPresentHelp}</div>
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" type="text" id="txtOpenSubtitleUsername" autocomplete="off" label="${LabelOpenSubtitlesUsername}" />
|
|
|
|
|
<div class="fieldDescription">
|
2017-04-23 14:24:43 -07:00
|
|
|
|
<a is="emby-linkbutton" class="button-link" target="_blank" href="http://www.opensubtitles.org/">${ButtonRegister}</a>
|
2016-08-20 23:59:36 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" type="password" id="txtOpenSubtitlePassword" autocomplete="off" label="${LabelOpenSubtitlesPassword}" />
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div>
|
2016-09-12 11:10:09 -07:00
|
|
|
|
<button is="emby-button" type="submit" class="raised button-submit block"><span>${ButtonSave}</span></button>
|
2016-08-20 23:59:36 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</form>
|
2014-05-07 11:38:50 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
|
2014-05-07 11:38:50 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|