2013-12-17 21:39:44 -07:00
<!DOCTYPE html>
< html >
< head >
< title > Metadata< / title >
< / head >
< body >
2013-12-25 23:17:19 -07:00
< div id = "advancedMetadataConfigurationPage" data-role = "page" class = "page type-interior" >
2013-12-17 21:39:44 -07:00
< 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 >
2014-02-02 06:36:31 -07:00
< a href = "metadataimages.html?type=movies" data-role = "button" > Movies< / a >
< a href = "metadataimages.html?type=tv" data-role = "button" > TV< / a >
< a href = "metadataimages.html?type=games" data-role = "button" > Games< / a >
< a href = "metadataimages.html?type=music" data-role = "button" > Music< / a >
< a href = "metadataimages.html?type=others" data-role = "button" > Others< / a >
2013-12-25 23:17:19 -07:00
< a href = "#" data-role = "button" class = "ui-btn-active" > Advanced< / a >
2013-12-17 21:39:44 -07:00
< / div >
2013-12-25 23:17:19 -07:00
< form id = "advancedMetadataConfigurationForm" >
2013-12-17 21:59:14 -07:00
< ul data-role = "listview" class = "ulForm" >
< li >
2013-12-22 20:46:03 -07:00
< label > Extract chapter images for:< / label >
2013-12-17 21:59:14 -07:00
< div data-role = "controlgroup" >
< input type = "checkbox" data-mini = "true" id = "chkMovies" name = "chkMovies" / >
< label for = "chkMovies" > Movies< / label >
< input type = "checkbox" data-mini = "true" id = "chkEpisodes" name = "chkEpisodes" / >
2013-12-17 22:44:46 -07:00
< label for = "chkEpisodes" > Episodes< / label >
2013-12-17 21:59:14 -07:00
< input type = "checkbox" data-mini = "true" id = "chkOtherVideos" name = "chkOtherVideos" / >
< label for = "chkOtherVideos" > Other Videos< / label >
2013-12-22 20:46:03 -07:00
< div class = "fieldDescription" > Extracting chapter images will allow clients to display graphical scene selection menus. The process can be slow, cpu-intensive and may require several gigabytes of space. It runs as a nightly scheduled task at 4am, although this is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.< / div >
2013-12-17 21:59:14 -07:00
< / div >
2013-12-17 21:39:44 -07:00
< / li >
2013-12-25 23:17:19 -07:00
< / ul >
< h2 > Automatic Updates< / h2 >
< ul data-role = "listview" class = "ulForm" >
2014-01-30 21:50:09 -07:00
< li >
< input type = "checkbox" id = "chkEnableFanartUpdates" name = "chkEnableFanartUpdates" data-mini = "true" / >
< label for = "chkEnableFanartUpdates" > Enable automatic updates from FanArt.tv< / label >
< div class = "fieldDescription" > If enabled, new images will be downloaded automatically as they're added to fanart.tv. Existing images will not be replaced.< / div >
< / li >
2013-12-25 23:17:19 -07:00
< li >
< input type = "checkbox" id = "chkEnableTmdbPersonUpdates" name = "chkEnableTmdbPersonUpdates" data-mini = "true" / >
< label for = "chkEnableTmdbPersonUpdates" > Enable automatic updates from TheMovieDB.org< / label >
2014-02-08 21:52:52 -07:00
< div class = "fieldDescription" > If enabled, new images will be downloaded automatically as they're added to TheMovieDB.org. Existing images will not be replaced.< / div >
2013-12-25 23:17:19 -07:00
< / li >
< li >
< input type = "checkbox" id = "chkEnableTvdbUpdates" name = "chkEnableTvdbUpdates" data-mini = "true" / >
< label for = "chkEnableTvdbUpdates" > Enable automatic updates from TheTVDB.com< / label >
2014-02-08 21:52:52 -07:00
< div class = "fieldDescription" > If enabled, new images will be downloaded automatically as they're added to TheTVDB.com. Existing images will not be replaced.< / div >
2013-12-25 23:17:19 -07:00
< / li >
2013-12-17 21:39:44 -07:00
< li >
2013-12-24 11:37:29 -07:00
< button type = "submit" data-theme = "b" data-icon = "check" data-mini = "true" >
2013-12-17 21:39:44 -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-12-17 21:39:44 -07:00
Cancel
< / button >
< / li >
< / ul >
< / form >
< / div >
< / div >
< script type = "text/javascript" >
2013-12-25 23:17:19 -07:00
$('#advancedMetadataConfigurationForm').on('submit', AdvancedMetadataConfigurationPage.onSubmit);
2013-12-17 21:39:44 -07:00
< / script >
< / div >
< / body >
< / html >