diff options
author | Arno <arno@disconnect.de> | 2020-07-19 12:12:10 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2020-07-19 12:12:10 +0200 |
commit | ff672bb48ecd0f0aa6884628a0ceeac5b50a75a8 (patch) | |
tree | 3b93da494bd181e6a42e373d06677f1401ef3a77 /archiveview.h | |
parent | d6c44146adfd534548c985bd7299f94f66e57acd (diff) | |
download | SheMov-ff672bb48ecd0f0aa6884628a0ceeac5b50a75a8.tar.gz SheMov-ff672bb48ecd0f0aa6884628a0ceeac5b50a75a8.tar.bz2 SheMov-ff672bb48ecd0f0aa6884628a0ceeac5b50a75a8.zip |
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.
Diffstat (limited to 'archiveview.h')
-rw-r--r-- | archiveview.h | 1 |
1 files changed, 1 insertions, 0 deletions
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<QVariant> &data); QList<QVariant> metadata() const; + void replaceSubject(const QString &subject); signals: void oldSelected(const QString &); |