From a252b74db2b19f3812ebe501e3931ca1e15b1e44 Mon Sep 17 00:00:00 2001 From: softworkz Date: Wed, 23 Sep 2015 06:12:46 +0200 Subject: [PATCH] Auto-Organize: Added feature to remember/persist series matching in manual organization dialog #2 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. --- dashboard-ui/autoorganizelog.html | 6 + dashboard-ui/autoorganizesmart.html | 29 ++++ dashboard-ui/autoorganizetv.html | 1 + .../emby-apiclient/apiclient.js | 23 ++++ dashboard-ui/scripts/autoorganizelog.js | 6 +- dashboard-ui/scripts/autoorganizesmart.js | 126 ++++++++++++++++++ dashboard-ui/strings/html/en-US.json | 3 + dashboard-ui/strings/html/server.json | 3 + 8 files changed, 196 insertions(+), 1 deletion(-) create mode 100644 dashboard-ui/autoorganizesmart.html create mode 100644 dashboard-ui/scripts/autoorganizesmart.js diff --git a/dashboard-ui/autoorganizelog.html b/dashboard-ui/autoorganizelog.html index c7d133c1af..d7785d1119 100644 --- a/dashboard-ui/autoorganizelog.html +++ b/dashboard-ui/autoorganizelog.html @@ -12,6 +12,7 @@
${TabActivityLog} ${TabTV} + ${TabSmartMatch}
@@ -80,6 +81,11 @@
${LabelEndingEpisodeNumberHelp}
+
+ + + +