jellyfin-web/dashboard-ui/metadataimages.html

185 lines
11 KiB
HTML
Raw Normal View History

2013-02-20 18:33:05 -07:00
<!DOCTYPE html>
<html>
<head>
<title>Metadata</title>
</head>
<body>
<div id="metadataImagesConfigurationPage" data-role="page" class="page type-interior">
<div data-role="content">
<div class="content-primary">
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
<a href="metadata.html" data-role="button">Basics</a>
2013-12-25 23:17:19 -07:00
<a href="#" data-role="button" class="ui-btn-active">More Options</a>
<a href="metadataadvanced.html" data-role="button">Advanced</a>
2013-02-20 18:33:05 -07:00
</div>
<form id="metadataImagesConfigurationForm">
<ul data-role="listview" class="ulForm">
<li>
<label for="selectImageSavingConvention">Image saving convention: </label>
2013-12-17 21:39:44 -07:00
<select name="selectImageSavingConvention" id="selectImageSavingConvention" data-mini="true">
<option value="Compatible">Compatible - MB3/Plex/Xbmc</option>
2013-10-16 21:31:40 -07:00
<option value="Legacy">Standard - MB3/MB2</option>
</select>
2013-10-15 08:30:29 -07:00
<div class="fieldDescription">Media Browser recognizes images from most major media applications. Choosing your downloading convention is useful if you also use other products.</div>
</li>
</ul>
2013-12-25 23:17:19 -07:00
<p>Customize options per media type</p>
<div data-role="collapsible">
<h3>Movies</h3>
2013-12-25 23:17:19 -07:00
<div>
<div style="padding: 1em 0;">
<label for="txtMaxMovieBackdrops">Max number of backdrops per item: </label>
<input type="number" id="txtMaxMovieBackdrops" name="txtMaxMovieBackdrops" pattern="[0-9]*" required="required" min="1" data-mini="true" />
</div>
2013-02-20 18:33:05 -07:00
2013-12-25 23:17:19 -07:00
<div style="padding: 1em 0;">
<label for="txtMinMovieBackdropDownloadWidth">Minimum backdrop download width: </label>
<input type="number" id="txtMinMovieBackdropDownloadWidth" name="txtMinMovieBackdropDownloadWidth" pattern="[0-9]*" required="required" min="1" data-mini="true" />
</div>
2013-05-12 15:57:51 -07:00
2013-12-25 23:17:19 -07:00
<h3>Download Movie Images</h3>
<div data-role="controlgroup">
<input type="checkbox" data-mini="true" id="chkDownloadMovieArt" name="chkDownloadMovieArt" />
<label for="chkDownloadMovieArt">Movie Art</label>
2013-02-20 18:33:05 -07:00
2013-12-25 23:17:19 -07:00
<input type="checkbox" data-mini="true" id="chkDownloadMovieBackdrops" name="chkDownloadMovieBackdrops" />
<label for="chkDownloadMovieBackdrops">Movie Backdrops</label>
2013-03-11 07:54:08 -07:00
2013-12-25 23:17:19 -07:00
<input type="checkbox" data-mini="true" id="chkDownloadMovieBanner" name="chkDownloadMovieBanner" />
<label for="chkDownloadMovieBanner">Movie Banner</label>
2013-03-11 07:54:08 -07:00
2013-12-25 23:17:19 -07:00
<input type="checkbox" data-mini="true" id="chkDownloadMovieDisc" name="chkDownloadMovieDisc" />
<label for="chkDownloadMovieDisc">Movie Disc</label>
2013-02-20 18:33:05 -07:00
2013-12-25 23:17:19 -07:00
<input type="checkbox" data-mini="true" id="chkDownloadMovieLogo" name="chkDownloadMovieLogo" />
<label for="chkDownloadMovieLogo">Movie Logo</label>
2013-02-20 18:33:05 -07:00
2013-12-25 23:17:19 -07:00
<input type="checkbox" data-mini="true" id="chkDownloadMovieThumb" name="chkDownloadMovieThumb" />
<label for="chkDownloadMovieThumb">Movie Thumb</label>
</div>
</div>
</div>
<div data-role="collapsible">
2013-12-25 23:17:19 -07:00
<h3>TV</h3>
<div>
<div style="padding: 1em 0;">
<label for="txtMaxTvBackdrops">Max number of backdrops per item: </label>
<input type="number" id="txtMaxTvBackdrops" name="txtMaxTvBackdrops" pattern="[0-9]*" required="required" min="1" data-mini="true" />
</div>
<div style="padding: 1em 0;">
<label for="txtMinTvBackdropDownloadWidth">Minimum backdrop download width: </label>
<input type="number" id="txtMinTvBackdropDownloadWidth" name="txtMinTvBackdropDownloadWidth" pattern="[0-9]*" required="required" min="1" data-mini="true" />
</div>
<h3>Download TV Images</h3>
<div data-role="controlgroup">
<input type="checkbox" data-mini="true" id="chKDownloadTVArt" name="chKDownloadTVArt" />
<label for="chKDownloadTVArt">Series Art</label>
2013-02-20 18:33:05 -07:00
2013-12-25 23:17:19 -07:00
<input type="checkbox" data-mini="true" id="chkDownloadTVBackdrops" name="chkDownloadTVBackdrops" />
<label for="chkDownloadTVBackdrops">Series Backdrops</label>
2013-05-12 15:57:51 -07:00
2013-12-25 23:17:19 -07:00
<input type="checkbox" data-mini="true" id="chkDownloadTVBanner" name="chkDownloadTVBanner" />
<label for="chkDownloadTVBanner">Series Banner</label>
2013-02-20 18:33:05 -07:00
2013-12-25 23:17:19 -07:00
<input type="checkbox" data-mini="true" id="chkDownloadTVLogo" name="chkDownloadTVLogo" />
<label for="chkDownloadTVLogo">Series Logo</label>
2013-02-20 18:33:05 -07:00
2013-12-25 23:17:19 -07:00
<input type="checkbox" data-mini="true" id="chkDownloadTVThumb" name="chkDownloadTVThumb" />
<label for="chkDownloadTVThumb">Series Thumb</label>
<input type="checkbox" data-mini="true" id="chkDownloadSeasonBackdrops" name="chkDownloadSeasonBackdrops" />
<label for="chkDownloadSeasonBackdrops">Season Backdrops</label>
<input type="checkbox" data-mini="true" id="chkDownloadSeasonBanner" name="chkDownloadSeasonBanner" />
<label for="chkDownloadSeasonBanner">Season Banner</label>
<input type="checkbox" data-mini="true" id="chkDownloadSeasonThumb" name="chkDownloadSeasonThumb" />
<label for="chkDownloadSeasonThumb">Season Thumb</label>
</div>
</div>
</div>
2013-12-25 23:17:19 -07:00
<div data-role="collapsible">
<h3>Music</h3>
<div>
2013-02-20 18:33:05 -07:00
2013-12-25 23:17:19 -07:00
<div style="padding: 1em 0;">
<label for="txtMaxMusicBackdrops">Max number of backdrops per item: </label>
<input type="number" id="txtMaxMusicBackdrops" name="txtMaxMusicBackdrops" pattern="[0-9]*" required="required" min="1" data-mini="true" />
</div>
2013-02-20 18:33:05 -07:00
2013-12-25 23:17:19 -07:00
<div style="padding: 1em 0;">
<label for="txtMinMusicBackdropDownloadWidth">Minimum backdrop download width: </label>
<input type="number" id="txtMinMusicBackdropDownloadWidth" name="txtMinMusicBackdropDownloadWidth" pattern="[0-9]*" required="required" min="1" data-mini="true" />
</div>
2013-03-04 09:59:35 -07:00
2013-12-25 23:17:19 -07:00
<h3>Download Music Images</h3>
<div data-role="controlgroup">
<input type="checkbox" data-mini="true" id="chkDownloadArtistThumb" name="chkDownloadArtistThumb" />
<label for="chkDownloadArtistThumb">Artist Image</label>
2013-03-04 09:59:35 -07:00
2013-12-25 23:17:19 -07:00
<input type="checkbox" data-mini="true" id="chkDownloadArtistBackdrops" name="chkDownloadArtistBackdrops" />
<label for="chkDownloadArtistBackdrops">Artist Backdrops</label>
2013-03-04 09:59:35 -07:00
2013-12-25 23:17:19 -07:00
<input type="checkbox" data-mini="true" id="chkDownloadArtistLogo" name="chkDownloadArtistLogo" />
<label for="chkDownloadArtistLogo">Artist Logo</label>
2013-03-04 09:59:35 -07:00
2013-12-25 23:17:19 -07:00
<input type="checkbox" data-mini="true" id="chkDownloadArtistBanner" name="chkDownloadArtistBanner" />
<label for="chkDownloadArtistBanner">Artist Banner</label>
2013-03-04 09:59:35 -07:00
2013-12-25 23:17:19 -07:00
<input type="checkbox" data-mini="true" id="chkDownloadAlbumPrimary" name="chkDownloadAlbumPrimary" />
<label for="chkDownloadAlbumPrimary">Album Cover</label>
2013-03-04 09:59:35 -07:00
2013-12-25 23:17:19 -07:00
<input type="checkbox" data-mini="true" id="chkDownloadAlbumBackdrops" name="chkDownloadAlbumBackdrops" />
<label for="chkDownloadAlbumBackdrops">Album Backdrops</label>
2013-03-04 09:59:35 -07:00
2013-12-25 23:17:19 -07:00
<input type="checkbox" data-mini="true" id="chkMusicAlbumDisc" name="chkMusicAlbumDisc" />
<label for="chkMusicAlbumDisc">Album Disc</label>
</div>
</div>
</div>
<div data-role="collapsible">
2013-12-25 23:17:19 -07:00
<h3>Games</h3>
<div>
<div style="padding: 1em 0;">
<label for="txtMaxGameBackdrops">Max number of backdrops per item: </label>
<input type="number" id="txtMaxGameBackdrops" name="txtMaxGameBackdrops" pattern="[0-9]*" required="required" min="1" data-mini="true" />
</div>
<div style="padding: 1em 0;">
<label for="txtMinGameBackdropDownloadWidth">Minimum backdrop download width: </label>
<input type="number" id="txtMinGameBackdropDownloadWidth" name="txtMinGameBackdropDownloadWidth" pattern="[0-9]*" required="required" min="1" data-mini="true" />
</div>
</div>
</div>
<br />
<ul data-role="listview" class="ulForm">
2013-04-16 21:58:32 -07:00
<li>
2013-12-24 11:37:29 -07:00
<button type="submit" data-theme="b" data-icon="check" data-mini="true">
2013-02-20 18:33:05 -07:00
Save
</button>
2013-12-19 14:51:32 -07:00
<button type="button" onclick="Dashboard.navigate('dashboard.html');" data-icon="delete" data-mini="true">
2013-04-16 21:58:32 -07:00
Cancel
</button>
2013-02-20 18:33:05 -07:00
</li>
</ul>
</form>
</div>
</div>
<script type="text/javascript">
$('#metadataImagesConfigurationForm').on('submit', MetadataImagesPage.onSubmit);
</script>
</div>
</body>
</html>