2016-05-13 11:28:05 -07:00
|
|
|
|
<div class="dialogHeader" style="margin:0 0 2em;">
|
2016-07-02 19:47:39 -07:00
|
|
|
|
<button is="paper-icon-button-light" class="btnCancel autoSize" tabindex="-1">
|
|
|
|
|
<i class="md-icon">arrow_back</i>
|
|
|
|
|
</button>
|
2016-01-06 13:16:16 -07:00
|
|
|
|
<div class="dialogHeaderTitle">
|
|
|
|
|
${ButtonEdit}
|
|
|
|
|
</div>
|
2016-02-15 21:54:20 -07:00
|
|
|
|
<div style="margin-left:auto; display: flex; align-items: center; justify-content: center;">
|
2016-07-02 19:47:39 -07:00
|
|
|
|
<button is="emby-button" type="button" class="btnHeaderSave accent autoSize" tabindex="-1">
|
|
|
|
|
<i class="md-icon">check</i>
|
2016-02-15 21:54:20 -07:00
|
|
|
|
<span>${ButtonSave}</span>
|
2016-06-04 20:50:07 -07:00
|
|
|
|
</button>
|
2016-07-02 19:47:39 -07:00
|
|
|
|
<button is="paper-icon-button-light" class="btnMore autoSize" tabindex="-1">
|
|
|
|
|
<i class="md-icon">more_vert</i>
|
|
|
|
|
</button>
|
2016-02-15 21:54:20 -07:00
|
|
|
|
</div>
|
2016-01-06 13:16:16 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
2016-02-09 10:13:50 -07:00
|
|
|
|
<form class="editItemMetadataForm editMetadataForm" style="margin:0;">
|
2015-09-19 19:06:56 -07:00
|
|
|
|
<div class="metadataFormFields">
|
|
|
|
|
|
|
|
|
|
<div style="padding: 0 0 10px;">
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div id="fldContentType" style="display:none;" class="selectContainer">
|
|
|
|
|
<select is="emby-select" id="selectContentType" label="${LabelContentType}"></select>
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div id="fldPath" class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtPath" type="text" label="${LabelPath}" readonly />
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtName" type="text" label="${LabelTitle}" required="required" />
|
2016-04-19 22:21:40 -07:00
|
|
|
|
</div>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div id="fldOriginalName" class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtOriginalName" type="text" label="${LabelOriginalTitle}" />
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtSortName" type="text" label="${LabelSortTitle}" />
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div id="fldDateAdded" style="display: none;" class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtDateAdded" type="date" label="${LabelDateAdded}" />
|
2016-04-05 21:22:57 -07:00
|
|
|
|
<div class="fieldDescription">${ConfigureDateAdded}</div>
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div id="fldStatus" style="display: none;" class="selectContainer">
|
|
|
|
|
<select is="emby-select" id="selectStatus" label="${LabelStatus}"></select>
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div id="fldArtist" style="display: none;" class="inputContainer">
|
2016-07-03 16:05:13 -07:00
|
|
|
|
<input is="emby-input" id="txtArtist" type="text" label="${LabelArtists}" />
|
|
|
|
|
<div class="fieldDescription">${LabelArtistsHelp}</div>
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div id="fldAlbumArtist" style="display: none;" class="inputContainer">
|
2016-07-03 16:05:13 -07:00
|
|
|
|
<input is="emby-input" id="txtAlbumArtist" type="text" label="${LabelAlbumArtists}" />
|
|
|
|
|
<div class="fieldDescription">${LabelArtistsHelp}</div>
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div id="fldAlbum" style="display: none;" class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtAlbum" type="text" label="${LabelAlbum}" />
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div id="fldParentIndexNumber" style="display: none;" class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtParentIndexNumber" type="number" />
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div id="fldIndexNumber" style="display: none;" class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtIndexNumber" type="number" pattern="[0-9]*" />
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div id="fldCommunityRating" style="display: none;" class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtCommunityRating" type="number" step=".1" min="0" max="10" label="${LabelCommunityRating}" />
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div id="fldCommunityVoteCount" style="display: none;" class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtCommunityVoteCount" type="number" step="1" label="${LabelVoteCount}" />
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div id="fldMetascore" style="display: none;" class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtMetascore" type="number" step="1" min="0" max="100" label="${LabelMetascore}" />
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div id="fldCriticRating" style="display: none;" class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtCriticRating" type="number" step=".1" label="${LabelCriticRating}" />
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div id="fldCriticRatingSummary" style="display: none;" class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtCriticRatingSummary" type="text" label="${LabelCriticRatingSummary}" />
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div id="fldAwardSummary" style="display: none;" class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtAwardSummary" type="text" label="${LabelAwardSummary}" />
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtHomePageUrl" type="text" label="${LabelWebsite}" />
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div id="fldTagline" style="display: none;" class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtTagline" type="text" label="${LabelTagline}" />
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div class="inputContainer">
|
2016-06-22 22:25:16 -07:00
|
|
|
|
<textarea is="emby-textarea" id="txtOverview" label="${LabelOverview}"></textarea>
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div id="fldShortOverview" style="display: none;" class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtShortOverview" type="text" label="${LabelShortOverview}" />
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div id="fldPremiereDate" class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtPremiereDate" label="${LabelReleaseDate}" type="date" />
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div id="fldYear" style="display: none;" class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtProductionYear" type="number" label="${LabelYear}" />
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div id="fldPlaceOfBirth" style="display: none;" class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtPlaceOfBirth" type="text" label="${LabelPlaceOfBirth}" />
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div id="fldEndDate" class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtEndDate" label="${LabelEndDate}" type="date" />
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div id="fldAirDays" style="display: none;">
|
|
|
|
|
<p>${LabelAirDays}</p>
|
|
|
|
|
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div class="checkboxList">
|
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkAirDay" data-day="Sunday" />
|
|
|
|
|
<span>${OptionSunday}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkAirDay" data-day="Monday" />
|
|
|
|
|
<span>${OptionMonday}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkAirDay" data-day="Tuesday" />
|
|
|
|
|
<span>${OptionTuesday}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkAirDay" data-day="Wednesday" />
|
|
|
|
|
<span>${OptionWednesday}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkAirDay" data-day="Thursday" />
|
|
|
|
|
<span>${OptionThursday}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkAirDay" data-day="Friday" />
|
|
|
|
|
<span>${OptionFriday}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkAirDay" data-day="Saturday" />
|
|
|
|
|
<span>${OptionSaturday}</span>
|
|
|
|
|
</label>
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
|
|
|
|
|
</div>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div id="fldAirTime" style="display: none;" class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtAirTime" type="text" label="${LabelAirTime}" />
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div id="fldSeriesRuntime" style="display: none;" class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtSeriesRuntime" type="number" label="${LabelRuntimeMinutes}" />
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div id="fldOfficialRating" style="display: none;" class="selectContainer">
|
|
|
|
|
<select is="emby-select" id="selectOfficialRating" label="${LabelParentalRating}"></select>
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div id="fldCustomRating" style="display: none;" class="selectContainer">
|
|
|
|
|
<select is="emby-select" id="selectCustomRating" label="${LabelCustomRating}"></select>
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div id="fldBudget" style="display: none;" class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtBudget" type="number" label="${LabelBudget}" />
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div id="fldRevenue" style="display: none;" class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtRevenue" type="number" label="${LabelRevenue}" />
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div id="fldOriginalAspectRatio" style="display: none;" class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtOriginalAspectRatio" type="text" label="${LabelOriginalAspectRatio}" />
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div id="fldPlayers" style="display: none;" class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtPlayers" type="number" pattern="[0-9]*" label="${LabelPlayers}" />
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div id="fld3dFormat" style="display: none;" class="selectContainer">
|
|
|
|
|
<select is="emby-select" id="select3dFormat" label="${Label3DFormat}">
|
2015-09-19 19:06:56 -07:00
|
|
|
|
<option value=""></option>
|
|
|
|
|
<option value="HalfSideBySide">HSBS</option>
|
|
|
|
|
<option value="HalfTopAndBottom">HTAB</option>
|
|
|
|
|
<option value="FullSideBySide">FSBS</option>
|
|
|
|
|
<option value="FullTopAndBottom">FTAB</option>
|
2016-02-11 12:11:28 -07:00
|
|
|
|
<option value="MVC">MVC</option>
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
|
|
|
|
|
<div class="detailSection" id="collapsibleDvdEpisodeInfo" style="display: none;">
|
|
|
|
|
<h1>
|
|
|
|
|
${HeaderAlternateEpisodeNumbers}
|
|
|
|
|
</h1>
|
2016-06-11 09:34:00 -07:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtDvdSeasonNumber" type="number" pattern="[0-9]*" label="${LabelDvdSeasonNumber}" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtDvdEpisodeNumber" type="number" pattern="[0-9]*" label="${LabelDvdEpisodeNumber}" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtAbsoluteEpisodeNumber" type="number" pattern="[0-9]*" label="${LabelAbsoluteEpisodeNumber}" />
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="detailSection" id="collapsibleSpecialEpisodeInfo" style="display: none;">
|
|
|
|
|
<h1>
|
|
|
|
|
${HeaderSpecialEpisodeInfo}
|
|
|
|
|
</h1>
|
2016-06-11 09:34:00 -07:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtAirsBeforeSeason" type="number" pattern="[0-9]*" label="${LabelAirsBeforeSeason}" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtAirsAfterSeason" type="number" pattern="[0-9]*" label="${LabelAirsAfterSeason}" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtAirsBeforeEpisode" type="number" pattern="[0-9]*" label="${LabelAirsBeforeEpisode}" />
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="detailSection">
|
|
|
|
|
<h1>
|
|
|
|
|
${HeaderExternalIds}
|
|
|
|
|
</h1>
|
2016-06-11 09:34:00 -07:00
|
|
|
|
<div class="externalIds editorFieldset">
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="detailSection" id="collapsibleDisplaySettings" style="display:none;">
|
|
|
|
|
<h1>
|
|
|
|
|
${HeaderDisplaySettings}
|
|
|
|
|
</h1>
|
2016-06-11 09:34:00 -07:00
|
|
|
|
<div id="fldSourceType" style="display: none;" class="fldDisplaySetting inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtDisplayMediaType" type="text" label="${LabelTreatImageAs}" />
|
|
|
|
|
</div>
|
|
|
|
|
<div id="fldDisplayOrder" class="fldDisplaySetting selectContainer">
|
|
|
|
|
<select is="emby-select" id="selectDisplayOrder" label="${LabelDisplayOrder}"></select>
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2016-01-23 11:45:50 -07:00
|
|
|
|
<div id="countriesCollapsible" class="editableListviewContainer" style="display: none; margin-top: 3em;">
|
|
|
|
|
<h1 style="margin:.6em 0;vertical-align:middle;display:inline-block;">
|
|
|
|
|
${HeaderCountries}
|
|
|
|
|
</h1>
|
2016-06-04 20:50:07 -07:00
|
|
|
|
<button is="emby-button" type="button" class="raised btnAddTextItem submit mini" style="margin-left:1em;" title="${ButtonAdd}">
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<i class="md-icon">add</i>
|
2016-01-23 11:45:50 -07:00
|
|
|
|
<span>${ButtonAdd}</span>
|
2016-06-04 20:50:07 -07:00
|
|
|
|
</button>
|
2016-01-23 11:45:50 -07:00
|
|
|
|
<div class="paperList" id="listCountries"></div>
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2016-01-23 11:45:50 -07:00
|
|
|
|
<div id="genresCollapsible" class="editableListviewContainer" style="display: none; margin-top: 3em;">
|
|
|
|
|
<h1 style="margin:.6em 0;vertical-align:middle;display:inline-block;">
|
|
|
|
|
${HeaderGenres}
|
|
|
|
|
</h1>
|
2016-06-04 20:50:07 -07:00
|
|
|
|
<button is="emby-button" type="button" class="raised btnAddTextItem submit mini" style="margin-left:1em;" title="${ButtonAdd}">
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<i class="md-icon">add</i>
|
2016-01-23 11:45:50 -07:00
|
|
|
|
<span>${ButtonAdd}</span>
|
2016-06-04 20:50:07 -07:00
|
|
|
|
</button>
|
2016-01-23 11:45:50 -07:00
|
|
|
|
<div class="paperList" id="listGenres"></div>
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2016-01-23 11:45:50 -07:00
|
|
|
|
<div data-mini="true" data-role="collapsible" id="peopleCollapsible" style="display: none; margin-top: 3em;">
|
|
|
|
|
<h1 style="margin:.6em 0;vertical-align:middle;display:inline-block;">
|
|
|
|
|
${HeaderPeople}
|
|
|
|
|
</h1>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<button is="emby-button" type="button" id="btnAddPerson" class="raised btnAddPerson submit mini" style="margin-left:1em;" title="${ButtonAdd}">
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<i class="md-icon">add</i>
|
2016-01-23 11:45:50 -07:00
|
|
|
|
<span>${ButtonAdd}</span>
|
2016-06-04 20:50:07 -07:00
|
|
|
|
</button>
|
2016-02-08 12:14:41 -07:00
|
|
|
|
<div id="peopleList" class="paperList">
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-01-23 11:45:50 -07:00
|
|
|
|
<div id="keywordsCollapsible" class="editableListviewContainer" style="display: none; margin-top: 3em;">
|
|
|
|
|
<h1 style="margin:.6em 0;vertical-align:middle;display:inline-block;">
|
|
|
|
|
${HeaderPlotKeywords}
|
|
|
|
|
</h1>
|
2016-06-04 20:50:07 -07:00
|
|
|
|
<button is="emby-button" type="button" class="raised btnAddTextItem submit mini" style="margin-left:1em;" title="${ButtonAdd}">
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<i class="md-icon">add</i>
|
2016-01-23 11:45:50 -07:00
|
|
|
|
<span>${ButtonAdd}</span>
|
2016-06-04 20:50:07 -07:00
|
|
|
|
</button>
|
2016-01-23 11:45:50 -07:00
|
|
|
|
<div class="paperList" id="listKeywords"></div>
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2016-01-23 11:45:50 -07:00
|
|
|
|
<div id="studiosCollapsible" class="editableListviewContainer" style="display: none; margin-top: 3em;">
|
|
|
|
|
<h1 style="margin:.6em 0;vertical-align:middle;display:inline-block;">
|
|
|
|
|
${HeaderStudios}
|
|
|
|
|
</h1>
|
2016-06-04 20:50:07 -07:00
|
|
|
|
<button is="emby-button" type="button" class="raised btnAddTextItem submit mini" style="margin-left:1em;" title="${ButtonAdd}">
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<i class="md-icon">add</i>
|
2016-01-23 11:45:50 -07:00
|
|
|
|
<span>${ButtonAdd}</span>
|
2016-06-04 20:50:07 -07:00
|
|
|
|
</button>
|
2016-01-23 11:45:50 -07:00
|
|
|
|
<div class="paperList" id="listStudios"></div>
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2016-01-23 11:45:50 -07:00
|
|
|
|
<div id="tagsCollapsible" class="editableListviewContainer" style="display: none; margin-top: 3em;">
|
|
|
|
|
<h1 style="margin:.6em 0;vertical-align:middle;display:inline-block;">
|
|
|
|
|
${HeaderTags}
|
|
|
|
|
</h1>
|
2016-06-04 20:50:07 -07:00
|
|
|
|
<button is="emby-button" type="button" class="raised btnAddTextItem submit mini" style="margin-left:1em;" title="${ButtonAdd}">
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<i class="md-icon">add</i>
|
2016-01-23 11:45:50 -07:00
|
|
|
|
<span>${ButtonAdd}</span>
|
2016-06-04 20:50:07 -07:00
|
|
|
|
</button>
|
2016-01-23 11:45:50 -07:00
|
|
|
|
<div class="paperList" id="listTags"></div>
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div id="metadataSettingsCollapsible" style="display: none; margin-top: 3em;">
|
|
|
|
|
<h1>${HeaderMetadataSettings}</h1>
|
|
|
|
|
<div>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div class="selectContainer">
|
|
|
|
|
<select is="emby-select" id="selectLanguage" label="${LabelMetadataDownloadLanguage}"></select>
|
|
|
|
|
<div class="fieldDescription editorfieldDescription">${MessageLeaveEmptyToInherit}</div>
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<div class="selectContainer">
|
|
|
|
|
<select is="emby-select" id="selectCountry" label="${LabelCountry}"></select>
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div class="fieldDescription editorfieldDescription">${MessageLeaveEmptyToInherit}</div>
|
|
|
|
|
|
2016-06-11 08:56:15 -07:00
|
|
|
|
<br /><br />
|
|
|
|
|
<label class="checkboxContainer">
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" id="chkLockData" />
|
|
|
|
|
<span>${LabelLockItemToPreventChanges}</span>
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
|
|
<div class="providerSettingsContainer checkboxList" style="display: none">
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<button is="emby-button" type="submit" class="raised submit block btnSave">
|
|
|
|
|
<i class="md-icon">check</i>
|
|
|
|
|
<span>${ButtonSave}</span>
|
|
|
|
|
</button>
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2016-02-08 22:45:33 -07:00
|
|
|
|
<br />
|
|
|
|
|
<br />
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</form>
|