chromecast testing
This commit is contained in:
parent
46f50bae6a
commit
952106daa9
6 changed files with 58 additions and 32 deletions
|
@ -63,10 +63,10 @@
|
|||
<div class="chapterDownloadSettings" style="display: none;">
|
||||
<fieldset data-role="controlgroup">
|
||||
<legend>${HeaderDownloadChaptersFor}</legend>
|
||||
<input type="checkbox" data-mini="true" id="chkDownloadChapterMovies" />
|
||||
<input type="checkbox" id="chkDownloadChapterMovies" />
|
||||
<label for="chkDownloadChapterMovies">${OptionMovies}</label>
|
||||
|
||||
<input type="checkbox" data-mini="true" id="chkDownloadChapterEpisodes" />
|
||||
<input type="checkbox" id="chkDownloadChapterEpisodes" />
|
||||
<label for="chkDownloadChapterEpisodes">${OptionEpisodes}</label>
|
||||
</fieldset>
|
||||
<br />
|
||||
|
@ -84,13 +84,13 @@
|
|||
<li>
|
||||
<label>${HeaderExtractChapterImagesFor}</label>
|
||||
<div data-role="controlgroup">
|
||||
<input type="checkbox" data-mini="true" id="chkChaptersMovies" />
|
||||
<input type="checkbox" id="chkChaptersMovies" />
|
||||
<label for="chkChaptersMovies">${OptionMovies}</label>
|
||||
|
||||
<input type="checkbox" data-mini="true" id="chkChaptersEpisodes" />
|
||||
<input type="checkbox" id="chkChaptersEpisodes" />
|
||||
<label for="chkChaptersEpisodes">${OptionEpisodes}</label>
|
||||
|
||||
<input type="checkbox" data-mini="true" id="chkChaptersOtherVideos" />
|
||||
<input type="checkbox" id="chkChaptersOtherVideos" />
|
||||
<label for="chkChaptersOtherVideos">${OptionOtherVideos}</label>
|
||||
<div class="fieldDescription">${ExtractChapterImagesHelp}</div>
|
||||
</div>
|
||||
|
@ -107,25 +107,25 @@
|
|||
<li>
|
||||
<label>${HeaderDownloadPeopleMetadataFor}</label>
|
||||
<div data-role="controlgroup">
|
||||
<input type="checkbox" data-mini="true" id="chkPeopleActors" />
|
||||
<input type="checkbox" id="chkPeopleActors" />
|
||||
<label for="chkPeopleActors">${OptionActors}</label>
|
||||
|
||||
<input type="checkbox" data-mini="true" id="chkPeopleComposers" />
|
||||
<input type="checkbox" id="chkPeopleComposers" />
|
||||
<label for="chkPeopleComposers">${OptionComposers}</label>
|
||||
|
||||
<input type="checkbox" data-mini="true" id="chkPeopleDirectors" />
|
||||
<input type="checkbox" id="chkPeopleDirectors" />
|
||||
<label for="chkPeopleDirectors">${OptionDirectors}</label>
|
||||
|
||||
<input type="checkbox" data-mini="true" id="chkPeopleGuestStars" />
|
||||
<input type="checkbox" id="chkPeopleGuestStars" />
|
||||
<label for="chkPeopleGuestStars">${OptionGuestStars}</label>
|
||||
|
||||
<input type="checkbox" data-mini="true" id="chkPeopleProducers" />
|
||||
<input type="checkbox" id="chkPeopleProducers" />
|
||||
<label for="chkPeopleProducers">${OptionProducers}</label>
|
||||
|
||||
<input type="checkbox" data-mini="true" id="chkPeopleWriters" />
|
||||
<input type="checkbox" id="chkPeopleWriters" />
|
||||
<label for="chkPeopleWriters">${OptionWriters}</label>
|
||||
|
||||
<input type="checkbox" data-mini="true" id="chkPeopleOthers" />
|
||||
<input type="checkbox" id="chkPeopleOthers" />
|
||||
<label for="chkPeopleOthers">${OptionOthers}</label>
|
||||
<div class="fieldDescription">${HeaderDownloadPeopleMetadataForHelp}</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue