read/write remote trailers to xml
This commit is contained in:
parent
4a439addcd
commit
c6dd5d44df
35 changed files with 64 additions and 42 deletions
|
@ -4,7 +4,7 @@
|
|||
<title>Media Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="editItemMetadataPage" data-role="page" class="page libraryPage metadataEditorPage">
|
||||
<div id="editItemMetadataPage" data-role="page" data-theme="a" class="page libraryPage metadataEditorPage">
|
||||
<div data-role="content editPageContent">
|
||||
<div class="editPageSidebar">
|
||||
<div class="libraryTree">
|
||||
|
@ -103,7 +103,7 @@
|
|||
<input type="number" id="txtCommunityRating" name="txtCommunityRating" step=".1" data-mini="true" />
|
||||
</div>
|
||||
<div id="fldCommunityVoteCount" style="display: none;" data-role="fieldcontain">
|
||||
<label for="txtCommunityVoteCount">Community vote count:</label>
|
||||
<label for="txtCommunityVoteCount">Vote count:</label>
|
||||
<input type="number" id="txtCommunityVoteCount" name="txtCommunityVoteCount" data-mini="true" />
|
||||
</div>
|
||||
<div data-role="fieldcontain" id="fldCriticRating" style="display: none;">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue