mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
update smart match feature
This commit is contained in:
parent
b1caaf694f
commit
f4fb963fab
@ -12,7 +12,7 @@
|
|||||||
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
||||||
<a href="#" data-role="button" class="ui-btn-active">${TabActivityLog}</a>
|
<a href="#" data-role="button" class="ui-btn-active">${TabActivityLog}</a>
|
||||||
<a href="autoorganizetv.html" data-role="button">${TabTV}</a>
|
<a href="autoorganizetv.html" data-role="button">${TabTV}</a>
|
||||||
<a href="autoorganizesmart.html" data-role="button">${TabSmartMatch}</a>
|
<a href="autoorganizesmart.html" data-role="button">${TabSmartMatches}</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style="margin: -25px 0 1em; text-align: right;">
|
<div style="margin: -25px 0 1em; text-align: right;">
|
||||||
@ -82,7 +82,6 @@
|
|||||||
<div class="fieldDescription">${LabelEndingEpisodeNumberHelp}</div>
|
<div class="fieldDescription">${LabelEndingEpisodeNumberHelp}</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="margin: 1em 0;">
|
<div style="margin: 1em 0;">
|
||||||
<label>${TabSmartMatch}</label>
|
|
||||||
<input type="checkbox" id="chkRememberCorrection" name="chkRememberCorrection" data-mini="true" />
|
<input type="checkbox" id="chkRememberCorrection" name="chkRememberCorrection" data-mini="true" />
|
||||||
<label for="chkRememberCorrection">${LabelOrganizeSmartMatchOption} '<span class="extractedName" />' </label>
|
<label for="chkRememberCorrection">${LabelOrganizeSmartMatchOption} '<span class="extractedName" />' </label>
|
||||||
</div>
|
</div>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<title>${TitleAutoOrganize}</title>
|
<title>${TitleAutoOrganize}</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="libraryFileOrganizerSmartMatchPage" data-role="page" class="page type-interior organizePage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Auto-Organize" data-require="jqmtable,jqmpopup,scripts/autoorganizesmart,scripts/taskbutton,detailtablecss">
|
<div id="libraryFileOrganizerSmartMatchPage" data-role="page" class="page type-interior organizePage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Auto-Organize" data-require="scripts/autoorganizesmart,jqmlistview">
|
||||||
|
|
||||||
<div data-role="content">
|
<div data-role="content">
|
||||||
<div class="content-primary">
|
<div class="content-primary">
|
||||||
@ -12,18 +12,15 @@
|
|||||||
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
||||||
<a href="autoorganizelog.html" data-role="button">${TabActivityLog}</a>
|
<a href="autoorganizelog.html" data-role="button">${TabActivityLog}</a>
|
||||||
<a href="autoorganizetv.html" data-role="button">${TabTV}</a>
|
<a href="autoorganizetv.html" data-role="button">${TabTV}</a>
|
||||||
<a href="#" data-role="button" class="ui-btn-active">${TabSmartMatch}</a>
|
<a href="#" data-role="button" class="ui-btn-active">${TabSmartMatches}</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="readOnlyContent">
|
<div class="readOnlyContent">
|
||||||
<p>${TabSmartMatchInfo}</p>
|
<p>${TabSmartMatchInfo}</p>
|
||||||
<div class="divMatchInfos"></div>
|
<div class="divMatchInfos"></div>
|
||||||
</div>
|
</div>
|
||||||
<br />
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
||||||
<a href="autoorganizelog.html" data-role="button">${TabActivityLog}</a>
|
<a href="autoorganizelog.html" data-role="button">${TabActivityLog}</a>
|
||||||
<a href="#" data-role="button" class="ui-btn-active">${TabTV}</a>
|
<a href="#" data-role="button" class="ui-btn-active">${TabTV}</a>
|
||||||
<a href="autoorganizesmart.html" data-role="button">${TabSmartMatch}</a>
|
<a href="autoorganizesmart.html" data-role="button">${TabSmartMatches}</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form class="libraryFileOrganizerForm">
|
<form class="libraryFileOrganizerForm">
|
||||||
|
@ -574,8 +574,8 @@
|
|||||||
"LabelMinResumeDurationHelp": "Titles shorter than this will not be resumable",
|
"LabelMinResumeDurationHelp": "Titles shorter than this will not be resumable",
|
||||||
"TitleAutoOrganize": "Auto-Organize",
|
"TitleAutoOrganize": "Auto-Organize",
|
||||||
"TabActivityLog": "Activity Log",
|
"TabActivityLog": "Activity Log",
|
||||||
"TabSmartMatch": "Smart Match",
|
"TabSmartMatches": "Smart Matches",
|
||||||
"TabSmartMatchInfo": "This page lists the match-strings for all library items which were added from within the Auto-Organize correction dialog",
|
"TabSmartMatchInfo": "Manage your smart matches that were added using the Auto-Organize correction dialog",
|
||||||
"HeaderName": "Name",
|
"HeaderName": "Name",
|
||||||
"HeaderDate": "Date",
|
"HeaderDate": "Date",
|
||||||
"HeaderSource": "Source",
|
"HeaderSource": "Source",
|
||||||
|
@ -576,8 +576,8 @@
|
|||||||
"LabelMinResumeDurationHelp": "Titles shorter than this will not be resumable",
|
"LabelMinResumeDurationHelp": "Titles shorter than this will not be resumable",
|
||||||
"TitleAutoOrganize": "Auto-Organize",
|
"TitleAutoOrganize": "Auto-Organize",
|
||||||
"TabActivityLog": "Activity Log",
|
"TabActivityLog": "Activity Log",
|
||||||
"TabSmartMatch": "Smart Match",
|
"TabSmartMatches": "Smart Matches",
|
||||||
"TabSmartMatchInfo": "This page lists the match-strings for all library items which were added from within the Auto-Organize correction dialog",
|
"TabSmartMatchInfo": "Manage your smart matches that were added using the Auto-Organize correction dialog",
|
||||||
"HeaderName": "Name",
|
"HeaderName": "Name",
|
||||||
"HeaderDate": "Date",
|
"HeaderDate": "Date",
|
||||||
"HeaderSource": "Source",
|
"HeaderSource": "Source",
|
||||||
|
Loading…
Reference in New Issue
Block a user