Duplicate Entries for the same file
I have a duplicate entry problem for certain files.
[LibraryAdditionsCheckerThread] adds same file again and again. It just happens for some files. I feel it is related with file name. I think this thread or database has a problem in understanding the difference between "I" and "i" (I am using Windows, and as you know Windows ignoreCase. You can make a test and put two files into your library. "Tsuk Imno" will have multiple entries, but "Tsuk imno" wil seen only ones on TV)
Also I have some other concerns about "LibraryAdditionsCheckerThread". It checks my library and add files to database again and again but since there is no problem with ignoreCase it probably overwrites entries. But for file names that contain "I", it looks like instead of overwriting, it adds new entries over and over again. (I have the same file shown in my library maybe more than fifty times.) I think when LibraryAdditionsCheckerThread looks into my library, it should check DB for the file and if it finds a matching entry for this file it should ignore it, and does not log it to log files. Right now LibraryAdditionsCheckerThread is adding all files again to the database when serviio has restarted. This addition wastes my SolidStateDisk while logging.
