mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00

When a filename cannot be auto-matched to an existing series name, the organization must be performed manually. Unfortunately not just once, but again and again for each episode coming in. This change proposes a simple but solid method to optionally persist the matching condition from within the manual organization dialog. This approach will make Emby "learn" how to organize files in the future without user interaction.
29 lines
1.1 KiB
HTML
29 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>${TitleAutoOrganize}</title>
|
|
</head>
|
|
<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,paperbuttonstyle,detailtablecss">
|
|
|
|
<div data-role="content">
|
|
<div class="content-primary">
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
|
<a href="autoorganizelog.html" data-role="button">${TabActivityLog}</a>
|
|
<a href="autoorganizetv.html" data-role="button">${TabTV}</a>
|
|
<a href="#" data-role="button" class="ui-btn-active">${TabSmartMatch}</a>
|
|
</div>
|
|
|
|
|
|
<div class="readOnlyContent">
|
|
<p>${TabSmartMatchInfo}</p>
|
|
<div class="divMatchInfos"></div>
|
|
</div>
|
|
<br />
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|