2013-02-20 18:33:05 -07:00
<!DOCTYPE html>
< html >
< head >
< title > Metadata< / title >
< / head >
< body >
< div id = "advancedMetadataConfigurationPage" 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" > 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" class = "ui-btn-active" > Advanced< / a >
2013-02-20 18:33:05 -07:00
< / div >
< form id = "advancedMetadataConfigurationForm" >
< ul data-role = "listview" class = "ulForm" >
< li >
2013-12-17 21:39:44 -07:00
< input type = "checkbox" id = "chkEnableTmdbPersonUpdates" name = "chkEnableTmdbPersonUpdates" data-mini = "true" / >
< label for = "chkEnableTmdbPersonUpdates" > Enable automatic updates from TheMovieDB.org< / label >
2013-12-22 14:11:32 -07:00
< div class = "fieldDescription" > If enabled, movies will be updated automatically as they are updated on the TheMovieDB.org. This may replace some existing metadata.< / div >
2013-02-20 18:33:05 -07:00
< / li >
2013-04-16 21:58:32 -07:00
< li >
2013-12-17 21:39:44 -07:00
< input type = "checkbox" id = "chkEnableTvdbUpdates" name = "chkEnableTvdbUpdates" data-mini = "true" / >
< label for = "chkEnableTvdbUpdates" > Enable automatic updates from TheTVDB.com< / label >
2013-12-19 14:51:32 -07:00
< div class = "fieldDescription" > If enabled, tv series and episodes will be updated automatically as they are updated on the TheTVDB.com. This may replace some existing metadata.< / div >
2013-12-17 21:39:44 -07:00
< / li >
< 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-17 21:39:44 -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" >
$('#advancedMetadataConfigurationForm').on('submit', AdvancedMetadataConfigurationPage.onSubmit);
< / script >
< / div >
< / body >
< / html >