diff options
author | Arno <arno@disconnect.de> | 2016-11-10 05:02:44 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2016-11-10 05:02:44 +0100 |
commit | 5cde173217fd8cb1dbc21f3ac54f18e8234e709b (patch) | |
tree | 309980ee31734db8ca154694137c54a831f3e01a /ShemovCleaner.pro | |
parent | 1d05ace3bdd9cd07012116b48f847b4a118e1af9 (diff) | |
download | ShemovCleaner-5cde173217fd8cb1dbc21f3ac54f18e8234e709b.tar.gz ShemovCleaner-5cde173217fd8cb1dbc21f3ac54f18e8234e709b.tar.bz2 ShemovCleaner-5cde173217fd8cb1dbc21f3ac54f18e8234e709b.zip |
New feature: Add Origin
Since SheMov now displays origin files (i.e. source files for a
reencode), add an option here to add origin files for already archived
movies.
We guess the archived movie from the filename by cutting off the
extension and look it up in the files table.
If we find an archived movie with that filename, mark the source blue.
Deactive "Add" if we don't find one or if we already have an origin.
Diffstat (limited to 'ShemovCleaner.pro')
-rw-r--r-- | ShemovCleaner.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ShemovCleaner.pro b/ShemovCleaner.pro index 1b3ea3b..2647e72 100644 --- a/ShemovCleaner.pro +++ b/ShemovCleaner.pro @@ -25,7 +25,8 @@ SOURCES += main.cpp\ helper.cpp \ filedisplay.cpp \ globals.cpp \ - actorwidget.cpp + actorwidget.cpp \ + origindialog.cpp HEADERS += \ filesorter.h \ @@ -38,7 +39,8 @@ HEADERS += \ helper.h \ filedisplay.h \ globals.h \ - actorwidget.h + actorwidget.h \ + origindialog.h DISTFILES += |