2013-05-05 18:15:48 -07:00
<!DOCTYPE html>
< html >
< head >
< title > Media Browser< / title >
< / head >
< body >
2013-12-24 11:37:29 -07:00
< div id = "editItemMetadataPage" data-role = "page" data-theme = "b" class = "page libraryPage metadataEditorPage" >
2013-08-02 13:36:44 -07:00
< div data-role = "content editPageContent" >
< div class = "editPageSidebar" >
< div class = "libraryTree" >
< ul >
< / ul >
< / div >
< / div >
< div class = "editPageInnerContent" >
< h1 class = "itemName detailPageName editPageName" > < / h1 >
2013-05-05 18:15:48 -07:00
< br / >
< div data-role = "controlgroup" data-type = "horizontal" class = "localnav" data-mini = "true" >
< a href = "#" data-role = "button" class = "ui-btn-active" > Metadata< / a >
2013-08-02 13:36:44 -07:00
< a id = "btnEditPeople" style = "display: none;" href = "#" data-role = "button" > People< / a >
< a href = "#" data-role = "button" id = "btnEditImages" > Images< / a >
2013-05-05 18:15:48 -07:00
< / div >
2013-12-20 13:09:49 -07:00
< form class = "editItemMetadataForm editMetadataForm" style = "margin-top: -20px;" >
2013-05-22 12:49:12 -07:00
< div class = "metadataFormFields" >
2013-05-22 15:01:37 -07:00
2013-08-02 13:36:44 -07:00
< div >
< div id = "refreshLoading" style = "display: none;" >
< div class = "circle" > < / div >
< div class = "circle1" > < / div >
< div style = "margin-top: -15px;" > < / div >
< / div >
2013-11-27 12:04:19 -07:00
< div style = "vertical-align: bottom; display: inline-block;" >
2013-12-28 09:58:13 -07:00
< button class = "saveButtonContainer btnSave" type = "submit" data-theme = "a" data-icon = "check" data-mini = "true" data-inline = "true" >
2013-11-27 12:04:19 -07:00
Save
< / button >
< / div >
< div style = "display: inline-block; vertical-align: bottom;" >
< div class = "fldRefresh" style = "display: none;" >
2013-12-14 08:49:11 -07:00
< button id = "btnRefresh" type = "button" data-icon = "refresh" data-mini = "true" data-inline = "true" > Refresh Metadata< / button >
2013-11-27 12:04:19 -07:00
< / div >
2013-11-24 16:37:38 -07:00
< / div >
2013-11-27 12:04:19 -07:00
< div style = "display: inline-block; vertical-align: bottom;" >
< div id = "fldRecursive" style = "display: none;" >
< label for = "chkRecursive" > Refresh child items< / label >
< input type = "checkbox" id = "chkRecursive" name = "chkRecursive" data-mini = "true" checked = "checked" data-inline = "true" / >
< / div >
2013-08-03 07:49:33 -07:00
< / div >
2013-11-27 12:04:19 -07:00
< div style = "vertical-align: bottom; display: inline-block;" >
< div id = "fldDelete" style = "display: none;" >
2013-12-14 08:49:11 -07:00
< button id = "btnDelete" type = "button" data-icon = "delete" data-mini = "true" data-inline = "true" > Delete< / button >
2013-10-18 14:12:05 -07:00
< / div >
2013-10-18 12:47:57 -07:00
< / div >
2013-08-02 13:36:44 -07:00
< / div >
2013-12-28 22:32:03 -07:00
< div style = "padding: 10px 0;" >
2013-08-17 16:25:23 -07:00
< div data-role = "fieldcontain" id = "fldPath" >
< label for = "txtPath" > Path:< / label >
< input type = "text" id = "txtPath" name = "txtPath" data-mini = "true" readonly = "readonly" / >
< / div >
2013-08-02 13:36:44 -07:00
< div data-role = "fieldcontain" >
< label for = "txtName" > Name:< / label >
< input type = "text" id = "txtName" name = "txtName" required = "required" data-mini = "true" / >
< / div >
2013-11-24 16:37:38 -07:00
< div data-role = "fieldcontain" id = "fldSortName" style = "display: none;" >
2013-08-02 13:36:44 -07:00
< label for = "txtSortName" > Sort name:< / label >
< input type = "text" id = "txtSortName" name = "txtSortName" data-mini = "true" / >
< / div >
2013-11-24 16:37:38 -07:00
< div data-role = "fieldcontain" id = "fldSourceType" style = "display: none;" >
2013-11-02 12:30:29 -07:00
< label for = "txtDisplayMediaType" > Source type:< / label >
2013-08-02 13:36:44 -07:00
< input type = "text" id = "txtDisplayMediaType" name = "txtDisplayMediaType" data-mini = "true" / >
< / div >
2013-11-24 16:37:38 -07:00
< div data-role = "fieldcontain" id = "fldDateAdded" style = "display: none;" >
2013-09-03 07:26:17 -07:00
< label for = "txtDateAdded" > Date added:< / label >
< input type = "date" id = "txtDateAdded" name = "txtDateAdded" data-mini = "true" / >
< / div >
2013-08-02 13:36:44 -07:00
< div data-role = "fieldcontain" id = "fldStatus" style = "display: none;" >
< label for = "selectStatus" > Status:< / label >
< select name = "selectStatus" id = "selectStatus" data-mini = "true" > < / select >
< / div >
< div data-role = "fieldcontain" id = "fldArtist" style = "display: none;" >
2013-09-06 08:23:20 -07:00
< label for = "txtArtist" > Artists:< / label >
< input type = "text" id = "txtArtist" name = "txtArtist" data-mini = "true" placeholder = "Separate multiple using ;" / >
2013-08-02 13:36:44 -07:00
< / div >
< div data-role = "fieldcontain" id = "fldAlbumArtist" style = "display: none;" >
< label for = "txtAlbumArtist" > Album artist:< / label >
< input type = "text" id = "txtAlbumArtist" name = "txtAlbumArtist" data-mini = "true" / >
< / div >
< div data-role = "fieldcontain" id = "fldAlbum" style = "display: none;" >
< label for = "txtAlbum" > Album:< / label >
< input type = "text" id = "txtAlbum" name = "txtAlbum" data-mini = "true" / >
< / div >
< div data-role = "fieldcontain" id = "fldParentIndexNumber" style = "display: none;" >
< label id = "lblParentIndexNumber" for = "txtParentIndexNumber" > Parent number:< / label >
< input type = "number" id = "txtParentIndexNumber" name = "txtParentIndexNumber" data-mini = "true" pattern = "[0-9]*" / >
< / div >
< div data-role = "fieldcontain" id = "fldIndexNumber" style = "display: none;" >
< label id = "lblIndexNumber" for = "txtIndexNumber" > Number:< / label >
< input type = "number" id = "txtIndexNumber" name = "txtIndexNumber" data-mini = "true" pattern = "[0-9]*" / >
< / div >
< div id = "fldCommunityRating" style = "display: none;" data-role = "fieldcontain" >
< label for = "txtCommunityRating" > Community rating:< / label >
< input type = "number" id = "txtCommunityRating" name = "txtCommunityRating" step = ".1" data-mini = "true" / >
< / div >
2013-10-13 07:37:17 -07:00
< div id = "fldCommunityVoteCount" style = "display: none;" data-role = "fieldcontain" >
2013-12-01 13:17:40 -07:00
< label for = "txtCommunityVoteCount" > Vote count:< / label >
2013-10-13 07:37:17 -07:00
< input type = "number" id = "txtCommunityVoteCount" name = "txtCommunityVoteCount" data-mini = "true" / >
< / div >
2013-08-02 13:36:44 -07:00
< div data-role = "fieldcontain" id = "fldCriticRating" style = "display: none;" >
< label for = "txtCriticRating" > Critic rating:< / label >
< input type = "number" id = "txtCriticRating" name = "txtCriticRating" step = ".1" data-mini = "true" / >
< / div >
< div data-role = "fieldcontain" id = "fldCriticRatingSummary" style = "display: none;" >
< label for = "txtCriticRatingSummary" > Critic rating summary:< / label >
< input type = "text" id = "txtCriticRatingSummary" name = "txtCriticRatingSummary" data-mini = "true" / >
< / div >
< div data-role = "fieldcontain" >
< label for = "txtHomePageUrl" > Website:< / label >
< input type = "url" id = "txtHomePageUrl" name = "txtHomePageUrl" data-mini = "true" / >
< / div >
< div data-role = "fieldcontain" >
< label for = "txtOverview" > Overview:< / label >
2013-12-24 11:37:29 -07:00
< textarea name = "txtOverview" id = "txtOverview" data-mini = "true" > < / textarea >
2013-08-02 13:36:44 -07:00
< / div >
2013-11-24 16:37:38 -07:00
< div data-role = "fieldcontain" id = "fldPremiereDate" style = "display: none;" >
2013-08-02 13:36:44 -07:00
< label id = "lblPremiereDate" for = "txtPremiereDate" > Release date:< / label >
< input type = "date" id = "txtPremiereDate" name = "txtPremiereDate" data-mini = "true" / >
< / div >
2013-11-24 16:37:38 -07:00
< div data-role = "fieldcontain" id = "fldYear" style = "display: none;" >
2013-08-02 13:36:44 -07:00
< label id = "lblYear" for = "txtProductionYear" > Year:< / label >
< input type = "number" id = "txtProductionYear" name = "txtProductionYear" data-mini = "true" / >
< / div >
< div data-role = "fieldcontain" id = "fldPlaceOfBirth" style = "display: none;" >
< label for = "txtPlaceOfBirth" > Place of birth:< / label >
< input type = "text" id = "txtPlaceOfBirth" name = "txtPlaceOfBirth" data-mini = "true" / >
< / div >
< div data-role = "fieldcontain" id = "fldEndDate" style = "display: none;" >
< label id = "lblEndDate" for = "txtEndDate" > End date:< / label >
< input type = "date" id = "txtEndDate" name = "txtEndDate" data-mini = "true" / >
< / div >
< div data-role = "fieldcontain" id = "fldAirDays" style = "display: none;" >
< label for = "selectAirDays" > Air Days:< / label >
< div data-role = "editableListviewContainer" style = "width: 78%; display: inline-block;" >
< div >
< select name = "selectAirDays" id = "selectAirDays" data-mini = "true" >
< option value = '' > < / option >
< option value = 'Monday' > Monday< / option >
< option value = 'Tuesday' > Tuesday< / option >
< option value = 'Wednesday' > Wednesday< / option >
< option value = 'Thursday' > Thursday< / option >
< option value = 'Friday' > Friday< / option >
< option value = 'Saturday' > Saturday< / option >
< option value = 'Sunday' > Sunday< / option >
< / select >
2013-11-29 09:58:24 -07:00
< a data-role = "button" data-theme = "b" data-inline = "true" data-mini = "true" data-icon = "plus" data-iconpos = "notext" onclick = "EditItemMetadataPage.addElementToEditableListview(this,EditItemMetadataPage.sortDaysOfTheWeek)" style = "vertical-align: top;" > Add< / a >
2013-08-02 13:36:44 -07:00
< / div >
< ul data-role = "listview" data-inset = "true" data-split-icon = "delete" id = "listAirDays" > < / ul >
2013-06-08 20:04:41 -07:00
< / div >
2013-08-02 13:36:44 -07:00
< / div >
< div data-role = "fieldcontain" id = "fldAirTime" style = "display: none;" >
< label for = "txtAirTime" > Air Time:< / label >
< input type = "time" id = "txtAirTime" name = "txtAirTime" data-mini = "true" / >
< / div >
2013-09-13 11:37:44 -07:00
< div data-role = "fieldcontain" id = "fldSeriesRuntime" style = "display: none;" >
< label for = "txtSeriesRuntime" > Run Time (minutes):< / label >
< input type = "number" id = "txtSeriesRuntime" name = "txtSeriesRuntime" data-mini = "true" / >
< / div >
2013-08-02 13:36:44 -07:00
< div data-role = "fieldcontain" id = "fldOfficialRating" style = "display: none;" >
2013-09-23 07:02:56 -07:00
< label for = "selectOfficialRating" > Parental rating:< / label >
2013-08-02 13:36:44 -07:00
< select name = "selectOfficialRating" id = "selectOfficialRating" data-mini = "true" > < / select >
< / div >
< div data-role = "fieldcontain" id = "fldCustomRating" style = "display: none;" >
< label for = "selectCustomRating" > Custom rating:< / label >
< select name = "selectCustomRating" id = "selectCustomRating" data-mini = "true" > < / select >
< / div >
< div data-role = "fieldcontain" id = "fldBudget" style = "display: none;" >
< label for = "txtBudget" > Budget ($):< / label >
< input type = "number" id = "txtBudget" name = "txtBudget" data-mini = "true" / >
< / div >
< div data-role = "fieldcontain" id = "fldRevenue" style = "display: none;" >
< label for = "txtRevenue" > Revenue ($):< / label >
< input type = "number" id = "txtRevenue" name = "txtRevenue" data-mini = "true" / >
< / div >
< div data-role = "fieldcontain" id = "fldOriginalAspectRatio" style = "display: none;" >
< label for = "txtOriginalAspectRatio" > Original aspect ratio:< / label >
< input type = "text" id = "txtOriginalAspectRatio" name = "txtOriginalAspectRatio" data-mini = "true" / >
< / div >
< div data-role = "fieldcontain" id = "fldPlayers" style = "display: none;" >
< label for = "txtPlayers" > Players:< / label >
2013-12-08 13:33:24 -07:00
< input type = "number" id = "txtPlayers" name = "txtPlayers" data-mini = "true" pattern = "[0-9]*" / >
2013-08-02 13:36:44 -07:00
< / div >
< div data-role = "fieldcontain" id = "fld3dFormat" style = "display: none;" >
< label for = "select3dFormat" > 3D Format:< / label >
< select name = "select3dFormat" id = "select3dFormat" data-mini = "true" >
< option value = "" > < / option >
< option value = "HalfSideBySide" > HSBS< / option >
< option value = "HalfTopAndBottom" > HTAB< / option >
< option value = "FullSideBySide" > FSBS< / option >
< option value = "FullTopAndBottom" > FTAB< / option >
< / select >
2013-05-22 15:01:37 -07:00
< / div >
2013-05-22 12:49:12 -07:00
< / div >
2013-12-28 09:58:13 -07:00
< br / >
< div data-role = "collapsible" data-mini = "true" data-collapsed = "false" id = "collapsibleDvdEpisodeInfo" style = "display: none;" >
2013-12-10 13:42:42 -07:00
< h3 > Alternate Episode Numbers< / h3 >
2013-12-08 13:33:24 -07:00
< div >
< div data-role = "fieldcontain" >
< label for = "txtDvdSeasonNumber" > Dvd season number:< / label >
< input type = "number" id = "txtDvdSeasonNumber" name = "txtDvdSeasonNumber" data-mini = "true" pattern = "[0-9]*" / >
< / div >
< div data-role = "fieldcontain" >
< label for = "txtDvdEpisodeNumber" > Dvd episode number:< / label >
< input type = "number" id = "txtDvdEpisodeNumber" name = "txtDvdEpisodeNumber" data-mini = "true" pattern = "[0-9]*" / >
< / div >
2013-12-10 13:42:42 -07:00
< div data-role = "fieldcontain" >
< label for = "txtAbsoluteEpisodeNumber" > Absolute episode number:< / label >
< input type = "number" id = "txtAbsoluteEpisodeNumber" name = "txtAbsoluteEpisodeNumber" data-mini = "true" pattern = "[0-9]*" / >
< / div >
2013-12-08 13:33:24 -07:00
< / div >
< / div >
2013-12-28 09:58:13 -07:00
< div data-role = "collapsible" data-mini = "true" data-collapsed = "false" id = "collapsibleSpecialEpisodeInfo" style = "display: none;" >
2013-12-08 13:33:24 -07:00
< h3 > Special Episode Info< / h3 >
< div >
< div data-role = "fieldcontain" >
< label for = "txtAirsBeforeSeason" > Airs before season:< / label >
< input type = "number" id = "txtAirsBeforeSeason" name = "txtAirsBeforeSeason" data-mini = "true" pattern = "[0-9]*" / >
< / div >
< div data-role = "fieldcontain" >
< label for = "txtAirsAfterSeason" > Airs after season:< / label >
< input type = "number" id = "txtAirsAfterSeason" name = "txtAirsAfterSeason" data-mini = "true" pattern = "[0-9]*" / >
< / div >
< div data-role = "fieldcontain" >
< label for = "txtAirsBeforeEpisode" > Airs before episode:< / label >
< input type = "number" id = "txtAirsBeforeEpisode" name = "txtAirsBeforeEpisode" data-mini = "true" pattern = "[0-9]*" / >
< / div >
< / div >
< / div >
2013-12-28 09:58:13 -07:00
< div data-role = "collapsible" data-mini = "true" data-collapsed = "false" >
2013-05-22 15:01:37 -07:00
< h3 > External Id's< / h3 >
< div >
2013-07-16 09:03:28 -07:00
< p id = "albumAssociationMessage" style = "display: none;" > Associate this album with a movie, tv series and/or game, and we'll be able to link it to other items in your library.< / p >
2013-05-22 15:01:37 -07:00
< div data-role = "fieldcontain" id = "fldGamesDb" style = "display: none;" >
2013-12-07 18:42:15 -07:00
< label for = "txtGamesDb" > GamesDb Id:< / label >
2013-09-23 13:27:49 -07:00
< div style = "display: inline-block; width: 250px;" >
< input class = "txtProviderId" id = "txtGamesDb" name = "txtGamesDb" data-mini = "true" / >
< / div >
2013-12-24 11:37:29 -07:00
< a id = "btnOpenGamesDb" href = "#" target = "_blank" data-icon = "arrow-r" data-inline = "true" data-iconpos = "notext" data-role = "button" style = "vertical-align: top;" > < / a >
2013-05-22 15:01:37 -07:00
< / div >
< div data-role = "fieldcontain" id = "fldImdb" style = "display: none;" >
2013-12-07 18:42:15 -07:00
< label for = "txtImdb" > IMDb Id:< / label >
2013-09-23 13:27:49 -07:00
< div style = "display: inline-block; width: 250px;" >
< input class = "txtProviderId" id = "txtImdb" name = "txtImdb" data-mini = "true" / >
< / div >
2013-12-24 11:37:29 -07:00
< a id = "btnOpenImdb" href = "#" target = "_blank" data-icon = "arrow-r" data-inline = "true" data-iconpos = "notext" data-role = "button" style = "vertical-align: top;" > < / a >
2013-05-22 15:01:37 -07:00
< / div >
< div data-role = "fieldcontain" id = "fldMusicBrainz" style = "display: none;" >
2013-12-07 18:42:15 -07:00
< label for = "txtMusicBrainz" > MusicBrainz Id:< / label >
2013-09-23 13:27:49 -07:00
< div style = "display: inline-block; width: 250px;" >
< input class = "txtProviderId" id = "txtMusicBrainz" name = "txtMusicBrainz" data-mini = "true" / >
< / div >
2013-12-24 11:37:29 -07:00
< a id = "btnOpenMusicbrainz" href = "#" target = "_blank" data-icon = "arrow-r" data-inline = "true" data-iconpos = "notext" data-role = "button" style = "vertical-align: top;" > < / a >
2013-05-22 15:01:37 -07:00
< / div >
2013-06-09 01:26:57 -07:00
< div data-role = "fieldcontain" id = "fldMusicBrainzReleaseGroupId" style = "display: none;" >
< label for = "txtMusicBrainzReleaseGroupId" > MusicBrainz Release Group Id:< / label >
2013-09-23 13:27:49 -07:00
< div style = "display: inline-block; width: 250px;" >
< input class = "txtProviderId" id = "txtMusicBrainzReleaseGroupId" name = "txtMusicBrainzReleaseGroupId" data-mini = "true" / >
< / div >
2013-12-24 11:37:29 -07:00
< a id = "btnOpenMusicbrainzReleaseGroup" href = "#" target = "_blank" data-icon = "arrow-r" data-inline = "true" data-iconpos = "notext" data-role = "button" style = "vertical-align: top;" > < / a >
2013-06-09 01:26:57 -07:00
< / div >
2013-05-22 15:01:37 -07:00
< div data-role = "fieldcontain" id = "fldRottenTomatoes" style = "display: none;" >
2013-12-07 18:42:15 -07:00
< label for = "txtRottenTomatoes" > Rotten Tomatoes Id:< / label >
2013-09-23 13:27:49 -07:00
< div style = "display: inline-block; width: 250px;" >
< input class = "txtProviderId" id = "txtRottenTomatoes" name = "txtRottenTomatoes" data-mini = "true" / >
< / div >
2013-05-22 15:01:37 -07:00
< / div >
< div data-role = "fieldcontain" id = "fldTmdb" style = "display: none;" >
2013-12-07 18:42:15 -07:00
< label for = "txtTmdb" > TheMovieDB Id:< / label >
2013-09-23 13:27:49 -07:00
< div style = "display: inline-block; width: 250px;" >
< input class = "txtProviderId" id = "txtTmdb" name = "txtTmdb" data-mini = "true" / >
< / div >
2013-12-24 11:37:29 -07:00
< a id = "btnOpenTmdb" href = "#" target = "_blank" data-icon = "arrow-r" data-inline = "true" data-iconpos = "notext" data-role = "button" style = "vertical-align: top;" > < / a >
2013-05-22 15:01:37 -07:00
< / div >
2013-12-07 18:42:15 -07:00
< div data-role = "fieldcontain" id = "fldTmdbCollection" style = "display: none;" >
< label for = "txtTmdbCollection" > TheMovieDB Collection Id:< / label >
< div style = "display: inline-block; width: 250px;" >
< input class = "txtProviderId" id = "txtTmdbCollection" name = "txtTmdbCollection" data-mini = "true" / >
< / div >
2013-12-24 11:37:29 -07:00
< a id = "btnOpenTmdbCollection" href = "#" target = "_blank" data-icon = "arrow-r" data-inline = "true" data-iconpos = "notext" data-role = "button" style = "vertical-align: top;" > < / a >
2013-12-07 18:42:15 -07:00
< / div >
2013-05-22 15:01:37 -07:00
< div data-role = "fieldcontain" id = "fldTvdb" style = "display: none;" >
2013-12-07 18:42:15 -07:00
< label for = "txtTvdb" > TheTVDB Id:< / label >
2013-09-23 13:27:49 -07:00
< div style = "display: inline-block; width: 250px;" >
< input class = "txtProviderId" id = "txtTvdb" name = "txtTvdb" data-mini = "true" / >
< / div >
2013-12-24 11:37:29 -07:00
< a id = "btnOpenTvdb" href = "#" target = "_blank" data-icon = "arrow-r" data-inline = "true" data-iconpos = "notext" data-role = "button" style = "vertical-align: top;" > < / a >
2013-05-22 15:01:37 -07:00
< / div >
< div data-role = "fieldcontain" id = "fldTvCom" style = "display: none;" >
2013-12-07 18:42:15 -07:00
< label for = "txtTvCom" > TV.com Id:< / label >
2013-09-23 13:27:49 -07:00
< div style = "display: inline-block; width: 250px;" >
< input class = "txtProviderId" id = "txtTvCom" name = "txtTvCom" data-mini = "true" / >
< / div >
< / div >
< div data-role = "fieldcontain" id = "fldZap2It" style = "display: none;" >
2013-12-07 18:42:15 -07:00
< label for = "txtZap2It" > Zap2it Id:< / label >
2013-09-23 13:27:49 -07:00
< div style = "display: inline-block; width: 250px;" >
< input class = "txtProviderId" id = "txtZap2It" name = "txtZap2It" data-mini = "true" / >
< / div >
2013-12-24 11:37:29 -07:00
< a id = "btnOpenZap2It" href = "#" target = "_blank" data-icon = "arrow-r" data-inline = "true" data-iconpos = "notext" data-role = "button" style = "vertical-align: top;" > < / a >
2013-05-22 15:01:37 -07:00
< / div >
2013-10-26 16:19:26 -07:00
< div data-role = "fieldcontain" id = "fldNesBoxName" style = "display: none;" >
< label for = "txtNesBoxName" > NES/SNESbox Name:< / label >
< div style = "display: inline-block; width: 250px;" >
< input class = "txtProviderId" id = "txtNesBoxName" name = "txtNesBoxName" data-mini = "true" / >
< / div >
2013-12-24 11:37:29 -07:00
< a id = "btnOpenNesBox" href = "#" target = "_blank" data-icon = "arrow-r" data-inline = "true" data-iconpos = "notext" data-role = "button" style = "vertical-align: top;" > < / a >
2013-10-26 16:19:26 -07:00
< / div >
< div data-role = "fieldcontain" id = "fldNesBoxRom" style = "display: none;" >
< label for = "txtNesBoxRom" > NES/SNESbox Game Id:< / label >
< div style = "display: inline-block; width: 250px;" >
< input class = "txtProviderId" id = "txtNesBoxRom" name = "txtNesBoxRom" data-mini = "true" / >
< / div >
2013-12-24 11:37:29 -07:00
< a id = "btnOpenNesBoxRom" href = "#" target = "_blank" data-icon = "arrow-r" data-inline = "true" data-iconpos = "notext" data-role = "button" style = "vertical-align: top;" > < / a >
2013-10-26 16:19:26 -07:00
< / div >
2013-05-22 15:01:37 -07:00
< / div >
2013-05-22 12:49:12 -07:00
< / div >
2014-01-03 13:32:27 -07:00
< div data-role = "collapsible" data-mini = "true" id = "collapsibleDisplaySettings" style = "display: none;" >
2013-12-28 09:58:13 -07:00
< h3 > Display Settings< / h3 >
< div >
2014-01-03 13:32:27 -07:00
< div data-role = "fieldcontain" id = "fldDisplaySpecialsInline" class = "fldDisplaySetting" >
2013-12-28 09:58:13 -07:00
< label for = "chkDisplaySpecialsInline" > Display specials within seasons they aired in.< / label >
< input data-mini = "true" type = "checkbox" name = "chkDisplaySpecialsInline" id = "chkDisplaySpecialsInline" / >
< / div >
2014-01-03 13:32:27 -07:00
< div data-role = "fieldcontain" id = "fldDisplayOrder" class = "fldDisplaySetting" >
< label for = "selectDisplayOrder" id = "labelDisplayOrder" > Display order:< / label >
< select id = "selectDisplayOrder" data-mini = "true" >
< / select >
< / div >
2013-12-28 09:58:13 -07:00
< / div >
< / div >
< div data-role = "collapsible" data-mini = "true" id = "genresCollapsible" style = "display: none;" >
2013-08-03 08:31:54 -07:00
< h3 > Genres< / h3 >
< div data-role = "editableListviewContainer" >
< div data-role = "fieldcontain" >
2013-12-25 20:44:26 -07:00
< div style = "display: inline-block; width: 80%;" >
2013-12-24 11:37:29 -07:00
< input type = "text" data-mini = "true" / >
< / div >
2013-11-29 09:58:24 -07:00
< a data-role = "button" data-theme = "b" data-inline = "true" data-mini = "true" data-icon = "plus" data-iconpos = "notext" onclick = "EditItemMetadataPage.addElementToEditableListview(this)" style = "vertical-align: top;" > Add< / a >
2013-08-03 08:31:54 -07:00
< / div >
< ul data-role = "listview" data-inset = "true" data-split-icon = "delete" id = "listGenres" > < / ul >
< / div >
< / div >
2013-12-28 09:58:13 -07:00
< div data-role = "collapsible" data-mini = "true" id = "studiosCollapsible" style = "display: none;" >
2013-08-03 08:31:54 -07:00
< h3 > Studios< / h3 >
< div data-role = "editableListviewContainer" >
< div data-role = "fieldcontain" >
2013-12-25 20:44:26 -07:00
< div style = "display: inline-block; width: 80%;" >
2013-12-24 11:37:29 -07:00
< input type = "text" data-mini = "true" / >
< / div >
2013-11-29 09:58:24 -07:00
< a data-role = "button" data-theme = "b" data-inline = "true" data-mini = "true" data-icon = "plus" data-iconpos = "notext" onclick = "EditItemMetadataPage.addElementToEditableListview(this)" style = "vertical-align: top;" > Add< / a >
2013-08-03 08:31:54 -07:00
< / div >
< ul data-role = "listview" data-inset = "true" data-split-icon = "delete" id = "listStudios" > < / ul >
< / div >
< / div >
2013-12-28 09:58:13 -07:00
< div data-mini = "true" data-role = "collapsible" id = "tagsCollapsible" style = "display: none;" >
2013-08-03 08:31:54 -07:00
< h3 > Tags< / h3 >
< div data-role = "editableListviewContainer" >
< div data-role = "fieldcontain" >
2013-12-25 20:44:26 -07:00
< div style = "display: inline-block; width: 80%;" >
2013-12-24 11:37:29 -07:00
< input type = "text" data-mini = "true" / >
< / div >
2013-11-29 09:58:24 -07:00
< a data-role = "button" data-theme = "b" data-inline = "true" data-mini = "true" data-icon = "plus" data-iconpos = "notext" onclick = "EditItemMetadataPage.addElementToEditableListview(this)" style = "vertical-align: top;" > Add< / a >
2013-08-03 08:31:54 -07:00
< / div >
< ul data-role = "listview" data-inset = "true" data-split-icon = "delete" id = "listTags" > < / ul >
< / div >
< / div >
2014-01-14 09:06:26 -07:00
< div data-mini = "true" data-role = "collapsible" id = "keywordsCollapsible" style = "display: none;" >
< h3 > Keywords< / h3 >
< div data-role = "editableListviewContainer" >
< div data-role = "fieldcontain" >
< div style = "display: inline-block; width: 80%;" >
< input type = "text" data-mini = "true" / >
< / div >
< a data-role = "button" data-theme = "b" data-inline = "true" data-mini = "true" data-icon = "plus" data-iconpos = "notext" onclick = "EditItemMetadataPage.addElementToEditableListview(this)" style = "vertical-align: top;" > Add< / a >
< / div >
< ul data-role = "listview" data-inset = "true" data-split-icon = "delete" id = "listKeywords" > < / ul >
< / div >
< / div >
2013-12-28 09:58:13 -07:00
< div data-role = "collapsible" data-mini = "true" id = "metadataSettingsCollapsible" style = "display: none;" >
2013-08-12 14:00:02 -07:00
< h3 > Metadata Settings< / h3 >
2013-06-14 22:30:48 -07:00
< div >
2013-07-22 10:27:20 -07:00
< p >
2013-06-15 11:27:44 -07:00
< label for = "enableInternetProviders" > Enable internet metadata providers for this item.< / label >
2013-11-27 12:04:19 -07:00
< input data-mini = "true" type = "checkbox" name = "enableInternetProviders" id = "enableInternetProviders" onchange = "EditItemMetadataPage.setProviderSettingsContainerVisibility(this)" / >
2013-07-22 10:27:20 -07:00
< / p >
2013-12-28 09:58:13 -07:00
< div data-role = "fieldcontain" >
< label for = "selectLanguage" > Preferred language: < / label >
< select name = "selectLanguage" id = "selectLanguage" data-mini = "true" > < / select >
< / div >
< div class = "fieldDescription editorfieldDescription" > Leave empty to inherit settings from a parent item, or the global default value.< / div >
< br / >
< div data-role = "fieldcontain" >
< label for = "selectCountry" > Country: < / label >
< select name = "selectCountry" id = "selectCountry" data-mini = "true" > < / select >
< / div >
< div class = "fieldDescription editorfieldDescription" > Leave empty to inherit settings from a parent item, or the global default value.< / div >
< br / >
2013-07-22 10:27:20 -07:00
< div id = "providerSettingsContainer" style = "display: none" >
2013-06-14 22:30:48 -07:00
< / div >
< / div >
< / div >
2013-11-27 12:04:19 -07:00
< ul data-role = "listview" class = "saveButtonContainer ulForm" style = "display: none;" >
2013-05-22 12:49:12 -07:00
< li >
2013-12-28 09:58:13 -07:00
< button class = "btnSave" type = "submit" data-theme = "a" data-icon = "check" data-mini = "true" >
2013-05-22 12:49:12 -07:00
Save
< / button >
< / li >
< / ul >
< / div >
2013-05-05 18:15:48 -07:00
< / form >
< / div >
< / div >
< script type = "text/javascript" >
2013-12-20 13:09:49 -07:00
$('.editItemMetadataForm').off('submit', EditItemMetadataPage.onSubmit).on('submit', EditItemMetadataPage.onSubmit);
2013-05-05 18:15:48 -07:00
< / script >
< / div >
< / body >
< / html >