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-17 21:39:44 -07:00
< a href = "metadataimages.html" data-role = "button" class = "ui-btn-active" > Image Downloading< / a >
< a href = "metadataimageextraction.html" data-role = "button" > Image Extraction< / a >
2013-03-28 17:10:15 -07:00
< a href = "advancedmetadata.html" data-role = "button" > Advanced< / a >
2013-02-20 18:33:05 -07:00
< / div >
< form id = "metadataImagesConfigurationForm" >
< ul data-role = "listview" class = "ulForm" >
2013-10-15 08:29:19 -07:00
< li >
< label for = "selectImageSavingConvention" > Image saving convention: < / label >
2013-12-17 21:39:44 -07:00
< select name = "selectImageSavingConvention" id = "selectImageSavingConvention" data-mini = "true" >
2013-10-15 08:29:19 -07:00
< option value = "Compatible" > Compatible - MB3/Plex/Xbmc< / option >
2013-10-16 21:31:40 -07:00
< option value = "Legacy" > Standard - MB3/MB2< / option >
2013-10-15 08:29:19 -07:00
< / 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 >
2013-10-15 08:29:19 -07:00
< / li >
2013-02-20 18:33:05 -07:00
< li >
< label for = "txtNumbackdrops" > Max number of backdrops per item: < / label >
2013-12-17 21:39:44 -07:00
< input type = "number" id = "txtNumbackdrops" name = "txtNumbackdrops" pattern = "[0-9]*" required = "required" min = "1" data-mini = "true" / >
2013-02-20 18:33:05 -07:00
< / li >
2013-11-04 08:25:06 -07:00
< li >
< label for = "txtMinMovieBackdropDownloadWidth" > Minimum movie backdrop download width: < / label >
2013-12-17 21:39:44 -07:00
< input type = "number" id = "txtMinMovieBackdropDownloadWidth" name = "txtMinMovieBackdropDownloadWidth" pattern = "[0-9]*" required = "required" min = "1" data-mini = "true" / >
2013-11-04 08:25:06 -07:00
< / li >
< li >
< label for = "txtMinSeriesBackdropDownloadWidth" > Minimum tv series backdrop download width: < / label >
2013-12-17 21:39:44 -07:00
< input type = "number" id = "txtMinSeriesBackdropDownloadWidth" name = "txtMinSeriesBackdropDownloadWidth" pattern = "[0-9]*" required = "required" min = "1" data-mini = "true" / >
2013-11-04 08:25:06 -07:00
< / li >
2013-03-15 09:08:15 -07:00
< / ul >
< p > Enable additional image downloading:< / p >
< div data-role = "collapsible" >
< h3 > Movies< / h3 >
< div data-role = "controlgroup" >
2013-04-16 21:58:32 -07:00
< input type = "checkbox" data-mini = "true" id = "chkDownloadMovieArt" name = "chkDownloadMovieArt" / >
2013-03-15 09:08:15 -07:00
< label for = "chkDownloadMovieArt" > Movie Art< / label >
2013-02-20 18:33:05 -07:00
2013-05-12 15:57:51 -07:00
< input type = "checkbox" data-mini = "true" id = "chkDownloadMovieBackdrops" name = "chkDownloadMovieBackdrops" / >
< label for = "chkDownloadMovieBackdrops" > Movie Backdrops< / label >
2013-04-16 21:58:32 -07:00
< input type = "checkbox" data-mini = "true" id = "chkDownloadMovieBanner" name = "chkDownloadMovieBanner" / >
2013-03-15 09:08:15 -07:00
< label for = "chkDownloadMovieBanner" > Movie Banner< / label >
2013-02-20 18:33:05 -07:00
2013-04-16 21:58:32 -07:00
< input type = "checkbox" data-mini = "true" id = "chkDownloadMovieDisc" name = "chkDownloadMovieDisc" / >
2013-03-15 09:08:15 -07:00
< label for = "chkDownloadMovieDisc" > Movie Disc< / label >
2013-03-11 07:54:08 -07:00
2013-04-16 21:58:32 -07:00
< input type = "checkbox" data-mini = "true" id = "chkDownloadMovieLogo" name = "chkDownloadMovieLogo" / >
2013-03-15 09:08:15 -07:00
< label for = "chkDownloadMovieLogo" > Movie Logo< / label >
2013-03-11 07:54:08 -07:00
2013-04-16 21:58:32 -07:00
< input type = "checkbox" data-mini = "true" id = "chkDownloadMovieThumb" name = "chkDownloadMovieThumb" / >
2013-03-15 09:08:15 -07:00
< label for = "chkDownloadMovieThumb" > Movie Thumb< / label >
2013-02-20 18:33:05 -07:00
2013-03-15 09:08:15 -07:00
< / div >
< / div >
2013-02-20 18:33:05 -07:00
2013-03-15 09:08:15 -07:00
< div data-role = "collapsible" >
< h3 > TV Series< / h3 >
< div data-role = "controlgroup" >
2013-04-16 21:58:32 -07:00
< input type = "checkbox" data-mini = "true" id = "chKDownloadTVArt" name = "chKDownloadTVArt" / >
2013-03-15 09:08:15 -07:00
< label for = "chKDownloadTVArt" > TV Series Art< / label >
2013-02-20 18:33:05 -07:00
2013-05-12 15:57:51 -07:00
< input type = "checkbox" data-mini = "true" id = "chkDownloadTVBackdrops" name = "chkDownloadTVBackdrops" / >
< label for = "chkDownloadTVBackdrops" > TV Series Backdrops< / label >
2013-04-16 21:58:32 -07:00
< input type = "checkbox" data-mini = "true" id = "chkDownloadTVBanner" name = "chkDownloadTVBanner" / >
2013-03-15 09:08:15 -07:00
< label for = "chkDownloadTVBanner" > TV Series Banner< / label >
2013-02-20 18:33:05 -07:00
2013-04-16 21:58:32 -07:00
< input type = "checkbox" data-mini = "true" id = "chkDownloadTVLogo" name = "chkDownloadTVLogo" / >
2013-03-15 09:08:15 -07:00
< label for = "chkDownloadTVLogo" > TV Series Logo< / label >
2013-02-20 18:33:05 -07:00
2013-04-16 21:58:32 -07:00
< input type = "checkbox" data-mini = "true" id = "chkDownloadTVThumb" name = "chkDownloadTVThumb" / >
2013-03-15 09:08:15 -07:00
< label for = "chkDownloadTVThumb" > TV Series Thumb< / label >
< / div >
< / div >
2013-02-20 18:33:05 -07:00
2013-03-15 09:08:15 -07:00
< div data-role = "collapsible" >
< h3 > TV Seasons< / h3 >
< div data-role = "controlgroup" >
2013-04-16 21:58:32 -07:00
< input type = "checkbox" data-mini = "true" id = "chkDownloadSeasonBackdrops" name = "chkDownloadSeasonBackdrops" / >
2013-03-15 09:08:15 -07:00
< label for = "chkDownloadSeasonBackdrops" > TV Season Backdrops< / label >
2013-03-04 09:59:35 -07:00
2013-04-16 21:58:32 -07:00
< input type = "checkbox" data-mini = "true" id = "chkDownloadSeasonBanner" name = "chkDownloadSeasonBanner" / >
2013-03-15 09:08:15 -07:00
< label for = "chkDownloadSeasonBanner" > TV Season Banner< / label >
2013-03-04 09:59:35 -07:00
2013-04-16 21:58:32 -07:00
< input type = "checkbox" data-mini = "true" id = "chkDownloadSeasonThumb" name = "chkDownloadSeasonThumb" / >
2013-03-15 09:08:15 -07:00
< label for = "chkDownloadSeasonThumb" > TV Season Thumb< / label >
< / div >
2013-03-04 09:59:35 -07:00
2013-03-15 09:08:15 -07:00
< / div >
2013-03-04 09:59:35 -07:00
2013-03-15 09:08:15 -07:00
< div data-role = "collapsible" >
< h3 > Music Artists< / h3 >
< div data-role = "controlgroup" >
2013-04-16 21:58:32 -07:00
< input type = "checkbox" data-mini = "true" id = "chkDownloadArtistThumb" name = "chkDownloadArtistThumb" / >
2013-03-15 09:08:15 -07:00
< label for = "chkDownloadArtistThumb" > Music Artist Thumb (primary image)< / label >
2013-03-04 09:59:35 -07:00
2013-04-16 21:58:32 -07:00
< input type = "checkbox" data-mini = "true" id = "chkDownloadArtistBackdrops" name = "chkDownloadArtistBackdrops" / >
2013-03-15 09:08:15 -07:00
< label for = "chkDownloadArtistBackdrops" > Music Artist Backdrops< / label >
2013-03-04 09:59:35 -07:00
2013-04-16 21:58:32 -07:00
< input type = "checkbox" data-mini = "true" id = "chkDownloadArtistLogo" name = "chkDownloadArtistLogo" / >
2013-03-15 09:08:15 -07:00
< label for = "chkDownloadArtistLogo" > Music Artist Logo< / label >
2013-03-04 09:59:35 -07:00
2013-04-16 21:58:32 -07:00
< input type = "checkbox" data-mini = "true" id = "chkDownloadArtistBanner" name = "chkDownloadArtistBanner" / >
2013-03-15 09:08:15 -07:00
< label for = "chkDownloadArtistBanner" > Music Artist Banner< / label >
< / div >
2013-03-04 09:59:35 -07:00
2013-03-15 09:08:15 -07:00
< / div >
< div data-role = "collapsible" >
< h3 > Music Albums< / h3 >
< div data-role = "controlgroup" >
2013-04-16 21:58:32 -07:00
< input type = "checkbox" data-mini = "true" id = "chkDownloadAlbumPrimary" name = "chkDownloadAlbumPrimary" / >
2013-03-15 09:08:15 -07:00
< label for = "chkDownloadAlbumPrimary" > Music Album Cover< / label >
2013-03-11 07:54:08 -07:00
2013-04-16 21:58:32 -07:00
< input type = "checkbox" data-mini = "true" id = "chkDownloadAlbumBackdrops" name = "chkDownloadAlbumBackdrops" / >
2013-03-15 09:08:15 -07:00
< label for = "chkDownloadAlbumBackdrops" > Music Album Backdrops< / label >
2013-05-01 09:06:57 -07:00
< input type = "checkbox" data-mini = "true" id = "chkMusicAlbumDisc" name = "chkMusicAlbumDisc" / >
< label for = "chkMusicAlbumDisc" > Music Album Disc< / label >
2013-03-15 09:08:15 -07:00
< / div >
2013-03-04 09:59:35 -07:00
2013-03-15 09:08:15 -07:00
< / 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 >