From 5cde173217fd8cb1dbc21f3ac54f18e8234e709b Mon Sep 17 00:00:00 2001 From: Arno Date: Thu, 10 Nov 2016 05:02:44 +0100 Subject: 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. --- ShemovCleaner.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ShemovCleaner.pro') 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 += -- cgit v1.2.3-70-g09d2