2013-10-16 16:35:11 -07:00
<!DOCTYPE html>
< html >
< head >
< title > Metadata< / title >
< / head >
< body >
< div id = "metadataTvPage" 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 >
< a href = "metadatatv.html" data-role = "button" class = "ui-btn-active" > TV Settings< / a >
< a href = "metadataimages.html" data-role = "button" > Images< / a >
< a href = "advancedmetadata.html" data-role = "button" > Advanced< / a >
< / div >
< form id = "metadataTvForm" >
< ul data-role = "listview" class = "ulForm" >
< li >
< input type = "checkbox" id = "chkEnableTvdbUpdates" name = "chkEnableTvdbUpdates" / >
< label for = "chkEnableTvdbUpdates" > Enable automatic tvdb updates< / label >
< div class = "fieldDescription" > If enabled, tv series and episodes will be updated automatically as they are updated on the tvdb.com.< / div >
< / li >
< li >
< input type = "checkbox" id = "chkCreateMissingEpisodes" name = "chkCreateMissingEpisodes" / >
2013-10-17 08:35:53 -07:00
< label for = "chkCreateMissingEpisodes" > Import missing episodes< / label >
2013-10-16 16:35:11 -07:00
< div class = "fieldDescription" > Display missing episodes as part of your library.< / div >
< / li >
< li >
< input type = "checkbox" id = "chkCreateFutureEpisodes" name = "chkCreateFutureEpisodes" / >
2013-10-17 08:35:53 -07:00
< label for = "chkCreateFutureEpisodes" > Import future episodes< / label >
2013-10-17 09:24:35 -07:00
< div class = "fieldDescription" > Display future episodes as part of your library. Automatic Tvdb updates are highly recommended to stay up to date with new metadata.< / div >
2013-10-16 16:35:11 -07:00
< / li >
< li >
< button type = "submit" data-theme = "b" data-icon = "ok" >
Save
< / button >
< button type = "button" onclick = "Dashboard.navigate('dashboard.html');" data-icon = "delete" >
Cancel
< / button >
< / li >
< / ul >
< / form >
< / div >
< / div >
< script type = "text/javascript" >
$('#metadataTvForm').on('submit', MetadataTVPage.onSubmit);
< / script >
< / div >
< / body >
< / html >