The source project of this merge request has been removed.
Fix adding new files to the library repeatedly
I noticed that the same file can be added to the library over and over again, as long as it is not there when the program starts.
I fixed it by adding the file path to the knownFiles
set when it is first found.