From ff672bb48ecd0f0aa6884628a0ceeac5b50a75a8 Mon Sep 17 00:00:00 2001 From: Arno Date: Sun, 19 Jul 2020 12:12:10 +0200 Subject: Guess subject from descript.ion file The expression matching is the same as in ShemovCleaner, but here we have a lot more levels of indirection. The guessing is done automatically when archiveMovie is invoked. If the directory contains a file descript.ion, it is parsed and the result injected into the MetadataEditorWidget. --- archiveview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'archiveview.h') diff --git a/archiveview.h b/archiveview.h index 13b572a..2e3171a 100644 --- a/archiveview.h +++ b/archiveview.h @@ -85,6 +85,7 @@ class MetadataEditorWidget : public QWidget { explicit MetadataEditorWidget(QWidget *parent = nullptr); void setMetadata(const QList &data); QList metadata() const; + void replaceSubject(const QString &subject); signals: void oldSelected(const QString &); -- cgit v1.2.3-70-g09d2